COLOR #865E38

HEX: #865E38
RGB: (134,94,56)

Color info

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

RGB color model

#865E38 color RGB value is (134,94,56).

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

RGB channels and saturation

R 134 of 255 = 53%
G 94 of 255 = 37%
B 56 of 255 = 22%

134
94
56

R + G + B ~ 37%. #865E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 94 + 56 = 284 (100%)
R 134 of 284 ~ 47.18%
G 94 of 284 ~ 33.1%
B 56 of 284 ~ 19.72%

%47.18
%33.1
%19.72

CMYK color model

#865E38 color CMYK value is (0,30,58,47).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 58.21%
  • key color value is 47.45%
CMYK:
(0,30,58,47)
C0M30Y58K47 
(0%,30%,58%,47%)
(0.00/0.30/0.58/0.47)	

CMYK percentages

%0
%29.85
%58.21
%47.45

Codes

Color #865E38 in popluar color models

865E38
RGB1349456
HSL29°41.05%37.25%
HSB/HSV29°58.21%52.55%
CMYK0.00%29.85%58.21%
47.45%

Color #865E38 in popluar number systems.

HEX865E38
Decimal1349456
Binary100001101011110111000
Octal20613670

Shades and tints

Shades of #865E38

#865E38
(134,94,56)
#7A5633
(122,86,51)
#6E4E2E
(110,78,46)
#624629
(98,70,41)
#563E24
(86,62,36)
#4A361F
(74,54,31)
#3E2E1A
(62,46,26)
#322615
(50,38,21)
#261E10
(38,30,16)
#1A160B
(26,22,11)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #865E38

#865E38
(134,94,56)
#916C4A
(145,108,74)
#9C7A5C
(156,122,92)
#A7886E
(167,136,110)
#B29680
(178,150,128)
#BDA492
(189,164,146)
#C8B2A4
(200,178,164)
#D3C0B6
(211,192,182)
#DECEC8
(222,206,200)
#E9DCDA
(233,220,218)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865E38; }

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

This text font color is #865E38.


Background Color

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

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

This div background color is #865E38.


Border color

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

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

This div border color is #865E38.


Opacity

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

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

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

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

This text has shadow with #865E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865E38 on black background.


Color preview on white background

This text has color #865E38 on white background.



Black color preview on #865E38 background

This text has black color on #865E38 background.


White color preview on #865E38 background

This text has white color on #865E38 background.