COLOR #706B58

HEX: #706B58
RGB: (112,107,88)

Color info

#706B58 contains red, green and blue colors in about the same proportion. Web safe color of #706B58 is #666666 (or #666).

RGB color model

#706B58 color RGB value is (112,107,88).

  • red value is 112;
  • green value is 107;
  • blue value is 88.
RGB:
(112,107,88)
(44%,42%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 88 of 255 = 35%

112
107
88

R + G + B ~ 40%. #706B58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 88 = 307 (100%)
R 112 of 307 ~ 36.48%
G 107 of 307 ~ 34.85%
B 88 of 307 ~ 28.66%

%36.48
%34.85
%28.66

CMYK color model

#706B58 color CMYK value is (0,4,21,56).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 21.43%
  • key color value is 56.08%
CMYK:
(0,4,21,56)
C0M4Y21K56 
(0%,4%,21%,56%)
(0.00/0.04/0.21/0.56)	

CMYK percentages

%0
%4.46
%21.43
%56.08

Codes

Color #706B58 in popluar color models

706B58
RGB11210788
HSL48°12.00%39.22%
HSB/HSV48°21.43%43.92%
CMYK0.00%4.46%21.43%
56.08%

Color #706B58 in popluar number systems.

HEX706B58
Decimal11210788
Binary111000011010111011000
Octal160153130

Shades and tints

Shades of #706B58

#706B58
(112,107,88)
#666250
(102,98,80)
#5C5948
(92,89,72)
#525040
(82,80,64)
#484738
(72,71,56)
#3E3E30
(62,62,48)
#343528
(52,53,40)
#2A2C20
(42,44,32)
#202318
(32,35,24)
#161A10
(22,26,16)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #706B58

#706B58
(112,107,88)
#7D7867
(125,120,103)
#8A8576
(138,133,118)
#979285
(151,146,133)
#A49F94
(164,159,148)
#B1ACA3
(177,172,163)
#BEB9B2
(190,185,178)
#CBC6C1
(203,198,193)
#D8D3D0
(216,211,208)
#E5E0DF
(229,224,223)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706B58 color. Also use rgb(112,107,88) instead hex code.

Text Font Color

.myTextColor { color: #706B58; }

<p style="color:#706B58">This sample text font color is #706B58.</p>

This text font color is #706B58.


Background Color

.myBgColor { background-color: #706B58; }

<div style="background-color:#706B58">Inner text</div>

This div background color is #706B58.


Border color

.myBorderColor { border: 1px solid #706B58; }

<div style="border:3px solid #706B58">Div</div>

This div border color is #706B58.


Opacity

.myOpacity80 { color: #706B58; opacity: 0.8; }

<p style="color:#706B58;opacity:0.8;">80%</p>

Text with #706B58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #706B58;}

<p style="text-shadow: 3px 3px 1px #706B58">Text here.</p>

This text has shadow with #706B58 color.

.textShadow {text-shadow: 3px 3px 1px #706B58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #706B58, 5px 5px 20px red">Text here.</p>

This text has shadow with #706B58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706B58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#706B58, Direction=45, Strength=4)">Text</p>

This text has shadow with #706B58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #706B58;
  -webkit-box-shadow:	1px 1px 3px 2px #706B58;
  box-shadow:		1px 1px 3px 2px #706B58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706B58;
-webkit-box-shadow: 1px 1px 3px 2px #706B58;
box-shadow:1px 1px 3px 2px #706B58;">
Div content here</div>
This div box has shadow with color #706B58.

Preview

Color preview on black background

This text has color #706B58 on black background.


Color preview on white background

This text has color #706B58 on white background.



Black color preview on #706B58 background

This text has black color on #706B58 background.


White color preview on #706B58 background

This text has white color on #706B58 background.