COLOR #85971E

HEX: #85971E RGB: (133,151,30)

Color info

#85971E contains mainly red and green colors. Web safe color of #85971E is #999933 (or #993).

RGB color model

#85971E color RGB value is (133,151,30).

RGB: (133,151,30) (52%, 59%, 12%)

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 30 of 255 = 12%

133
151
30

R + G + B ~ 41%. #85971E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 151 + 30 = 314 (100%)
R 133 of 314 ~ 42.36%
G 151 of 314 ~ 48.09%
B 30 of 314 ~ 9.55'%

%42.36
%48.09
%9.55

CMYK color model

#85971E color CMYK value is (12,0,80,41).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 80.13%
  • key color value is 40.78%
CMYK: (12,0,80,41) C12M0Y80K41 (12%,0%,80%,41%) (0.12/0.00/0.80/0.41) 

CMYK percentages

%11.92
%0
%80.13
%40.78

Codes

Color #85971E in popluar color models

85 97 1E
RGB 133 151 30
HSL 69° 66.85% 35.49%
HSB/HSV 69° 80.13% 59.22%
CMYK 11.92% 0.00% 80.13%
40.78%

Color #85971E in popluar number systems.

HEX 85 97 1E
Decimal 133 151 30
Binary 10000101 10010111 11110
Octal 205 227 36

Shades and tints

Shades of #85971E

#85971E
(133,151,30)
#798A1C
(121,138,28)
#6D7D1A
(109,125,26)
#617018
(97,112,24)
#556316
(85,99,22)
#495614
(73,86,20)
#3D4912
(61,73,18)
#313C10
(49,60,16)
#252F0E
(37,47,14)
#19220C
(25,34,12)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #85971E

#85971E
(133,151,30)
#90A032
(144,160,50)
#9BA946
(155,169,70)
#A6B25A
(166,178,90)
#B1BB6E
(177,187,110)
#BCC482
(188,196,130)
#C7CD96
(199,205,150)
#D2D6AA
(210,214,170)
#DDDFBE
(221,223,190)
#E8E8D2
(232,232,210)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85971E color. Also use rgb(133,151,30) instead hex code.

Text Font Color

.myTextColor { color: #85971E; }

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

This text font color is #85971E.

Background Color

.myBgColor { background-color: #85971E; }

<div style="background-color:#85971E">Inner text</div>

This div background color is #85971E.

Border color

.myBorderColor { border: 1px solid #85971E; }

<div style="border:3px solid #85971E">Div</div>

This div border color is #85971E.

Opacity

.myOpacity80 { color: #85971E; opacity: 0.8; }

<p style="color:#85971E;opacity:0.8;">80%</p>

Text with #85971E 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 #85971E;}

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

This text has shadow with #85971E color.


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

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

This text has shadow with #85971E primary color and red secondary color.


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

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

This text has shadow with #85971E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85971E.

Preview

Color preview on black background

This text has color #85971E on black background.


Color preview on white background

This text has color #85971E on white background.


Black color preview on #85971E background

This text has black color on #85971E background.


White color preview on #85971E background

This text has white color on #85971E background.


Related colors

Complementary color

Complementary color for #hex is #7A68E1.


I love getcolorcode.com

Triadic colors

1 #1E8597 and #971E85 with #85971E are triadic colors.

2 #1E9785 and #97851E with #85971E are triadic colors.