COLOR #706F35

HEX: #706F35 RGB: (112,111,53)

Color info

#706F35 contains red, green and blue colors in about the same proportion. Web safe color of #706F35 is #666633 (or #663).

RGB color model

#706F35 color RGB value is (112,111,53).

RGB: (112,111,53) (44%, 44%, 21%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 53 of 255 = 21%

112
111
53

R + G + B ~ 36%. #706F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 53 = 276 (100%)
R 112 of 276 ~ 40.58%
G 111 of 276 ~ 40.22%
B 53 of 276 ~ 19.2'%

%40.58
%40.22
%19.2

CMYK color model

#706F35 color CMYK value is (0,1,53,56).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 52.68%
  • key color value is 56.08%
CMYK: (0,1,53,56) C0M1Y53K56 (0%,1%,53%,56%) (0.00/0.01/0.53/0.56) 

CMYK percentages

%0
%0.89
%52.68
%56.08

Codes

Color #706F35 in popluar color models

70 6F 35
RGB 112 111 53
HSL 59° 35.76% 32.35%
HSB/HSV 59° 52.68% 43.92%
CMYK 0.00% 0.89% 52.68%
56.08%

Color #706F35 in popluar number systems.

HEX 70 6F 35
Decimal 112 111 53
Binary 1110000 1101111 110101
Octal 160 157 65

Shades and tints

Shades of #706F35

#706F35
(112,111,53)
#666531
(102,101,49)
#5C5B2D
(92,91,45)
#525129
(82,81,41)
#484725
(72,71,37)
#3E3D21
(62,61,33)
#34331D
(52,51,29)
#2A2919
(42,41,25)
#201F15
(32,31,21)
#161511
(22,21,17)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #706F35

#706F35
(112,111,53)
#7D7C47
(125,124,71)
#8A8959
(138,137,89)
#97966B
(151,150,107)
#A4A37D
(164,163,125)
#B1B08F
(177,176,143)
#BEBDA1
(190,189,161)
#CBCAB3
(203,202,179)
#D8D7C5
(216,215,197)
#E5E4D7
(229,228,215)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F35; }

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

This text font color is #706F35.

Background Color

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

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

This div background color is #706F35.

Border color

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

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

This div border color is #706F35.

Opacity

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

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

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

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

This text has shadow with #706F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706F35.

Preview

Color preview on black background

This text has color #706F35 on black background.


Color preview on white background

This text has color #706F35 on white background.


Black color preview on #706F35 background

This text has black color on #706F35 background.


White color preview on #706F35 background

This text has white color on #706F35 background.


Related colors

Complementary color

Complementary color for #hex is #8F90CA.


I love getcolorcode.com

Triadic colors

1 #35706F and #6F3570 with #706F35 are triadic colors.

2 #356F70 and #6F7035 with #706F35 are triadic colors.