COLOR #858C78

HEX: #858C78
RGB: (133,140,120)

Color info

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

RGB color model

#858C78 color RGB value is (133,140,120).

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

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 120 of 255 = 47%

133
140
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 140 + 120 = 393 (100%)
R 133 of 393 ~ 33.84%
G 140 of 393 ~ 35.62%
B 120 of 393 ~ 30.53%

%33.84
%35.62
%30.53

CMYK color model

#858C78 color CMYK value is (5,0,14,45).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK: (5,0,14,45) C5M0Y14K45 (5%,0%,14%,45%) (0.05/0.00/0.14/0.45)

CMYK percentages

%5
%0
%14.29
%45.1

Codes

Color #858C78 in popluar color models

858C78
RGB133140120
HSL81°8.00%50.98%
HSB/HSV81°14.29%54.90%
CMYK5.00%0.00%14.29%
45.10%

Color #858C78 in popluar number systems.

HEX858C78
Decimal133140120
Binary10000101100011001111000
Octal205214170

Shades and tints

Shades of #858C78

#858C78
(133,140,120)
#79806E
(121,128,110)
#6D7464
(109,116,100)
#61685A
(97,104,90)
#555C50
(85,92,80)
#495046
(73,80,70)
#3D443C
(61,68,60)
#313832
(49,56,50)
#252C28
(37,44,40)
#19201E
(25,32,30)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #858C78

#858C78
(133,140,120)
#909684
(144,150,132)
#9BA090
(155,160,144)
#A6AA9C
(166,170,156)
#B1B4A8
(177,180,168)
#BCBEB4
(188,190,180)
#C7C8C0
(199,200,192)
#D2D2CC
(210,210,204)
#DDDCD8
(221,220,216)
#E8E6E4
(232,230,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C78; }

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

This text font color is #858C78.


Background Color

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

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

This div background color is #858C78.


Border color

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

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

This div border color is #858C78.


Opacity

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

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

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

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

This text has shadow with #858C78 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #858C78 on black background.


Color preview on white background

This text has color #858C78 on white background.



Black color preview on #858C78 background

This text has black color on #858C78 background.


White color preview on #858C78 background

This text has white color on #858C78 background.