COLOR #5B4949

HEX: #5B4949
RGB: (91,73,73)

Color info

#5B4949 contains red, green and blue colors in about the same proportion. Web safe color of #5B4949 is #663333 (or #633).

RGB color model

#5B4949 color RGB value is (91,73,73).

  • red value is 91;
  • green value is 73;
  • blue value is 73.
RGB:
(91,73,73)
(36%,29%,29%)

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 73 of 255 = 29%

91
73
73

R + G + B ~ 31%. #5B4949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 73 + 73 = 237 (100%)
R 91 of 237 ~ 38.4%
G 73 of 237 ~ 30.8%
B 73 of 237 ~ 30.8%

%38.4
%30.8
%30.8

CMYK color model

#5B4949 color CMYK value is (0,20,20,64).

  • cyan value is 0.00%
  • magenta value is 19.78%
  • yellow value is 19.78%
  • key color value is 64.31%
CMYK:
(0,20,20,64)
C0M20Y20K64 
(0%,20%,20%,64%)
(0.00/0.20/0.20/0.64)	

CMYK percentages

%0
%19.78
%19.78
%64.31

Codes

Color #5B4949 in popluar color models

5B4949
RGB917373
HSL10.98%32.16%
HSB/HSV19.78%35.69%
CMYK0.00%19.78%19.78%
64.31%

Color #5B4949 in popluar number systems.

HEX5B4949
Decimal917373
Binary101101110010011001001
Octal133111111

Shades and tints

Shades of #5B4949

#5B4949
(91,73,73)
#534343
(83,67,67)
#4B3D3D
(75,61,61)
#433737
(67,55,55)
#3B3131
(59,49,49)
#332B2B
(51,43,43)
#2B2525
(43,37,37)
#231F1F
(35,31,31)
#1B1919
(27,25,25)
#131313
(19,19,19)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #5B4949

#5B4949
(91,73,73)
#695959
(105,89,89)
#776969
(119,105,105)
#857979
(133,121,121)
#938989
(147,137,137)
#A19999
(161,153,153)
#AFA9A9
(175,169,169)
#BDB9B9
(189,185,185)
#CBC9C9
(203,201,201)
#D9D9D9
(217,217,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4949 color. Also use rgb(91,73,73) instead hex code.

Text Font Color

.myTextColor { color: #5B4949; }

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

This text font color is #5B4949.


Background Color

.myBgColor { background-color: #5B4949; }

<div style="background-color:#5B4949">Inner text</div>

This div background color is #5B4949.


Border color

.myBorderColor { border: 1px solid #5B4949; }

<div style="border:3px solid #5B4949">Div</div>

This div border color is #5B4949.


Opacity

.myOpacity80 { color: #5B4949; opacity: 0.8; }

<p style="color:#5B4949;opacity:0.8;">80%</p>

Text with #5B4949 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 #5B4949;}

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

This text has shadow with #5B4949 color.

.textShadow {text-shadow: 3px 3px 1px #5B4949, 3px 3px 1px red;}

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

This text has shadow with #5B4949 primary color and red secondary color.


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

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

This text has shadow with #5B4949 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4949 on black background.


Color preview on white background

This text has color #5B4949 on white background.



Black color preview on #5B4949 background

This text has black color on #5B4949 background.


White color preview on #5B4949 background

This text has white color on #5B4949 background.