COLOR #5B3047

HEX: #5B3047
RGB: (91,48,71)

Color info

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

RGB color model

#5B3047 color RGB value is (91,48,71).

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

RGB channels and saturation

R 91 of 255 = 36%
G 48 of 255 = 19%
B 71 of 255 = 28%

91
48
71

R + G + B ~ 28%. #5B3047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 48 + 71 = 210 (100%)
R 91 of 210 ~ 43.33%
G 48 of 210 ~ 22.86%
B 71 of 210 ~ 33.81%

%43.33
%22.86
%33.81

CMYK color model

#5B3047 color CMYK value is (0,47,22,64).

  • cyan value is 0.00%
  • magenta value is 47.25%
  • yellow value is 21.98%
  • key color value is 64.31%
CMYK:
(0,47,22,64)
C0M47Y22K64 
(0%,47%,22%,64%)
(0.00/0.47/0.22/0.64)	

CMYK percentages

%0
%47.25
%21.98
%64.31

Codes

Color #5B3047 in popluar color models

5B3047
RGB914871
HSL328°30.94%27.25%
HSB/HSV328°47.25%35.69%
CMYK0.00%47.25%21.98%
64.31%

Color #5B3047 in popluar number systems.

HEX5B3047
Decimal914871
Binary10110111100001000111
Octal13360107

Shades and tints

Shades of #5B3047

#5B3047
(91,48,71)
#532C41
(83,44,65)
#4B283B
(75,40,59)
#432435
(67,36,53)
#3B202F
(59,32,47)
#331C29
(51,28,41)
#2B1823
(43,24,35)
#23141D
(35,20,29)
#1B1017
(27,16,23)
#130C11
(19,12,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #5B3047

#5B3047
(91,48,71)
#694257
(105,66,87)
#775467
(119,84,103)
#856677
(133,102,119)
#937887
(147,120,135)
#A18A97
(161,138,151)
#AF9CA7
(175,156,167)
#BDAEB7
(189,174,183)
#CBC0C7
(203,192,199)
#D9D2D7
(217,210,215)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3047; }

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

This text font color is #5B3047.


Background Color

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

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

This div background color is #5B3047.


Border color

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

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

This div border color is #5B3047.


Opacity

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

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

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

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

This text has shadow with #5B3047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3047 on black background.


Color preview on white background

This text has color #5B3047 on white background.



Black color preview on #5B3047 background

This text has black color on #5B3047 background.


White color preview on #5B3047 background

This text has white color on #5B3047 background.