COLOR #5B3E4F

HEX: #5B3E4F
RGB: (91,62,79)

Color info

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

RGB color model

#5B3E4F color RGB value is (91,62,79).

  • red value is 91;
  • green value is 62;
  • blue value is 79.
RGB:
(91,62,79)
(36%,24%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 62 of 255 = 24%
B 79 of 255 = 31%

91
62
79

R + G + B ~ 30%. #5B3E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 62 + 79 = 232 (100%)
R 91 of 232 ~ 39.22%
G 62 of 232 ~ 26.72%
B 79 of 232 ~ 34.05%

%39.22
%26.72
%34.05

CMYK color model

#5B3E4F color CMYK value is (0,32,13,64).

  • cyan value is 0.00%
  • magenta value is 31.87%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(0,32,13,64)
C0M32Y13K64 
(0%,32%,13%,64%)
(0.00/0.32/0.13/0.64)	

CMYK percentages

%0
%31.87
%13.19
%64.31

Codes

Color #5B3E4F in popluar color models

5B3E4F
RGB916279
HSL325°18.95%30.00%
HSB/HSV325°31.87%35.69%
CMYK0.00%31.87%13.19%
64.31%

Color #5B3E4F in popluar number systems.

HEX5B3E4F
Decimal916279
Binary10110111111101001111
Octal13376117

Shades and tints

Shades of #5B3E4F

#5B3E4F
(91,62,79)
#533948
(83,57,72)
#4B3441
(75,52,65)
#432F3A
(67,47,58)
#3B2A33
(59,42,51)
#33252C
(51,37,44)
#2B2025
(43,32,37)
#231B1E
(35,27,30)
#1B1617
(27,22,23)
#131110
(19,17,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #5B3E4F

#5B3E4F
(91,62,79)
#694F5F
(105,79,95)
#77606F
(119,96,111)
#85717F
(133,113,127)
#93828F
(147,130,143)
#A1939F
(161,147,159)
#AFA4AF
(175,164,175)
#BDB5BF
(189,181,191)
#CBC6CF
(203,198,207)
#D9D7DF
(217,215,223)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3E4F color. Also use rgb(91,62,79) instead hex code.

Text Font Color

.myTextColor { color: #5B3E4F; }

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

This text font color is #5B3E4F.


Background Color

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

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

This div background color is #5B3E4F.


Border color

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

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

This div border color is #5B3E4F.


Opacity

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

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

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

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

This text has shadow with #5B3E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3E4F on black background.


Color preview on white background

This text has color #5B3E4F on white background.



Black color preview on #5B3E4F background

This text has black color on #5B3E4F background.


White color preview on #5B3E4F background

This text has white color on #5B3E4F background.