COLOR #858168

HEX: #858168
RGB: (133,129,104)

Color info

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

RGB color model

#858168 color RGB value is (133,129,104).

  • red value is 133;
  • green value is 129;
  • blue value is 104.
RGB:
(133,129,104)
(52%,51%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 104 of 255 = 41%

133
129
104

R + G + B ~ 48%. #858168 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 104 = 366 (100%)
R 133 of 366 ~ 36.34%
G 129 of 366 ~ 35.25%
B 104 of 366 ~ 28.42%

%36.34
%35.25
%28.42

CMYK color model

#858168 color CMYK value is (0,3,22,48).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(0,3,22,48)
C0M3Y22K48 
(0%,3%,22%,48%)
(0.00/0.03/0.22/0.48)	

CMYK percentages

%0
%3.01
%21.8
%47.84

Codes

Color #858168 in popluar color models

858168
RGB133129104
HSL52°12.24%46.47%
HSB/HSV52°21.80%52.16%
CMYK0.00%3.01%21.80%
47.84%

Color #858168 in popluar number systems.

HEX858168
Decimal133129104
Binary10000101100000011101000
Octal205201150

Shades and tints

Shades of #858168

#858168
(133,129,104)
#79765F
(121,118,95)
#6D6B56
(109,107,86)
#61604D
(97,96,77)
#555544
(85,85,68)
#494A3B
(73,74,59)
#3D3F32
(61,63,50)
#313429
(49,52,41)
#252920
(37,41,32)
#191E17
(25,30,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #858168

#858168
(133,129,104)
#908C75
(144,140,117)
#9B9782
(155,151,130)
#A6A28F
(166,162,143)
#B1AD9C
(177,173,156)
#BCB8A9
(188,184,169)
#C7C3B6
(199,195,182)
#D2CEC3
(210,206,195)
#DDD9D0
(221,217,208)
#E8E4DD
(232,228,221)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858168 color. Also use rgb(133,129,104) instead hex code.

Text Font Color

.myTextColor { color: #858168; }

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

This text font color is #858168.


Background Color

.myBgColor { background-color: #858168; }

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

This div background color is #858168.


Border color

.myBorderColor { border: 1px solid #858168; }

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

This div border color is #858168.


Opacity

.myOpacity80 { color: #858168; opacity: 0.8; }

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

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

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

This text has shadow with #858168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858168 on black background.


Color preview on white background

This text has color #858168 on white background.



Black color preview on #858168 background

This text has black color on #858168 background.


White color preview on #858168 background

This text has white color on #858168 background.