COLOR #854B6B

HEX: #854B6B
RGB: (133,75,107)

Color info

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

RGB color model

#854B6B color RGB value is (133,75,107).

  • red value is 133;
  • green value is 75;
  • blue value is 107.
RGB:
(133,75,107)
(52%,29%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 107 of 255 = 42%

133
75
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 75 + 107 = 315 (100%)
R 133 of 315 ~ 42.22%
G 75 of 315 ~ 23.81%
B 107 of 315 ~ 33.97%

%42.22
%23.81
%33.97

CMYK color model

#854B6B color CMYK value is (0,44,20,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,44,20,48)
C0M44Y20K48 
(0%,44%,20%,48%)
(0.00/0.44/0.20/0.48)	

CMYK percentages

%0
%43.61
%19.55
%47.84

Codes

Color #854B6B in popluar color models

854B6B
RGB13375107
HSL327°27.88%40.78%
HSB/HSV327°43.61%52.16%
CMYK0.00%43.61%19.55%
47.84%

Color #854B6B in popluar number systems.

HEX854B6B
Decimal13375107
Binary1000010110010111101011
Octal205113153

Shades and tints

Shades of #854B6B

#854B6B
(133,75,107)
#794562
(121,69,98)
#6D3F59
(109,63,89)
#613950
(97,57,80)
#553347
(85,51,71)
#492D3E
(73,45,62)
#3D2735
(61,39,53)
#31212C
(49,33,44)
#251B23
(37,27,35)
#19151A
(25,21,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #854B6B

#854B6B
(133,75,107)
#905B78
(144,91,120)
#9B6B85
(155,107,133)
#A67B92
(166,123,146)
#B18B9F
(177,139,159)
#BC9BAC
(188,155,172)
#C7ABB9
(199,171,185)
#D2BBC6
(210,187,198)
#DDCBD3
(221,203,211)
#E8DBE0
(232,219,224)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854B6B; }

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

This text font color is #854B6B.


Background Color

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

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

This div background color is #854B6B.


Border color

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

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

This div border color is #854B6B.


Opacity

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

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

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

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

This text has shadow with #854B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854B6B on black background.


Color preview on white background

This text has color #854B6B on white background.



Black color preview on #854B6B background

This text has black color on #854B6B background.


White color preview on #854B6B background

This text has white color on #854B6B background.