COLOR #857969

HEX: #857969
RGB: (133,121,105)

Color info

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

RGB color model

#857969 color RGB value is (133,121,105).

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

RGB channels and saturation

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

133
121
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 105 = 359 (100%)
R 133 of 359 ~ 37.05%
G 121 of 359 ~ 33.7%
B 105 of 359 ~ 29.25%

%37.05
%33.7
%29.25

CMYK color model

#857969 color CMYK value is (0,9,21,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(0,9,21,48)
C0M9Y21K48 
(0%,9%,21%,48%)
(0.00/0.09/0.21/0.48)	

CMYK percentages

%0
%9.02
%21.05
%47.84

Codes

Color #857969 in popluar color models

857969
RGB133121105
HSL34°11.76%46.67%
HSB/HSV34°21.05%52.16%
CMYK0.00%9.02%21.05%
47.84%

Color #857969 in popluar number systems.

HEX857969
Decimal133121105
Binary1000010111110011101001
Octal205171151

Shades and tints

Shades of #857969

#857969
(133,121,105)
#796E60
(121,110,96)
#6D6357
(109,99,87)
#61584E
(97,88,78)
#554D45
(85,77,69)
#49423C
(73,66,60)
#3D3733
(61,55,51)
#312C2A
(49,44,42)
#252121
(37,33,33)
#191618
(25,22,24)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #857969

#857969
(133,121,105)
#908576
(144,133,118)
#9B9183
(155,145,131)
#A69D90
(166,157,144)
#B1A99D
(177,169,157)
#BCB5AA
(188,181,170)
#C7C1B7
(199,193,183)
#D2CDC4
(210,205,196)
#DDD9D1
(221,217,209)
#E8E5DE
(232,229,222)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857969; }

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

This text font color is #857969.


Background Color

.myBgColor { background-color: #857969; }

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

This div background color is #857969.


Border color

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

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

This div border color is #857969.


Opacity

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

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

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

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

This text has shadow with #857969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857969 on black background.


Color preview on white background

This text has color #857969 on white background.



Black color preview on #857969 background

This text has black color on #857969 background.


White color preview on #857969 background

This text has white color on #857969 background.