COLOR #858E48

HEX: #858E48
RGB: (133,142,72)

Color info

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

RGB color model

#858E48 color RGB value is (133,142,72).

  • red value is 133;
  • green value is 142;
  • blue value is 72.
RGB:
(133,142,72)
(52%,56%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 72 of 255 = 28%

133
142
72

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 72 = 347 (100%)
R 133 of 347 ~ 38.33%
G 142 of 347 ~ 40.92%
B 72 of 347 ~ 20.75%

%38.33
%40.92
%20.75

CMYK color model

#858E48 color CMYK value is (6,0,49,44).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 44.31%
CMYK:
(6,0,49,44)
C6M0Y49K44 
(6%,0%,49%,44%)
(0.06/0.00/0.49/0.44)	

CMYK percentages

%6.34
%0
%49.3
%44.31

Codes

Color #858E48 in popluar color models

858E48
RGB13314272
HSL68°32.71%41.96%
HSB/HSV68°49.30%55.69%
CMYK6.34%0.00%49.30%
44.31%

Color #858E48 in popluar number systems.

HEX858E48
Decimal13314272
Binary10000101100011101001000
Octal205216110

Shades and tints

Shades of #858E48

#858E48
(133,142,72)
#798242
(121,130,66)
#6D763C
(109,118,60)
#616A36
(97,106,54)
#555E30
(85,94,48)
#49522A
(73,82,42)
#3D4624
(61,70,36)
#313A1E
(49,58,30)
#252E18
(37,46,24)
#192212
(25,34,18)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #858E48

#858E48
(133,142,72)
#909858
(144,152,88)
#9BA268
(155,162,104)
#A6AC78
(166,172,120)
#B1B688
(177,182,136)
#BCC098
(188,192,152)
#C7CAA8
(199,202,168)
#D2D4B8
(210,212,184)
#DDDEC8
(221,222,200)
#E8E8D8
(232,232,216)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858E48 color. Also use rgb(133,142,72) instead hex code.

Text Font Color

.myTextColor { color: #858E48; }

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

This text font color is #858E48.


Background Color

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

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

This div background color is #858E48.


Border color

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

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

This div border color is #858E48.


Opacity

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

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

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

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

This text has shadow with #858E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E48 on black background.


Color preview on white background

This text has color #858E48 on white background.



Black color preview on #858E48 background

This text has black color on #858E48 background.


White color preview on #858E48 background

This text has white color on #858E48 background.