COLOR #867C3D

HEX: #867C3D RGB: (134,124,61)

Color info

#867C3D contains mainly red and green colors. Web safe color of #867C3D is #996633 (or #963).

RGB color model

#867C3D color RGB value is (134,124,61).

RGB: (134,124,61) (53%, 49%, 24%)

RGB channels and saturation

R 134 of 255 = 53%
G 124 of 255 = 49%
B 61 of 255 = 24%

134
124
61

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

Portions of RGB colors in percentages

R + G + B = 134 + 124 + 61 = 319 (100%)
R 134 of 319 ~ 42.01%
G 124 of 319 ~ 38.87%
B 61 of 319 ~ 19.12'%

%42.01
%38.87
%19.12

CMYK color model

#867C3D color CMYK value is (0,7,54,47).

  • cyan value is 0.00%
  • magenta value is 7.46%
  • yellow value is 54.48%
  • key color value is 47.45%

CMYK: (0,7,54,47)
C0M7Y54K47 (0%, 7%, 54%, 47%)
(0.00 / 0.07 / 0.54 / 0.47)

CMYK percentages

%0
%7.46
%54.48
%47.45

Codes

Color #867C3D in popluar color models

86 7C 3D
RGB 134 124 61
HSL 52° 37.44% 38.24%
HSB/HSV 52° 54.48% 52.55%
CMYK 0.00% 7.46% 54.48%
47.45%

Color #867C3D in popluar number systems.

HEX 86 7C 3D
Decimal 134 124 61
Binary 10000110 1111100 111101
Octal 206 174 75

Shades and tints

Shades of #867C3D

#867C3D
(134,124,61)
#7A7138
(122,113,56)
#6E6633
(110,102,51)
#625B2E
(98,91,46)
#565029
(86,80,41)
#4A4524
(74,69,36)
#3E3A1F
(62,58,31)
#322F1A
(50,47,26)
#262415
(38,36,21)
#1A1910
(26,25,16)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #867C3D

#867C3D
(134,124,61)
#91874E
(145,135,78)
#9C925F
(156,146,95)
#A79D70
(167,157,112)
#B2A881
(178,168,129)
#BDB392
(189,179,146)
#C8BEA3
(200,190,163)
#D3C9B4
(211,201,180)
#DED4C5
(222,212,197)
#E9DFD6
(233,223,214)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867C3D color. Also use rgb(134,124,61) instead hex code.

Text Font Color

.myTextColor { color: #867C3D; }

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

This text font color is #867C3D.

Background Color

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

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

This div background color is #867C3D.

Border color

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

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

This div border color is #867C3D.

Opacity

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

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

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

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

This text has shadow with #867C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867C3D.

Preview

Color preview on black background

This text has color #867C3D on black background.


Color preview on white background

This text has color #867C3D on white background.


Black color preview on #867C3D background

This text has black color on #867C3D background.


White color preview on #867C3D background

This text has white color on #867C3D background.


Related colors

Complementary color

Complementary color for #hex is #7983C2.


I love getcolorcode.com

Triadic colors

1 #3D867C and #7C3D86 with #867C3D are triadic colors.

2 #3D7C86 and #7C863D with #867C3D are triadic colors.