COLOR #867969

HEX: #867969
RGB: (134,121,105)

Color info

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

RGB color model

#867969 color RGB value is (134,121,105).

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

RGB channels and saturation

R 134 of 255 = 53%
G 121 of 255 = 47%
B 105 of 255 = 41%

134
121
105

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

Portions of RGB colors in percentages

R + G + B =
134 + 121 + 105 = 360 (100%)
R 134 of 360 ~ 37.22%
G 121 of 360 ~ 33.61%
B 105 of 360 ~ 29.17%

%37.22
%33.61
%29.17

CMYK color model

#867969 color CMYK value is (0,10,22,47).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 21.64%
  • key color value is 47.45%
CMYK:
(0,10,22,47)
C0M10Y22K47 
(0%,10%,22%,47%)
(0.00/0.10/0.22/0.47)	

CMYK percentages

%0
%9.7
%21.64
%47.45

Codes

Color #867969 in popluar color models

867969
RGB134121105
HSL33°12.13%46.86%
HSB/HSV33°21.64%52.55%
CMYK0.00%9.70%21.64%
47.45%

Color #867969 in popluar number systems.

HEX867969
Decimal134121105
Binary1000011011110011101001
Octal206171151

Shades and tints

Shades of #867969

#867969
(134,121,105)
#7A6E60
(122,110,96)
#6E6357
(110,99,87)
#62584E
(98,88,78)
#564D45
(86,77,69)
#4A423C
(74,66,60)
#3E3733
(62,55,51)
#322C2A
(50,44,42)
#262121
(38,33,33)
#1A1618
(26,22,24)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #867969

#867969
(134,121,105)
#918576
(145,133,118)
#9C9183
(156,145,131)
#A79D90
(167,157,144)
#B2A99D
(178,169,157)
#BDB5AA
(189,181,170)
#C8C1B7
(200,193,183)
#D3CDC4
(211,205,196)
#DED9D1
(222,217,209)
#E9E5DE
(233,229,222)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #867969; }

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

This text font color is #867969.


Background Color

.myBgColor { background-color: #867969; }

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

This div background color is #867969.


Border color

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

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

This div border color is #867969.


Opacity

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

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

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

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

This text has shadow with #867969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867969 on black background.


Color preview on white background

This text has color #867969 on white background.



Black color preview on #867969 background

This text has black color on #867969 background.


White color preview on #867969 background

This text has white color on #867969 background.