COLOR #858C47

HEX: #858C47
RGB: (133,140,71)

Color info

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

RGB color model

#858C47 color RGB value is (133,140,71).

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

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 71 of 255 = 28%

133
140
71

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

Portions of RGB colors in percentages

R + G + B =
133 + 140 + 71 = 344 (100%)
R 133 of 344 ~ 38.66%
G 140 of 344 ~ 40.7%
B 71 of 344 ~ 20.64%

%38.66
%40.7
%20.64

CMYK color model

#858C47 color CMYK value is (5,0,49,45).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 49.29%
  • key color value is 45.10%
CMYK:
(5,0,49,45)
C5M0Y49K45 
(5%,0%,49%,45%)
(0.05/0.00/0.49/0.45)	

CMYK percentages

%5
%0
%49.29
%45.1

Codes

Color #858C47 in popluar color models

858C47
RGB13314071
HSL66°32.70%41.37%
HSB/HSV66°49.29%54.90%
CMYK5.00%0.00%49.29%
45.10%

Color #858C47 in popluar number systems.

HEX858C47
Decimal13314071
Binary10000101100011001000111
Octal205214107

Shades and tints

Shades of #858C47

#858C47
(133,140,71)
#798041
(121,128,65)
#6D743B
(109,116,59)
#616835
(97,104,53)
#555C2F
(85,92,47)
#495029
(73,80,41)
#3D4423
(61,68,35)
#31381D
(49,56,29)
#252C17
(37,44,23)
#192011
(25,32,17)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #858C47

#858C47
(133,140,71)
#909657
(144,150,87)
#9BA067
(155,160,103)
#A6AA77
(166,170,119)
#B1B487
(177,180,135)
#BCBE97
(188,190,151)
#C7C8A7
(199,200,167)
#D2D2B7
(210,210,183)
#DDDCC7
(221,220,199)
#E8E6D7
(232,230,215)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C47; }

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

This text font color is #858C47.


Background Color

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

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

This div background color is #858C47.


Border color

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

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

This div border color is #858C47.


Opacity

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

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

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

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

This text has shadow with #858C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858C47 on black background.


Color preview on white background

This text has color #858C47 on white background.



Black color preview on #858C47 background

This text has black color on #858C47 background.


White color preview on #858C47 background

This text has white color on #858C47 background.