COLOR #864B00

HEX: #864B00
RGB: (134,75,0)

Color info

#864B00 contains only red and green colors. Web safe color of #864B00 is #993300 (or #930).

RGB color model

#864B00 color RGB value is (134,75,0).

  • red value is 134;
  • green value is 75;
  • blue value is 0.
RGB:
(134,75,0)
(53%,29%,0%)

RGB channels and saturation

R 134 of 255 = 53%
G 75 of 255 = 29%
B 0 of 255 = 0%

134
75
0

R + G + B ~ 27%. #864B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 75 + 0 = 209 (100%)
R 134 of 209 ~ 64.11%
G 75 of 209 ~ 35.89%
B 0 of 209 ~ 0%

%64.11
%35.89

CMYK color model

#864B00 color CMYK value is (0,44,100,47).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 100.00%
  • key color value is 47.45%
CMYK:
(0,44,100,47)
C0M44Y100K47 
(0%,44%,100%,47%)
(0.00/0.44/1.00/0.47)	

CMYK percentages

%0
%44.03
%100
%47.45

Codes

Color #864B00 in popluar color models

864B00
RGB134750
HSL34°100.00%26.27%
HSB/HSV34°100.00%52.55%
CMYK0.00%44.03%100.00%
47.45%

Color #864B00 in popluar number systems.

HEX864B00
Decimal134750
Binary1000011010010110
Octal2061130

Shades and tints

Shades of #864B00

#864B00
(134,75,0)
#7A4500
(122,69,0)
#6E3F00
(110,63,0)
#623900
(98,57,0)
#563300
(86,51,0)
#4A2D00
(74,45,0)
#3E2700
(62,39,0)
#322100
(50,33,0)
#261B00
(38,27,0)
#1A1500
(26,21,0)
#0E0F00
(14,15,0)
#000000
(0,0,0)

Tints of #864B00

#864B00
(134,75,0)
#915B17
(145,91,23)
#9C6B2E
(156,107,46)
#A77B45
(167,123,69)
#B28B5C
(178,139,92)
#BD9B73
(189,155,115)
#C8AB8A
(200,171,138)
#D3BBA1
(211,187,161)
#DECBB8
(222,203,184)
#E9DBCF
(233,219,207)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864B00 color. Also use rgb(134,75,0) instead hex code.

Text Font Color

.myTextColor { color: #864B00; }

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

This text font color is #864B00.


Background Color

.myBgColor { background-color: #864B00; }

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

This div background color is #864B00.


Border color

.myBorderColor { border: 1px solid #864B00; }

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

This div border color is #864B00.


Opacity

.myOpacity80 { color: #864B00; opacity: 0.8; }

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

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

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

This text has shadow with #864B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864B00 on black background.


Color preview on white background

This text has color #864B00 on white background.



Black color preview on #864B00 background

This text has black color on #864B00 background.


White color preview on #864B00 background

This text has white color on #864B00 background.