COLOR #867B68

HEX: #867B68
RGB: (134,123,104)

Color info

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

RGB color model

#867B68 color RGB value is (134,123,104).

  • red value is 134;
  • green value is 123;
  • blue value is 104.
RGB:
(134,123,104)
(53%,48%,41%)

RGB channels and saturation

R 134 of 255 = 53%
G 123 of 255 = 48%
B 104 of 255 = 41%

134
123
104

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

Portions of RGB colors in percentages

R + G + B =
134 + 123 + 104 = 361 (100%)
R 134 of 361 ~ 37.12%
G 123 of 361 ~ 34.07%
B 104 of 361 ~ 28.81%

%37.12
%34.07
%28.81

CMYK color model

#867B68 color CMYK value is (0,8,22,47).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(0,8,22,47)
C0M8Y22K47 
(0%,8%,22%,47%)
(0.00/0.08/0.22/0.47)	

CMYK percentages

%0
%8.21
%22.39
%47.45

Codes

Color #867B68 in popluar color models

867B68
RGB134123104
HSL38°12.61%46.67%
HSB/HSV38°22.39%52.55%
CMYK0.00%8.21%22.39%
47.45%

Color #867B68 in popluar number systems.

HEX867B68
Decimal134123104
Binary1000011011110111101000
Octal206173150

Shades and tints

Shades of #867B68

#867B68
(134,123,104)
#7A705F
(122,112,95)
#6E6556
(110,101,86)
#625A4D
(98,90,77)
#564F44
(86,79,68)
#4A443B
(74,68,59)
#3E3932
(62,57,50)
#322E29
(50,46,41)
#262320
(38,35,32)
#1A1817
(26,24,23)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #867B68

#867B68
(134,123,104)
#918775
(145,135,117)
#9C9382
(156,147,130)
#A79F8F
(167,159,143)
#B2AB9C
(178,171,156)
#BDB7A9
(189,183,169)
#C8C3B6
(200,195,182)
#D3CFC3
(211,207,195)
#DEDBD0
(222,219,208)
#E9E7DD
(233,231,221)
#F4F3EA
(244,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867B68 color. Also use rgb(134,123,104) instead hex code.

Text Font Color

.myTextColor { color: #867B68; }

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

This text font color is #867B68.


Background Color

.myBgColor { background-color: #867B68; }

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

This div background color is #867B68.


Border color

.myBorderColor { border: 1px solid #867B68; }

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

This div border color is #867B68.


Opacity

.myOpacity80 { color: #867B68; opacity: 0.8; }

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

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

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

This text has shadow with #867B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867B68 on black background.


Color preview on white background

This text has color #867B68 on white background.



Black color preview on #867B68 background

This text has black color on #867B68 background.


White color preview on #867B68 background

This text has white color on #867B68 background.