COLOR #854B72

HEX: #854B72 RGB: (133,75,114)

Color info

#854B72 contains red, green and blue colors in about the same proportion. Web safe color of #854B72 is #993366 (or #936).

RGB color model

#854B72 color RGB value is (133,75,114).

RGB: (133,75,114) (52%, 29%, 45%)

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 114 of 255 = 45%

133
75
114

R + G + B ~ 42%. #854B72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 75 + 114 = 322 (100%)
R 133 of 322 ~ 41.3%
G 75 of 322 ~ 23.29%
B 114 of 322 ~ 35.4'%

%41.3
%23.29
%35.4

CMYK color model

#854B72 color CMYK value is (0,44,14,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 14.29%
  • key color value is 47.84%

CMYK: (0,44,14,48)
C0M44Y14K48 (0%, 44%, 14%, 48%)
(0.00 / 0.44 / 0.14 / 0.48)

CMYK percentages

%0
%43.61
%14.29
%47.84

Codes

Color #854B72 in popluar color models

85 4B 72
RGB 133 75 114
HSL 320° 27.88% 40.78%
HSB/HSV 320° 43.61% 52.16%
CMYK 0.00% 43.61% 14.29%
47.84%

Color #854B72 in popluar number systems.

HEX 85 4B 72
Decimal 133 75 114
Binary 10000101 1001011 1110010
Octal 205 113 162

Shades and tints

Shades of #854B72

#854B72
(133,75,114)
#794568
(121,69,104)
#6D3F5E
(109,63,94)
#613954
(97,57,84)
#55334A
(85,51,74)
#492D40
(73,45,64)
#3D2736
(61,39,54)
#31212C
(49,33,44)
#251B22
(37,27,34)
#191518
(25,21,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #854B72

#854B72
(133,75,114)
#905B7E
(144,91,126)
#9B6B8A
(155,107,138)
#A67B96
(166,123,150)
#B18BA2
(177,139,162)
#BC9BAE
(188,155,174)
#C7ABBA
(199,171,186)
#D2BBC6
(210,187,198)
#DDCBD2
(221,203,210)
#E8DBDE
(232,219,222)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854B72 color. Also use rgb(133,75,114) instead hex code.

Text Font Color

.myTextColor { color: #854B72; }

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

This text font color is #854B72.

Background Color

.myBgColor { background-color: #854B72; }

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

This div background color is #854B72.

Border color

.myBorderColor { border: 1px solid #854B72; }

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

This div border color is #854B72.

Opacity

.myOpacity80 { color: #854B72; opacity: 0.8; }

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

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

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

This text has shadow with #854B72 color.


.textShadow {text-shadow: 3px 3px 1px #854B72', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #854B72; -webkit-box-shadow: 1px 1px 3px 2px #854B72; box-shadow:1px 1px 3px 2px #854B72;">
Div content here
</div>

This div box has shadow with color #854B72.

Preview

Color preview on black background

This text has color #854B72 on black background.


Color preview on white background

This text has color #854B72 on white background.


Black color preview on #854B72 background

This text has black color on #854B72 background.


White color preview on #854B72 background

This text has white color on #854B72 background.


Related colors

Complementary color

Complementary color for #hex is #7AB48D.


I love getcolorcode.com

Triadic colors

1 #72854B and #4B7285 with #854B72 are triadic colors.

2 #724B85 and #4B8572 with #854B72 are triadic colors.