COLOR #856F24

HEX: #856F24 RGB: (133,111,36)

Color info

#856F24 contains mainly red and green colors. Web safe color of #856F24 is #996633 (or #963).

RGB color model

#856F24 color RGB value is (133,111,36).

RGB: (133,111,36) (52%, 44%, 14%)

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 36 of 255 = 14%

133
111
36

R + G + B ~ 37%. #856F24 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 111 + 36 = 280 (100%)
R 133 of 280 ~ 47.5%
G 111 of 280 ~ 39.64%
B 36 of 280 ~ 12.86'%

%47.5
%39.64
%12.86

CMYK color model

#856F24 color CMYK value is (0,17,73,48).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 72.93%
  • key color value is 47.84%

CMYK: (0,17,73,48)
C0M17Y73K48 (0%, 17%, 73%, 48%)
(0.00 / 0.17 / 0.73 / 0.48)

CMYK percentages

%0
%16.54
%72.93
%47.84

Codes

Color #856F24 in popluar color models

85 6F 24
RGB 133 111 36
HSL 46° 57.40% 33.14%
HSB/HSV 46° 72.93% 52.16%
CMYK 0.00% 16.54% 72.93%
47.84%

Color #856F24 in popluar number systems.

HEX 85 6F 24
Decimal 133 111 36
Binary 10000101 1101111 100100
Octal 205 157 44

Shades and tints

Shades of #856F24

#856F24
(133,111,36)
#796521
(121,101,33)
#6D5B1E
(109,91,30)
#61511B
(97,81,27)
#554718
(85,71,24)
#493D15
(73,61,21)
#3D3312
(61,51,18)
#31290F
(49,41,15)
#251F0C
(37,31,12)
#191509
(25,21,9)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #856F24

#856F24
(133,111,36)
#907C37
(144,124,55)
#9B894A
(155,137,74)
#A6965D
(166,150,93)
#B1A370
(177,163,112)
#BCB083
(188,176,131)
#C7BD96
(199,189,150)
#D2CAA9
(210,202,169)
#DDD7BC
(221,215,188)
#E8E4CF
(232,228,207)
#F3F1E2
(243,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856F24 color. Also use rgb(133,111,36) instead hex code.

Text Font Color

.myTextColor { color: #856F24; }

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

This text font color is #856F24.

Background Color

.myBgColor { background-color: #856F24; }

<div style="background-color:#856F24">Inner text</div>

This div background color is #856F24.

Border color

.myBorderColor { border: 1px solid #856F24; }

<div style="border:3px solid #856F24">Div</div>

This div border color is #856F24.

Opacity

.myOpacity80 { color: #856F24; opacity: 0.8; }

<p style="color:#856F24;opacity:0.8;">80%</p>

Text with #856F24 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 #856F24;}

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

This text has shadow with #856F24 color.


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

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

This text has shadow with #856F24 primary color and red secondary color.


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

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

This text has shadow with #856F24 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #856F24.

Preview

Color preview on black background

This text has color #856F24 on black background.


Color preview on white background

This text has color #856F24 on white background.


Black color preview on #856F24 background

This text has black color on #856F24 background.


White color preview on #856F24 background

This text has white color on #856F24 background.


Related colors

Complementary color

Complementary color for #hex is #7A90DB.


I love getcolorcode.com

Triadic colors

1 #24856F and #6F2485 with #856F24 are triadic colors.

2 #246F85 and #6F8524 with #856F24 are triadic colors.