COLOR #854165

HEX: #854165
RGB: (133,65,101)

Color info

#854165 contains mainly red and blue colors. Web safe color of #854165 is #993366 (or #936).

RGB color model

#854165 color RGB value is (133,65,101).

  • red value is 133;
  • green value is 65;
  • blue value is 101.
RGB:
(133,65,101)
(52%,25%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 65 of 255 = 25%
B 101 of 255 = 40%

133
65
101

R + G + B ~ 39%. #854165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 65 + 101 = 299 (100%)
R 133 of 299 ~ 44.48%
G 65 of 299 ~ 21.74%
B 101 of 299 ~ 33.78%

%44.48
%21.74
%33.78

CMYK color model

#854165 color CMYK value is (0,51,24,48).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(0,51,24,48)
C0M51Y24K48 
(0%,51%,24%,48%)
(0.00/0.51/0.24/0.48)	

CMYK percentages

%0
%51.13
%24.06
%47.84

Codes

Color #854165 in popluar color models

854165
RGB13365101
HSL328°34.34%38.82%
HSB/HSV328°51.13%52.16%
CMYK0.00%51.13%24.06%
47.84%

Color #854165 in popluar number systems.

HEX854165
Decimal13365101
Binary1000010110000011100101
Octal205101145

Shades and tints

Shades of #854165

#854165
(133,65,101)
#793C5C
(121,60,92)
#6D3753
(109,55,83)
#61324A
(97,50,74)
#552D41
(85,45,65)
#492838
(73,40,56)
#3D232F
(61,35,47)
#311E26
(49,30,38)
#25191D
(37,25,29)
#191414
(25,20,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #854165

#854165
(133,65,101)
#905273
(144,82,115)
#9B6381
(155,99,129)
#A6748F
(166,116,143)
#B1859D
(177,133,157)
#BC96AB
(188,150,171)
#C7A7B9
(199,167,185)
#D2B8C7
(210,184,199)
#DDC9D5
(221,201,213)
#E8DAE3
(232,218,227)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854165 color. Also use rgb(133,65,101) instead hex code.

Text Font Color

.myTextColor { color: #854165; }

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

This text font color is #854165.


Background Color

.myBgColor { background-color: #854165; }

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

This div background color is #854165.


Border color

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

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

This div border color is #854165.


Opacity

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

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

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

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

This text has shadow with #854165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854165 on black background.


Color preview on white background

This text has color #854165 on white background.



Black color preview on #854165 background

This text has black color on #854165 background.


White color preview on #854165 background

This text has white color on #854165 background.