COLOR #5B393D

HEX: #5B393D
RGB: (91,57,61)

Color info

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

RGB color model

#5B393D color RGB value is (91,57,61).

  • red value is 91;
  • green value is 57;
  • blue value is 61.
RGB:
(91,57,61)
(36%,22%,24%)

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 61 of 255 = 24%

91
57
61

R + G + B ~ 27%. #5B393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 57 + 61 = 209 (100%)
R 91 of 209 ~ 43.54%
G 57 of 209 ~ 27.27%
B 61 of 209 ~ 29.19%

%43.54
%27.27
%29.19

CMYK color model

#5B393D color CMYK value is (0,37,33,64).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 32.97%
  • key color value is 64.31%
CMYK:
(0,37,33,64)
C0M37Y33K64 
(0%,37%,33%,64%)
(0.00/0.37/0.33/0.64)	

CMYK percentages

%0
%37.36
%32.97
%64.31

Codes

Color #5B393D in popluar color models

5B393D
RGB915761
HSL353°22.97%29.02%
HSB/HSV353°37.36%35.69%
CMYK0.00%37.36%32.97%
64.31%

Color #5B393D in popluar number systems.

HEX5B393D
Decimal915761
Binary1011011111001111101
Octal1337175

Shades and tints

Shades of #5B393D

#5B393D
(91,57,61)
#533438
(83,52,56)
#4B2F33
(75,47,51)
#432A2E
(67,42,46)
#3B2529
(59,37,41)
#332024
(51,32,36)
#2B1B1F
(43,27,31)
#23161A
(35,22,26)
#1B1115
(27,17,21)
#130C10
(19,12,16)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #5B393D

#5B393D
(91,57,61)
#694B4E
(105,75,78)
#775D5F
(119,93,95)
#856F70
(133,111,112)
#938181
(147,129,129)
#A19392
(161,147,146)
#AFA5A3
(175,165,163)
#BDB7B4
(189,183,180)
#CBC9C5
(203,201,197)
#D9DBD6
(217,219,214)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B393D; }

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

This text font color is #5B393D.


Background Color

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

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

This div background color is #5B393D.


Border color

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

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

This div border color is #5B393D.


Opacity

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

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

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

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

This text has shadow with #5B393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B393D on black background.


Color preview on white background

This text has color #5B393D on white background.



Black color preview on #5B393D background

This text has black color on #5B393D background.


White color preview on #5B393D background

This text has white color on #5B393D background.