COLOR #854D4B

HEX: #854D4B
RGB: (133,77,75)

Color info

#854D4B contains red, green and blue colors in about the same proportion. Web safe color of #854D4B is #993333 (or #933).

RGB color model

#854D4B color RGB value is (133,77,75).

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

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 75 of 255 = 29%

133
77
75

R + G + B ~ 37%. #854D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 77 + 75 = 285 (100%)
R 133 of 285 ~ 46.67%
G 77 of 285 ~ 27.02%
B 75 of 285 ~ 26.32%

%46.67
%27.02
%26.32

CMYK color model

#854D4B color CMYK value is (0,42,44,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 43.61%
  • key color value is 47.84%
CMYK:
(0,42,44,48)
C0M42Y44K48 
(0%,42%,44%,48%)
(0.00/0.42/0.44/0.48)	

CMYK percentages

%0
%42.11
%43.61
%47.84

Codes

Color #854D4B in popluar color models

854D4B
RGB1337775
HSL27.88%40.78%
HSB/HSV43.61%52.16%
CMYK0.00%42.11%43.61%
47.84%

Color #854D4B in popluar number systems.

HEX854D4B
Decimal1337775
Binary1000010110011011001011
Octal205115113

Shades and tints

Shades of #854D4B

#854D4B
(133,77,75)
#794645
(121,70,69)
#6D3F3F
(109,63,63)
#613839
(97,56,57)
#553133
(85,49,51)
#492A2D
(73,42,45)
#3D2327
(61,35,39)
#311C21
(49,28,33)
#25151B
(37,21,27)
#190E15
(25,14,21)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #854D4B

#854D4B
(133,77,75)
#905D5B
(144,93,91)
#9B6D6B
(155,109,107)
#A67D7B
(166,125,123)
#B18D8B
(177,141,139)
#BC9D9B
(188,157,155)
#C7ADAB
(199,173,171)
#D2BDBB
(210,189,187)
#DDCDCB
(221,205,203)
#E8DDDB
(232,221,219)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854D4B; }

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

This text font color is #854D4B.


Background Color

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

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

This div background color is #854D4B.


Border color

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

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

This div border color is #854D4B.


Opacity

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

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

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

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

This text has shadow with #854D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D4B on black background.


Color preview on white background

This text has color #854D4B on white background.



Black color preview on #854D4B background

This text has black color on #854D4B background.


White color preview on #854D4B background

This text has white color on #854D4B background.