COLOR #854D5F

HEX: #854D5F
RGB: (133,77,95)

Color info

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

RGB color model

#854D5F color RGB value is (133,77,95).

  • red value is 133;
  • green value is 77;
  • blue value is 95.
RGB:
(133,77,95)
(52%,30%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 95 of 255 = 37%

133
77
95

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

Portions of RGB colors in percentages

R + G + B =
133 + 77 + 95 = 305 (100%)
R 133 of 305 ~ 43.61%
G 77 of 305 ~ 25.25%
B 95 of 305 ~ 31.15%

%43.61
%25.25
%31.15

CMYK color model

#854D5F color CMYK value is (0,42,29,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK:
(0,42,29,48)
C0M42Y29K48 
(0%,42%,29%,48%)
(0.00/0.42/0.29/0.48)	

CMYK percentages

%0
%42.11
%28.57
%47.84

Codes

Color #854D5F in popluar color models

854D5F
RGB1337795
HSL341°26.67%41.18%
HSB/HSV341°42.11%52.16%
CMYK0.00%42.11%28.57%
47.84%

Color #854D5F in popluar number systems.

HEX854D5F
Decimal1337795
Binary1000010110011011011111
Octal205115137

Shades and tints

Shades of #854D5F

#854D5F
(133,77,95)
#794657
(121,70,87)
#6D3F4F
(109,63,79)
#613847
(97,56,71)
#55313F
(85,49,63)
#492A37
(73,42,55)
#3D232F
(61,35,47)
#311C27
(49,28,39)
#25151F
(37,21,31)
#190E17
(25,14,23)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #854D5F

#854D5F
(133,77,95)
#905D6D
(144,93,109)
#9B6D7B
(155,109,123)
#A67D89
(166,125,137)
#B18D97
(177,141,151)
#BC9DA5
(188,157,165)
#C7ADB3
(199,173,179)
#D2BDC1
(210,189,193)
#DDCDCF
(221,205,207)
#E8DDDD
(232,221,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854D5F color. Also use rgb(133,77,95) instead hex code.

Text Font Color

.myTextColor { color: #854D5F; }

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

This text font color is #854D5F.


Background Color

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

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

This div background color is #854D5F.


Border color

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

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

This div border color is #854D5F.


Opacity

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

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

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

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

This text has shadow with #854D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D5F on black background.


Color preview on white background

This text has color #854D5F on white background.



Black color preview on #854D5F background

This text has black color on #854D5F background.


White color preview on #854D5F background

This text has white color on #854D5F background.