COLOR #5B383B

HEX: #5B383B
RGB: (91,56,59)

Color info

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

RGB color model

#5B383B color RGB value is (91,56,59).

  • red value is 91;
  • green value is 56;
  • blue value is 59.
RGB:
(91,56,59)
(36%,22%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 59 of 255 = 23%

91
56
59

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

Portions of RGB colors in percentages

R + G + B =
91 + 56 + 59 = 206 (100%)
R 91 of 206 ~ 44.17%
G 56 of 206 ~ 27.18%
B 59 of 206 ~ 28.64%

%44.17
%27.18
%28.64

CMYK color model

#5B383B color CMYK value is (0,38,35,64).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 35.16%
  • key color value is 64.31%
CMYK:
(0,38,35,64)
C0M38Y35K64 
(0%,38%,35%,64%)
(0.00/0.38/0.35/0.64)	

CMYK percentages

%0
%38.46
%35.16
%64.31

Codes

Color #5B383B in popluar color models

5B383B
RGB915659
HSL355°23.81%28.82%
HSB/HSV355°38.46%35.69%
CMYK0.00%38.46%35.16%
64.31%

Color #5B383B in popluar number systems.

HEX5B383B
Decimal915659
Binary1011011111000111011
Octal1337073

Shades and tints

Shades of #5B383B

#5B383B
(91,56,59)
#533336
(83,51,54)
#4B2E31
(75,46,49)
#43292C
(67,41,44)
#3B2427
(59,36,39)
#331F22
(51,31,34)
#2B1A1D
(43,26,29)
#231518
(35,21,24)
#1B1013
(27,16,19)
#130B0E
(19,11,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #5B383B

#5B383B
(91,56,59)
#694A4C
(105,74,76)
#775C5D
(119,92,93)
#856E6E
(133,110,110)
#93807F
(147,128,127)
#A19290
(161,146,144)
#AFA4A1
(175,164,161)
#BDB6B2
(189,182,178)
#CBC8C3
(203,200,195)
#D9DAD4
(217,218,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B383B; }

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

This text font color is #5B383B.


Background Color

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

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

This div background color is #5B383B.


Border color

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

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

This div border color is #5B383B.


Opacity

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

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

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

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

This text has shadow with #5B383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B383B on black background.


Color preview on white background

This text has color #5B383B on white background.



Black color preview on #5B383B background

This text has black color on #5B383B background.


White color preview on #5B383B background

This text has white color on #5B383B background.