COLOR #865E0F

HEX: #865E0F
RGB: (134,94,15)

Color info

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

RGB color model

#865E0F color RGB value is (134,94,15).

  • red value is 134;
  • green value is 94;
  • blue value is 15.
RGB:
(134,94,15)
(53%,37%,6%)

RGB channels and saturation

R 134 of 255 = 53%
G 94 of 255 = 37%
B 15 of 255 = 6%

134
94
15

R + G + B ~ 32%. #865E0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 94 + 15 = 243 (100%)
R 134 of 243 ~ 55.14%
G 94 of 243 ~ 38.68%
B 15 of 243 ~ 6.17%

%55.14
%38.68

CMYK color model

#865E0F color CMYK value is (0,30,89,47).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 88.81%
  • key color value is 47.45%
CMYK:
(0,30,89,47)
C0M30Y89K47 
(0%,30%,89%,47%)
(0.00/0.30/0.89/0.47)	

CMYK percentages

%0
%29.85
%88.81
%47.45

Codes

Color #865E0F in popluar color models

865E0F
RGB1349415
HSL40°79.87%29.22%
HSB/HSV40°88.81%52.55%
CMYK0.00%29.85%88.81%
47.45%

Color #865E0F in popluar number systems.

HEX865E0F
Decimal1349415
Binary1000011010111101111
Octal20613617

Shades and tints

Shades of #865E0F

#865E0F
(134,94,15)
#7A560E
(122,86,14)
#6E4E0D
(110,78,13)
#62460C
(98,70,12)
#563E0B
(86,62,11)
#4A360A
(74,54,10)
#3E2E09
(62,46,9)
#322608
(50,38,8)
#261E07
(38,30,7)
#1A1606
(26,22,6)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #865E0F

#865E0F
(134,94,15)
#916C24
(145,108,36)
#9C7A39
(156,122,57)
#A7884E
(167,136,78)
#B29663
(178,150,99)
#BDA478
(189,164,120)
#C8B28D
(200,178,141)
#D3C0A2
(211,192,162)
#DECEB7
(222,206,183)
#E9DCCC
(233,220,204)
#F4EAE1
(244,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865E0F color. Also use rgb(134,94,15) instead hex code.

Text Font Color

.myTextColor { color: #865E0F; }

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

This text font color is #865E0F.


Background Color

.myBgColor { background-color: #865E0F; }

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

This div background color is #865E0F.


Border color

.myBorderColor { border: 1px solid #865E0F; }

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

This div border color is #865E0F.


Opacity

.myOpacity80 { color: #865E0F; opacity: 0.8; }

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

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

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

This text has shadow with #865E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865E0F on black background.


Color preview on white background

This text has color #865E0F on white background.



Black color preview on #865E0F background

This text has black color on #865E0F background.


White color preview on #865E0F background

This text has white color on #865E0F background.