COLOR #5B303D

HEX: #5B303D
RGB: (91,48,61)

Color info

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

RGB color model

#5B303D color RGB value is (91,48,61).

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

RGB channels and saturation

R 91 of 255 = 36%
G 48 of 255 = 19%
B 61 of 255 = 24%

91
48
61

R + G + B ~ 26%. #5B303D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 48 + 61 = 200 (100%)
R 91 of 200 ~ 45.5%
G 48 of 200 ~ 24%
B 61 of 200 ~ 30.5%

%45.5
%24
%30.5

CMYK color model

#5B303D color CMYK value is (0,47,33,64).

  • cyan value is 0.00%
  • magenta value is 47.25%
  • yellow value is 32.97%
  • key color value is 64.31%
CMYK:
(0,47,33,64)
C0M47Y33K64 
(0%,47%,33%,64%)
(0.00/0.47/0.33/0.64)	

CMYK percentages

%0
%47.25
%32.97
%64.31

Codes

Color #5B303D in popluar color models

5B303D
RGB914861
HSL342°30.94%27.25%
HSB/HSV342°47.25%35.69%
CMYK0.00%47.25%32.97%
64.31%

Color #5B303D in popluar number systems.

HEX5B303D
Decimal914861
Binary1011011110000111101
Octal1336075

Shades and tints

Shades of #5B303D

#5B303D
(91,48,61)
#532C38
(83,44,56)
#4B2833
(75,40,51)
#43242E
(67,36,46)
#3B2029
(59,32,41)
#331C24
(51,28,36)
#2B181F
(43,24,31)
#23141A
(35,20,26)
#1B1015
(27,16,21)
#130C10
(19,12,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #5B303D

#5B303D
(91,48,61)
#69424E
(105,66,78)
#77545F
(119,84,95)
#856670
(133,102,112)
#937881
(147,120,129)
#A18A92
(161,138,146)
#AF9CA3
(175,156,163)
#BDAEB4
(189,174,180)
#CBC0C5
(203,192,197)
#D9D2D6
(217,210,214)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B303D; }

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

This text font color is #5B303D.


Background Color

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

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

This div background color is #5B303D.


Border color

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

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

This div border color is #5B303D.


Opacity

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

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

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

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

This text has shadow with #5B303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B303D on black background.


Color preview on white background

This text has color #5B303D on white background.



Black color preview on #5B303D background

This text has black color on #5B303D background.


White color preview on #5B303D background

This text has white color on #5B303D background.