COLOR #858675

HEX: #858675
RGB: (133,134,117)

Color info

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

RGB color model

#858675 color RGB value is (133,134,117).

  • red value is 133;
  • green value is 134;
  • blue value is 117.
RGB:
(133,134,117)
(52%,53%,46%)

RGB channels and saturation

R 133 of 255 = 52%
G 134 of 255 = 53%
B 117 of 255 = 46%

133
134
117

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

Portions of RGB colors in percentages

R + G + B =
133 + 134 + 117 = 384 (100%)
R 133 of 384 ~ 34.64%
G 134 of 384 ~ 34.9%
B 117 of 384 ~ 30.47%

%34.64
%34.9
%30.47

CMYK color model

#858675 color CMYK value is (1,0,13,47).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(1,0,13,47)
C1M0Y13K47 
(1%,0%,13%,47%)
(0.01/0.00/0.13/0.47)	

CMYK percentages

%0.75
%0
%12.69
%47.45

Codes

Color #858675 in popluar color models

858675
RGB133134117
HSL64°6.77%49.22%
HSB/HSV64°12.69%52.55%
CMYK0.75%0.00%12.69%
47.45%

Color #858675 in popluar number systems.

HEX858675
Decimal133134117
Binary10000101100001101110101
Octal205206165

Shades and tints

Shades of #858675

#858675
(133,134,117)
#797A6B
(121,122,107)
#6D6E61
(109,110,97)
#616257
(97,98,87)
#55564D
(85,86,77)
#494A43
(73,74,67)
#3D3E39
(61,62,57)
#31322F
(49,50,47)
#252625
(37,38,37)
#191A1B
(25,26,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #858675

#858675
(133,134,117)
#909181
(144,145,129)
#9B9C8D
(155,156,141)
#A6A799
(166,167,153)
#B1B2A5
(177,178,165)
#BCBDB1
(188,189,177)
#C7C8BD
(199,200,189)
#D2D3C9
(210,211,201)
#DDDED5
(221,222,213)
#E8E9E1
(232,233,225)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858675 color. Also use rgb(133,134,117) instead hex code.

Text Font Color

.myTextColor { color: #858675; }

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

This text font color is #858675.


Background Color

.myBgColor { background-color: #858675; }

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

This div background color is #858675.


Border color

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

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

This div border color is #858675.


Opacity

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

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

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

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

This text has shadow with #858675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858675 on black background.


Color preview on white background

This text has color #858675 on white background.



Black color preview on #858675 background

This text has black color on #858675 background.


White color preview on #858675 background

This text has white color on #858675 background.