COLOR #865462

HEX: #865462
RGB: (134,84,98)

Color info

#865462 contains red, green and blue colors in about the same proportion. Web safe color of #865462 is #996666 (or #966).

RGB color model

#865462 color RGB value is (134,84,98).

  • red value is 134;
  • green value is 84;
  • blue value is 98.
RGB:
(134,84,98)
(53%,33%,38%)

RGB channels and saturation

R 134 of 255 = 53%
G 84 of 255 = 33%
B 98 of 255 = 38%

134
84
98

R + G + B ~ 41%. #865462 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 84 + 98 = 316 (100%)
R 134 of 316 ~ 42.41%
G 84 of 316 ~ 26.58%
B 98 of 316 ~ 31.01%

%42.41
%26.58
%31.01

CMYK color model

#865462 color CMYK value is (0,37,27,47).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 26.87%
  • key color value is 47.45%
CMYK:
(0,37,27,47)
C0M37Y27K47 
(0%,37%,27%,47%)
(0.00/0.37/0.27/0.47)	

CMYK percentages

%0
%37.31
%26.87
%47.45

Codes

Color #865462 in popluar color models

865462
RGB1348498
HSL343°22.94%42.75%
HSB/HSV343°37.31%52.55%
CMYK0.00%37.31%26.87%
47.45%

Color #865462 in popluar number systems.

HEX865462
Decimal1348498
Binary1000011010101001100010
Octal206124142

Shades and tints

Shades of #865462

#865462
(134,84,98)
#7A4D5A
(122,77,90)
#6E4652
(110,70,82)
#623F4A
(98,63,74)
#563842
(86,56,66)
#4A313A
(74,49,58)
#3E2A32
(62,42,50)
#32232A
(50,35,42)
#261C22
(38,28,34)
#1A151A
(26,21,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #865462

#865462
(134,84,98)
#916370
(145,99,112)
#9C727E
(156,114,126)
#A7818C
(167,129,140)
#B2909A
(178,144,154)
#BD9FA8
(189,159,168)
#C8AEB6
(200,174,182)
#D3BDC4
(211,189,196)
#DECCD2
(222,204,210)
#E9DBE0
(233,219,224)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865462 color. Also use rgb(134,84,98) instead hex code.

Text Font Color

.myTextColor { color: #865462; }

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

This text font color is #865462.


Background Color

.myBgColor { background-color: #865462; }

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

This div background color is #865462.


Border color

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

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

This div border color is #865462.


Opacity

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

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

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

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

This text has shadow with #865462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865462 on black background.


Color preview on white background

This text has color #865462 on white background.



Black color preview on #865462 background

This text has black color on #865462 background.


White color preview on #865462 background

This text has white color on #865462 background.