COLOR #854B55

HEX: #854B55
RGB: (133,75,85)

Color info

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

RGB color model

#854B55 color RGB value is (133,75,85).

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

RGB channels and saturation

R 133 of 255 = 52%
G 75 of 255 = 29%
B 85 of 255 = 33%

133
75
85

R + G + B ~ 38%. #854B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 75 + 85 = 293 (100%)
R 133 of 293 ~ 45.39%
G 75 of 293 ~ 25.6%
B 85 of 293 ~ 29.01%

%45.39
%25.6
%29.01

CMYK color model

#854B55 color CMYK value is (0,44,36,48).

  • cyan value is 0.00%
  • magenta value is 43.61%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(0,44,36,48)
C0M44Y36K48 
(0%,44%,36%,48%)
(0.00/0.44/0.36/0.48)	

CMYK percentages

%0
%43.61
%36.09
%47.84

Codes

Color #854B55 in popluar color models

854B55
RGB1337585
HSL350°27.88%40.78%
HSB/HSV350°43.61%52.16%
CMYK0.00%43.61%36.09%
47.84%

Color #854B55 in popluar number systems.

HEX854B55
Decimal1337585
Binary1000010110010111010101
Octal205113125

Shades and tints

Shades of #854B55

#854B55
(133,75,85)
#79454E
(121,69,78)
#6D3F47
(109,63,71)
#613940
(97,57,64)
#553339
(85,51,57)
#492D32
(73,45,50)
#3D272B
(61,39,43)
#312124
(49,33,36)
#251B1D
(37,27,29)
#191516
(25,21,22)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #854B55

#854B55
(133,75,85)
#905B64
(144,91,100)
#9B6B73
(155,107,115)
#A67B82
(166,123,130)
#B18B91
(177,139,145)
#BC9BA0
(188,155,160)
#C7ABAF
(199,171,175)
#D2BBBE
(210,187,190)
#DDCBCD
(221,203,205)
#E8DBDC
(232,219,220)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854B55; }

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

This text font color is #854B55.


Background Color

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

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

This div background color is #854B55.


Border color

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

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

This div border color is #854B55.


Opacity

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

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

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

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

This text has shadow with #854B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854B55 on black background.


Color preview on white background

This text has color #854B55 on white background.



Black color preview on #854B55 background

This text has black color on #854B55 background.


White color preview on #854B55 background

This text has white color on #854B55 background.