COLOR #865E4A

HEX: #865E4A
RGB: (134,94,74)

Color info

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

RGB color model

#865E4A color RGB value is (134,94,74).

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

RGB channels and saturation

R 134 of 255 = 53%
G 94 of 255 = 37%
B 74 of 255 = 29%

134
94
74

R + G + B ~ 40%. #865E4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 94 + 74 = 302 (100%)
R 134 of 302 ~ 44.37%
G 94 of 302 ~ 31.13%
B 74 of 302 ~ 24.5%

%44.37
%31.13
%24.5

CMYK color model

#865E4A color CMYK value is (0,30,45,47).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 44.78%
  • key color value is 47.45%
CMYK:
(0,30,45,47)
C0M30Y45K47 
(0%,30%,45%,47%)
(0.00/0.30/0.45/0.47)	

CMYK percentages

%0
%29.85
%44.78
%47.45

Codes

Color #865E4A in popluar color models

865E4A
RGB1349474
HSL20°28.85%40.78%
HSB/HSV20°44.78%52.55%
CMYK0.00%29.85%44.78%
47.45%

Color #865E4A in popluar number systems.

HEX865E4A
Decimal1349474
Binary1000011010111101001010
Octal206136112

Shades and tints

Shades of #865E4A

#865E4A
(134,94,74)
#7A5644
(122,86,68)
#6E4E3E
(110,78,62)
#624638
(98,70,56)
#563E32
(86,62,50)
#4A362C
(74,54,44)
#3E2E26
(62,46,38)
#322620
(50,38,32)
#261E1A
(38,30,26)
#1A1614
(26,22,20)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #865E4A

#865E4A
(134,94,74)
#916C5A
(145,108,90)
#9C7A6A
(156,122,106)
#A7887A
(167,136,122)
#B2968A
(178,150,138)
#BDA49A
(189,164,154)
#C8B2AA
(200,178,170)
#D3C0BA
(211,192,186)
#DECECA
(222,206,202)
#E9DCDA
(233,220,218)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865E4A; }

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

This text font color is #865E4A.


Background Color

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

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

This div background color is #865E4A.


Border color

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

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

This div border color is #865E4A.


Opacity

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

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

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

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

This text has shadow with #865E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865E4A on black background.


Color preview on white background

This text has color #865E4A on white background.



Black color preview on #865E4A background

This text has black color on #865E4A background.


White color preview on #865E4A background

This text has white color on #865E4A background.