COLOR #858068

HEX: #858068
RGB: (133,128,104)

Color info

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

RGB color model

#858068 color RGB value is (133,128,104).

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

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 104 of 255 = 41%

133
128
104

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 104 = 365 (100%)
R 133 of 365 ~ 36.44%
G 128 of 365 ~ 35.07%
B 104 of 365 ~ 28.49%

%36.44
%35.07
%28.49

CMYK color model

#858068 color CMYK value is (0,4,22,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(0,4,22,48)
C0M4Y22K48 
(0%,4%,22%,48%)
(0.00/0.04/0.22/0.48)	

CMYK percentages

%0
%3.76
%21.8
%47.84

Codes

Color #858068 in popluar color models

858068
RGB133128104
HSL50°12.24%46.47%
HSB/HSV50°21.80%52.16%
CMYK0.00%3.76%21.80%
47.84%

Color #858068 in popluar number systems.

HEX858068
Decimal133128104
Binary10000101100000001101000
Octal205200150

Shades and tints

Shades of #858068

#858068
(133,128,104)
#79755F
(121,117,95)
#6D6A56
(109,106,86)
#615F4D
(97,95,77)
#555444
(85,84,68)
#49493B
(73,73,59)
#3D3E32
(61,62,50)
#313329
(49,51,41)
#252820
(37,40,32)
#191D17
(25,29,23)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #858068

#858068
(133,128,104)
#908B75
(144,139,117)
#9B9682
(155,150,130)
#A6A18F
(166,161,143)
#B1AC9C
(177,172,156)
#BCB7A9
(188,183,169)
#C7C2B6
(199,194,182)
#D2CDC3
(210,205,195)
#DDD8D0
(221,216,208)
#E8E3DD
(232,227,221)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858068; }

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

This text font color is #858068.


Background Color

.myBgColor { background-color: #858068; }

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

This div background color is #858068.


Border color

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

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

This div border color is #858068.


Opacity

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

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

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

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

This text has shadow with #858068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858068 on black background.


Color preview on white background

This text has color #858068 on white background.



Black color preview on #858068 background

This text has black color on #858068 background.


White color preview on #858068 background

This text has white color on #858068 background.