COLOR #867018

HEX: #867018
RGB: (134,112,24)

Color info

#867018 contains mainly red and green colors. Web safe color of #867018 is #996600 (or #960).

RGB color model

#867018 color RGB value is (134,112,24).

  • red value is 134;
  • green value is 112;
  • blue value is 24.
RGB:
(134,112,24)
(53%,44%,9%)

RGB channels and saturation

R 134 of 255 = 53%
G 112 of 255 = 44%
B 24 of 255 = 9%

134
112
24

R + G + B ~ 35%. #867018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 112 + 24 = 270 (100%)
R 134 of 270 ~ 49.63%
G 112 of 270 ~ 41.48%
B 24 of 270 ~ 8.89%

%49.63
%41.48

CMYK color model

#867018 color CMYK value is (0,16,82,47).

  • cyan value is 0.00%
  • magenta value is 16.42%
  • yellow value is 82.09%
  • key color value is 47.45%
CMYK:
(0,16,82,47)
C0M16Y82K47 
(0%,16%,82%,47%)
(0.00/0.16/0.82/0.47)	

CMYK percentages

%0
%16.42
%82.09
%47.45

Codes

Color #867018 in popluar color models

867018
RGB13411224
HSL48°69.62%30.98%
HSB/HSV48°82.09%52.55%
CMYK0.00%16.42%82.09%
47.45%

Color #867018 in popluar number systems.

HEX867018
Decimal13411224
Binary10000110111000011000
Octal20616030

Shades and tints

Shades of #867018

#867018
(134,112,24)
#7A6616
(122,102,22)
#6E5C14
(110,92,20)
#625212
(98,82,18)
#564810
(86,72,16)
#4A3E0E
(74,62,14)
#3E340C
(62,52,12)
#322A0A
(50,42,10)
#262008
(38,32,8)
#1A1606
(26,22,6)
#0E0C04
(14,12,4)
#000000
(0,0,0)

Tints of #867018

#867018
(134,112,24)
#917D2D
(145,125,45)
#9C8A42
(156,138,66)
#A79757
(167,151,87)
#B2A46C
(178,164,108)
#BDB181
(189,177,129)
#C8BE96
(200,190,150)
#D3CBAB
(211,203,171)
#DED8C0
(222,216,192)
#E9E5D5
(233,229,213)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867018 color. Also use rgb(134,112,24) instead hex code.

Text Font Color

.myTextColor { color: #867018; }

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

This text font color is #867018.


Background Color

.myBgColor { background-color: #867018; }

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

This div background color is #867018.


Border color

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

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

This div border color is #867018.


Opacity

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

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

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

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

This text has shadow with #867018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867018 on black background.


Color preview on white background

This text has color #867018 on white background.



Black color preview on #867018 background

This text has black color on #867018 background.


White color preview on #867018 background

This text has white color on #867018 background.