COLOR #858067

HEX: #858067
RGB: (133,128,103)

Color info

#858067 contains red, green and blue colors in about the same proportion. Web safe color of #858067 is #996666 (or #966).

RGB color model

#858067 color RGB value is (133,128,103).

  • red value is 133;
  • green value is 128;
  • blue value is 103.
RGB:
(133,128,103)
(52%,50%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 103 of 255 = 40%

133
128
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 103 = 364 (100%)
R 133 of 364 ~ 36.54%
G 128 of 364 ~ 35.16%
B 103 of 364 ~ 28.3%

%36.54
%35.16
%28.3

CMYK color model

#858067 color CMYK value is (0,4,23,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 22.56%
  • key color value is 47.84%
CMYK:
(0,4,23,48)
C0M4Y23K48 
(0%,4%,23%,48%)
(0.00/0.04/0.23/0.48)	

CMYK percentages

%0
%3.76
%22.56
%47.84

Codes

Color #858067 in popluar color models

858067
RGB133128103
HSL50°12.71%46.27%
HSB/HSV50°22.56%52.16%
CMYK0.00%3.76%22.56%
47.84%

Color #858067 in popluar number systems.

HEX858067
Decimal133128103
Binary10000101100000001100111
Octal205200147

Shades and tints

Shades of #858067

#858067
(133,128,103)
#79755E
(121,117,94)
#6D6A55
(109,106,85)
#615F4C
(97,95,76)
#555443
(85,84,67)
#49493A
(73,73,58)
#3D3E31
(61,62,49)
#313328
(49,51,40)
#25281F
(37,40,31)
#191D16
(25,29,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #858067

#858067
(133,128,103)
#908B74
(144,139,116)
#9B9681
(155,150,129)
#A6A18E
(166,161,142)
#B1AC9B
(177,172,155)
#BCB7A8
(188,183,168)
#C7C2B5
(199,194,181)
#D2CDC2
(210,205,194)
#DDD8CF
(221,216,207)
#E8E3DC
(232,227,220)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858067 color. Also use rgb(133,128,103) instead hex code.

Text Font Color

.myTextColor { color: #858067; }

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

This text font color is #858067.


Background Color

.myBgColor { background-color: #858067; }

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

This div background color is #858067.


Border color

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

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

This div border color is #858067.


Opacity

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

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

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

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

This text has shadow with #858067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858067 on black background.


Color preview on white background

This text has color #858067 on white background.



Black color preview on #858067 background

This text has black color on #858067 background.


White color preview on #858067 background

This text has white color on #858067 background.