COLOR #859568

HEX: #859568
RGB: (133,149,104)

Color info

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

RGB color model

#859568 color RGB value is (133,149,104).

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

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 104 of 255 = 41%

133
149
104

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

Portions of RGB colors in percentages

R + G + B =
133 + 149 + 104 = 386 (100%)
R 133 of 386 ~ 34.46%
G 149 of 386 ~ 38.6%
B 104 of 386 ~ 26.94%

%34.46
%38.6
%26.94

CMYK color model

#859568 color CMYK value is (11,0,30,42).

  • cyan value is 10.74%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 41.57%
CMYK:
(11,0,30,42)
C11M0Y30K42 
(11%,0%,30%,42%)
(0.11/0.00/0.30/0.42)	

CMYK percentages

%10.74
%0
%30.2
%41.57

Codes

Color #859568 in popluar color models

859568
RGB133149104
HSL81°17.79%49.61%
HSB/HSV81°30.20%58.43%
CMYK10.74%0.00%30.20%
41.57%

Color #859568 in popluar number systems.

HEX859568
Decimal133149104
Binary10000101100101011101000
Octal205225150

Shades and tints

Shades of #859568

#859568
(133,149,104)
#79885F
(121,136,95)
#6D7B56
(109,123,86)
#616E4D
(97,110,77)
#556144
(85,97,68)
#49543B
(73,84,59)
#3D4732
(61,71,50)
#313A29
(49,58,41)
#252D20
(37,45,32)
#192017
(25,32,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #859568

#859568
(133,149,104)
#909E75
(144,158,117)
#9BA782
(155,167,130)
#A6B08F
(166,176,143)
#B1B99C
(177,185,156)
#BCC2A9
(188,194,169)
#C7CBB6
(199,203,182)
#D2D4C3
(210,212,195)
#DDDDD0
(221,221,208)
#E8E6DD
(232,230,221)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859568; }

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

This text font color is #859568.


Background Color

.myBgColor { background-color: #859568; }

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

This div background color is #859568.


Border color

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

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

This div border color is #859568.


Opacity

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

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

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

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

This text has shadow with #859568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859568 on black background.


Color preview on white background

This text has color #859568 on white background.



Black color preview on #859568 background

This text has black color on #859568 background.


White color preview on #859568 background

This text has white color on #859568 background.