COLOR #857968

HEX: #857968
RGB: (133,121,104)

Color info

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

RGB color model

#857968 color RGB value is (133,121,104).

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

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 104 of 255 = 41%

133
121
104

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 104 = 358 (100%)
R 133 of 358 ~ 37.15%
G 121 of 358 ~ 33.8%
B 104 of 358 ~ 29.05%

%37.15
%33.8
%29.05

CMYK color model

#857968 color CMYK value is (0,9,22,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(0,9,22,48)
C0M9Y22K48 
(0%,9%,22%,48%)
(0.00/0.09/0.22/0.48)	

CMYK percentages

%0
%9.02
%21.8
%47.84

Codes

Color #857968 in popluar color models

857968
RGB133121104
HSL35°12.24%46.47%
HSB/HSV35°21.80%52.16%
CMYK0.00%9.02%21.80%
47.84%

Color #857968 in popluar number systems.

HEX857968
Decimal133121104
Binary1000010111110011101000
Octal205171150

Shades and tints

Shades of #857968

#857968
(133,121,104)
#796E5F
(121,110,95)
#6D6356
(109,99,86)
#61584D
(97,88,77)
#554D44
(85,77,68)
#49423B
(73,66,59)
#3D3732
(61,55,50)
#312C29
(49,44,41)
#252120
(37,33,32)
#191617
(25,22,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #857968

#857968
(133,121,104)
#908575
(144,133,117)
#9B9182
(155,145,130)
#A69D8F
(166,157,143)
#B1A99C
(177,169,156)
#BCB5A9
(188,181,169)
#C7C1B6
(199,193,182)
#D2CDC3
(210,205,195)
#DDD9D0
(221,217,208)
#E8E5DD
(232,229,221)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857968; }

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

This text font color is #857968.


Background Color

.myBgColor { background-color: #857968; }

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

This div background color is #857968.


Border color

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

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

This div border color is #857968.


Opacity

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

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

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

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

This text has shadow with #857968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857968 on black background.


Color preview on white background

This text has color #857968 on white background.



Black color preview on #857968 background

This text has black color on #857968 background.


White color preview on #857968 background

This text has white color on #857968 background.