COLOR #867663

HEX: #867663
RGB: (134,118,99)

Color info

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

RGB color model

#867663 color RGB value is (134,118,99).

  • red value is 134;
  • green value is 118;
  • blue value is 99.
RGB:
(134,118,99)
(53%,46%,39%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 99 of 255 = 39%

134
118
99

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

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 99 = 351 (100%)
R 134 of 351 ~ 38.18%
G 118 of 351 ~ 33.62%
B 99 of 351 ~ 28.21%

%38.18
%33.62
%28.21

CMYK color model

#867663 color CMYK value is (0,12,26,47).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 26.12%
  • key color value is 47.45%
CMYK:
(0,12,26,47)
C0M12Y26K47 
(0%,12%,26%,47%)
(0.00/0.12/0.26/0.47)	

CMYK percentages

%0
%11.94
%26.12
%47.45

Codes

Color #867663 in popluar color models

867663
RGB13411899
HSL33°15.02%45.69%
HSB/HSV33°26.12%52.55%
CMYK0.00%11.94%26.12%
47.45%

Color #867663 in popluar number systems.

HEX867663
Decimal13411899
Binary1000011011101101100011
Octal206166143

Shades and tints

Shades of #867663

#867663
(134,118,99)
#7A6C5A
(122,108,90)
#6E6251
(110,98,81)
#625848
(98,88,72)
#564E3F
(86,78,63)
#4A4436
(74,68,54)
#3E3A2D
(62,58,45)
#323024
(50,48,36)
#26261B
(38,38,27)
#1A1C12
(26,28,18)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #867663

#867663
(134,118,99)
#918271
(145,130,113)
#9C8E7F
(156,142,127)
#A79A8D
(167,154,141)
#B2A69B
(178,166,155)
#BDB2A9
(189,178,169)
#C8BEB7
(200,190,183)
#D3CAC5
(211,202,197)
#DED6D3
(222,214,211)
#E9E2E1
(233,226,225)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867663 color. Also use rgb(134,118,99) instead hex code.

Text Font Color

.myTextColor { color: #867663; }

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

This text font color is #867663.


Background Color

.myBgColor { background-color: #867663; }

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

This div background color is #867663.


Border color

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

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

This div border color is #867663.


Opacity

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

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

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

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

This text has shadow with #867663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867663 on black background.


Color preview on white background

This text has color #867663 on white background.



Black color preview on #867663 background

This text has black color on #867663 background.


White color preview on #867663 background

This text has white color on #867663 background.