COLOR #858C53

HEX: #858C53
RGB: (133,140,83)

Color info

#858C53 contains red, green and blue colors in about the same proportion. Web safe color of #858C53 is #999966 (or #996).

RGB color model

#858C53 color RGB value is (133,140,83).

  • red value is 133;
  • green value is 140;
  • blue value is 83.
RGB:
(133,140,83)
(52%,55%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 83 of 255 = 33%

133
140
83

R + G + B ~ 47%. #858C53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 140 + 83 = 356 (100%)
R 133 of 356 ~ 37.36%
G 140 of 356 ~ 39.33%
B 83 of 356 ~ 23.31%

%37.36
%39.33
%23.31

CMYK color model

#858C53 color CMYK value is (5,0,41,45).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 45.10%
CMYK:
(5,0,41,45)
C5M0Y41K45 
(5%,0%,41%,45%)
(0.05/0.00/0.41/0.45)	

CMYK percentages

%5
%0
%40.71
%45.1

Codes

Color #858C53 in popluar color models

858C53
RGB13314083
HSL67°25.56%43.73%
HSB/HSV67°40.71%54.90%
CMYK5.00%0.00%40.71%
45.10%

Color #858C53 in popluar number systems.

HEX858C53
Decimal13314083
Binary10000101100011001010011
Octal205214123

Shades and tints

Shades of #858C53

#858C53
(133,140,83)
#79804C
(121,128,76)
#6D7445
(109,116,69)
#61683E
(97,104,62)
#555C37
(85,92,55)
#495030
(73,80,48)
#3D4429
(61,68,41)
#313822
(49,56,34)
#252C1B
(37,44,27)
#192014
(25,32,20)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #858C53

#858C53
(133,140,83)
#909662
(144,150,98)
#9BA071
(155,160,113)
#A6AA80
(166,170,128)
#B1B48F
(177,180,143)
#BCBE9E
(188,190,158)
#C7C8AD
(199,200,173)
#D2D2BC
(210,210,188)
#DDDCCB
(221,220,203)
#E8E6DA
(232,230,218)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858C53 color. Also use rgb(133,140,83) instead hex code.

Text Font Color

.myTextColor { color: #858C53; }

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

This text font color is #858C53.


Background Color

.myBgColor { background-color: #858C53; }

<div style="background-color:#858C53">Inner text</div>

This div background color is #858C53.


Border color

.myBorderColor { border: 1px solid #858C53; }

<div style="border:3px solid #858C53">Div</div>

This div border color is #858C53.


Opacity

.myOpacity80 { color: #858C53; opacity: 0.8; }

<p style="color:#858C53;opacity:0.8;">80%</p>

Text with #858C53 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 #858C53;}

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

This text has shadow with #858C53 color.

.textShadow {text-shadow: 3px 3px 1px #858C53, 3px 3px 1px red;}

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

This text has shadow with #858C53 primary color and red secondary color.


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

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

This text has shadow with #858C53 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #858C53;
-webkit-box-shadow: 1px 1px 3px 2px #858C53;
box-shadow:1px 1px 3px 2px #858C53;">
Div content here</div>
This div box has shadow with color #858C53.

Preview

Color preview on black background

This text has color #858C53 on black background.


Color preview on white background

This text has color #858C53 on white background.



Black color preview on #858C53 background

This text has black color on #858C53 background.


White color preview on #858C53 background

This text has white color on #858C53 background.