COLOR #865938

HEX: #865938
RGB: (134,89,56)

Color info

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

RGB color model

#865938 color RGB value is (134,89,56).

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

RGB channels and saturation

R 134 of 255 = 53%
G 89 of 255 = 35%
B 56 of 255 = 22%

134
89
56

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

Portions of RGB colors in percentages

R + G + B =
134 + 89 + 56 = 279 (100%)
R 134 of 279 ~ 48.03%
G 89 of 279 ~ 31.9%
B 56 of 279 ~ 20.07%

%48.03
%31.9
%20.07

CMYK color model

#865938 color CMYK value is (0,34,58,47).

  • cyan value is 0.00%
  • magenta value is 33.58%
  • yellow value is 58.21%
  • key color value is 47.45%
CMYK:
(0,34,58,47)
C0M34Y58K47 
(0%,34%,58%,47%)
(0.00/0.34/0.58/0.47)	

CMYK percentages

%0
%33.58
%58.21
%47.45

Codes

Color #865938 in popluar color models

865938
RGB1348956
HSL25°41.05%37.25%
HSB/HSV25°58.21%52.55%
CMYK0.00%33.58%58.21%
47.45%

Color #865938 in popluar number systems.

HEX865938
Decimal1348956
Binary100001101011001111000
Octal20613170

Shades and tints

Shades of #865938

#865938
(134,89,56)
#7A5133
(122,81,51)
#6E492E
(110,73,46)
#624129
(98,65,41)
#563924
(86,57,36)
#4A311F
(74,49,31)
#3E291A
(62,41,26)
#322115
(50,33,21)
#261910
(38,25,16)
#1A110B
(26,17,11)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #865938

#865938
(134,89,56)
#91684A
(145,104,74)
#9C775C
(156,119,92)
#A7866E
(167,134,110)
#B29580
(178,149,128)
#BDA492
(189,164,146)
#C8B3A4
(200,179,164)
#D3C2B6
(211,194,182)
#DED1C8
(222,209,200)
#E9E0DA
(233,224,218)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865938; }

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

This text font color is #865938.


Background Color

.myBgColor { background-color: #865938; }

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

This div background color is #865938.


Border color

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

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

This div border color is #865938.


Opacity

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

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

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

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

This text has shadow with #865938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865938 on black background.


Color preview on white background

This text has color #865938 on white background.



Black color preview on #865938 background

This text has black color on #865938 background.


White color preview on #865938 background

This text has white color on #865938 background.