COLOR #706F53

HEX: #706F53 RGB: (112,111,83)

Color info

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

RGB color model

#706F53 color RGB value is (112,111,83).

RGB: (112,111,83) (44%, 44%, 33%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 83 of 255 = 33%

112
111
83

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

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 83 = 306 (100%)
R 112 of 306 ~ 36.6%
G 111 of 306 ~ 36.27%
B 83 of 306 ~ 27.12'%

%36.6
%36.27
%27.12

CMYK color model

#706F53 color CMYK value is (0,1,26,56).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 25.89%
  • key color value is 56.08%

CMYK: (0,1,26,56)
C0M1Y26K56 (0%, 1%, 26%, 56%)
(0.00 / 0.01 / 0.26 / 0.56)

CMYK percentages

%0
%0.89
%25.89
%56.08

Codes

Color #706F53 in popluar color models

70 6F 53
RGB 112 111 83
HSL 58° 14.87% 38.24%
HSB/HSV 58° 25.89% 43.92%
CMYK 0.00% 0.89% 25.89%
56.08%

Color #706F53 in popluar number systems.

HEX 70 6F 53
Decimal 112 111 83
Binary 1110000 1101111 1010011
Octal 160 157 123

Shades and tints

Shades of #706F53

#706F53
(112,111,83)
#66654C
(102,101,76)
#5C5B45
(92,91,69)
#52513E
(82,81,62)
#484737
(72,71,55)
#3E3D30
(62,61,48)
#343329
(52,51,41)
#2A2922
(42,41,34)
#201F1B
(32,31,27)
#161514
(22,21,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #706F53

#706F53
(112,111,83)
#7D7C62
(125,124,98)
#8A8971
(138,137,113)
#979680
(151,150,128)
#A4A38F
(164,163,143)
#B1B09E
(177,176,158)
#BEBDAD
(190,189,173)
#CBCABC
(203,202,188)
#D8D7CB
(216,215,203)
#E5E4DA
(229,228,218)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706F53 color. Also use rgb(112,111,83) instead hex code.

Text Font Color

.myTextColor { color: #706F53; }

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

This text font color is #706F53.

Background Color

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

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

This div background color is #706F53.

Border color

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

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

This div border color is #706F53.

Opacity

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

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

Text with #706F53 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 #706F53;}

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

This text has shadow with #706F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706F53.

Preview

Color preview on black background

This text has color #706F53 on black background.


Color preview on white background

This text has color #706F53 on white background.


Black color preview on #706F53 background

This text has black color on #706F53 background.


White color preview on #706F53 background

This text has white color on #706F53 background.


Related colors

Complementary color

Complementary color for #hex is #8F90AC.


I love getcolorcode.com

Triadic colors

1 #53706F and #6F5370 with #706F53 are triadic colors.

2 #536F70 and #6F7053 with #706F53 are triadic colors.