COLOR #5B4952

HEX: #5B4952
RGB: (91,73,82)

Color info

#5B4952 contains red, green and blue colors in about the same proportion. Web safe color of #5B4952 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

91
73
82

R + G + B ~ 32%. #5B4952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 73 + 82 = 246 (100%)
R 91 of 246 ~ 36.99%
G 73 of 246 ~ 29.67%
B 82 of 246 ~ 33.33%

%36.99
%29.67
%33.33

CMYK color model

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

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

CMYK percentages

%0
%19.78
%9.89
%64.31

Codes

Color #5B4952 in popluar color models

5B4952
RGB917382
HSL330°10.98%32.16%
HSB/HSV330°19.78%35.69%
CMYK0.00%19.78%9.89%
64.31%

Color #5B4952 in popluar number systems.

HEX5B4952
Decimal917382
Binary101101110010011010010
Octal133111122

Shades and tints

Shades of #5B4952

#5B4952
(91,73,82)
#53434B
(83,67,75)
#4B3D44
(75,61,68)
#43373D
(67,55,61)
#3B3136
(59,49,54)
#332B2F
(51,43,47)
#2B2528
(43,37,40)
#231F21
(35,31,33)
#1B191A
(27,25,26)
#131313
(19,19,19)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #5B4952

#5B4952
(91,73,82)
#695961
(105,89,97)
#776970
(119,105,112)
#85797F
(133,121,127)
#93898E
(147,137,142)
#A1999D
(161,153,157)
#AFA9AC
(175,169,172)
#BDB9BB
(189,185,187)
#CBC9CA
(203,201,202)
#D9D9D9
(217,217,217)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4952; }

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

This text font color is #5B4952.


Background Color

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

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

This div background color is #5B4952.


Border color

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

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

This div border color is #5B4952.


Opacity

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

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

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

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

This text has shadow with #5B4952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4952 on black background.


Color preview on white background

This text has color #5B4952 on white background.



Black color preview on #5B4952 background

This text has black color on #5B4952 background.


White color preview on #5B4952 background

This text has white color on #5B4952 background.