COLOR #865142

HEX: #865142
RGB: (134,81,66)

Color info

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

RGB color model

#865142 color RGB value is (134,81,66).

  • red value is 134;
  • green value is 81;
  • blue value is 66.
RGB:
(134,81,66)
(53%,32%,26%)

RGB channels and saturation

R 134 of 255 = 53%
G 81 of 255 = 32%
B 66 of 255 = 26%

134
81
66

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

Portions of RGB colors in percentages

R + G + B =
134 + 81 + 66 = 281 (100%)
R 134 of 281 ~ 47.69%
G 81 of 281 ~ 28.83%
B 66 of 281 ~ 23.49%

%47.69
%28.83
%23.49

CMYK color model

#865142 color CMYK value is (0,40,51,47).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK:
(0,40,51,47)
C0M40Y51K47 
(0%,40%,51%,47%)
(0.00/0.40/0.51/0.47)	

CMYK percentages

%0
%39.55
%50.75
%47.45

Codes

Color #865142 in popluar color models

865142
RGB1348166
HSL13°34.00%39.22%
HSB/HSV13°50.75%52.55%
CMYK0.00%39.55%50.75%
47.45%

Color #865142 in popluar number systems.

HEX865142
Decimal1348166
Binary1000011010100011000010
Octal206121102

Shades and tints

Shades of #865142

#865142
(134,81,66)
#7A4A3C
(122,74,60)
#6E4336
(110,67,54)
#623C30
(98,60,48)
#56352A
(86,53,42)
#4A2E24
(74,46,36)
#3E271E
(62,39,30)
#322018
(50,32,24)
#261912
(38,25,18)
#1A120C
(26,18,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #865142

#865142
(134,81,66)
#916053
(145,96,83)
#9C6F64
(156,111,100)
#A77E75
(167,126,117)
#B28D86
(178,141,134)
#BD9C97
(189,156,151)
#C8ABA8
(200,171,168)
#D3BAB9
(211,186,185)
#DEC9CA
(222,201,202)
#E9D8DB
(233,216,219)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865142 color. Also use rgb(134,81,66) instead hex code.

Text Font Color

.myTextColor { color: #865142; }

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

This text font color is #865142.


Background Color

.myBgColor { background-color: #865142; }

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

This div background color is #865142.


Border color

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

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

This div border color is #865142.


Opacity

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

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

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

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

This text has shadow with #865142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865142 on black background.


Color preview on white background

This text has color #865142 on white background.



Black color preview on #865142 background

This text has black color on #865142 background.


White color preview on #865142 background

This text has white color on #865142 background.