COLOR #859C35

HEX: #859C35 RGB: (133,156,53)

Color info

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

RGB color model

#859C35 color RGB value is (133,156,53).

RGB: (133,156,53) (52%, 61%, 21%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 53 of 255 = 21%

133
156
53

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

Portions of RGB colors in percentages

R + G + B = 133 + 156 + 53 = 342 (100%)
R 133 of 342 ~ 38.89%
G 156 of 342 ~ 45.61%
B 53 of 342 ~ 15.5'%

%38.89
%45.61
%15.5

CMYK color model

#859C35 color CMYK value is (15,0,66,39).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 66.03%
  • key color value is 38.82%

CMYK: (15,0,66,39)
C15M0Y66K39 (15%, 0%, 66%, 39%)
(0.15 / 0.00 / 0.66 / 0.39)

CMYK percentages

%14.74
%0
%66.03
%38.82

Codes

Color #859C35 in popluar color models

85 9C 35
RGB 133 156 53
HSL 73° 49.28% 40.98%
HSB/HSV 73° 66.03% 61.18%
CMYK 14.74% 0.00% 66.03%
38.82%

Color #859C35 in popluar number systems.

HEX 85 9C 35
Decimal 133 156 53
Binary 10000101 10011100 110101
Octal 205 234 65

Shades and tints

Shades of #859C35

#859C35
(133,156,53)
#798E31
(121,142,49)
#6D802D
(109,128,45)
#617229
(97,114,41)
#556425
(85,100,37)
#495621
(73,86,33)
#3D481D
(61,72,29)
#313A19
(49,58,25)
#252C15
(37,44,21)
#191E11
(25,30,17)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #859C35

#859C35
(133,156,53)
#90A547
(144,165,71)
#9BAE59
(155,174,89)
#A6B76B
(166,183,107)
#B1C07D
(177,192,125)
#BCC98F
(188,201,143)
#C7D2A1
(199,210,161)
#D2DBB3
(210,219,179)
#DDE4C5
(221,228,197)
#E8EDD7
(232,237,215)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859C35 color. Also use rgb(133,156,53) instead hex code.

Text Font Color

.myTextColor { color: #859C35; }

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

This text font color is #859C35.

Background Color

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

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

This div background color is #859C35.

Border color

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

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

This div border color is #859C35.

Opacity

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

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

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

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

This text has shadow with #859C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859C35.

Preview

Color preview on black background

This text has color #859C35 on black background.


Color preview on white background

This text has color #859C35 on white background.


Black color preview on #859C35 background

This text has black color on #859C35 background.


White color preview on #859C35 background

This text has white color on #859C35 background.


Related colors

Complementary color

Complementary color for #hex is #7A63CA.


I love getcolorcode.com

Triadic colors

1 #35859C and #9C3585 with #859C35 are triadic colors.

2 #359C85 and #9C8535 with #859C35 are triadic colors.