COLOR #859B52

HEX: #859B52 RGB: (133,155,82)

Color info

#859B52 contains mainly red and green colors. Web safe color of #859B52 is #999966 (or #996).

RGB color model

#859B52 color RGB value is (133,155,82).

RGB: (133,155,82) (52%, 61%, 32%)

RGB channels and saturation

R 133 of 255 = 52%
G 155 of 255 = 61%
B 82 of 255 = 32%

133
155
82

R + G + B ~ 48%. #859B52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 155 + 82 = 370 (100%)
R 133 of 370 ~ 35.95%
G 155 of 370 ~ 41.89%
B 82 of 370 ~ 22.16'%

%35.95
%41.89
%22.16

CMYK color model

#859B52 color CMYK value is (14,0,47,39).

  • cyan value is 14.19%
  • magenta value is 0.00%
  • yellow value is 47.10%
  • key color value is 39.22%

CMYK: (14,0,47,39)
C14M0Y47K39 (14%, 0%, 47%, 39%)
(0.14 / 0.00 / 0.47 / 0.39)

CMYK percentages

%14.19
%0
%47.1
%39.22

Codes

Color #859B52 in popluar color models

85 9B 52
RGB 133 155 82
HSL 78° 30.80% 46.47%
HSB/HSV 78° 47.10% 60.78%
CMYK 14.19% 0.00% 47.10%
39.22%

Color #859B52 in popluar number systems.

HEX 85 9B 52
Decimal 133 155 82
Binary 10000101 10011011 1010010
Octal 205 233 122

Shades and tints

Shades of #859B52

#859B52
(133,155,82)
#798D4B
(121,141,75)
#6D7F44
(109,127,68)
#61713D
(97,113,61)
#556336
(85,99,54)
#49552F
(73,85,47)
#3D4728
(61,71,40)
#313921
(49,57,33)
#252B1A
(37,43,26)
#191D13
(25,29,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #859B52

#859B52
(133,155,82)
#90A461
(144,164,97)
#9BAD70
(155,173,112)
#A6B67F
(166,182,127)
#B1BF8E
(177,191,142)
#BCC89D
(188,200,157)
#C7D1AC
(199,209,172)
#D2DABB
(210,218,187)
#DDE3CA
(221,227,202)
#E8ECD9
(232,236,217)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859B52 color. Also use rgb(133,155,82) instead hex code.

Text Font Color

.myTextColor { color: #859B52; }

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

This text font color is #859B52.

Background Color

.myBgColor { background-color: #859B52; }

<div style="background-color:#859B52">Inner text</div>

This div background color is #859B52.

Border color

.myBorderColor { border: 1px solid #859B52; }

<div style="border:3px solid #859B52">Div</div>

This div border color is #859B52.

Opacity

.myOpacity80 { color: #859B52; opacity: 0.8; }

<p style="color:#859B52;opacity:0.8;">80%</p>

Text with #859B52 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 #859B52;}

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

This text has shadow with #859B52 color.


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

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

This text has shadow with #859B52 primary color and red secondary color.


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

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

This text has shadow with #859B52 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #859B52.

Preview

Color preview on black background

This text has color #859B52 on black background.


Color preview on white background

This text has color #859B52 on white background.


Black color preview on #859B52 background

This text has black color on #859B52 background.


White color preview on #859B52 background

This text has white color on #859B52 background.


Related colors

Complementary color

Complementary color for #hex is #7A64AD.


I love getcolorcode.com

Triadic colors

1 #52859B and #9B5285 with #859B52 are triadic colors.

2 #529B85 and #9B8552 with #859B52 are triadic colors.