COLOR #5B334A

HEX: #5B334A
RGB: (91,51,74)

Color info

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

RGB color model

#5B334A color RGB value is (91,51,74).

  • red value is 91;
  • green value is 51;
  • blue value is 74.
RGB:
(91,51,74)
(36%,20%,29%)

RGB channels and saturation

R 91 of 255 = 36%
G 51 of 255 = 20%
B 74 of 255 = 29%

91
51
74

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

Portions of RGB colors in percentages

R + G + B =
91 + 51 + 74 = 216 (100%)
R 91 of 216 ~ 42.13%
G 51 of 216 ~ 23.61%
B 74 of 216 ~ 34.26%

%42.13
%23.61
%34.26

CMYK color model

#5B334A color CMYK value is (0,44,19,64).

  • cyan value is 0.00%
  • magenta value is 43.96%
  • yellow value is 18.68%
  • key color value is 64.31%
CMYK:
(0,44,19,64)
C0M44Y19K64 
(0%,44%,19%,64%)
(0.00/0.44/0.19/0.64)	

CMYK percentages

%0
%43.96
%18.68
%64.31

Codes

Color #5B334A in popluar color models

5B334A
RGB915174
HSL326°28.17%27.84%
HSB/HSV326°43.96%35.69%
CMYK0.00%43.96%18.68%
64.31%

Color #5B334A in popluar number systems.

HEX5B334A
Decimal915174
Binary10110111100111001010
Octal13363112

Shades and tints

Shades of #5B334A

#5B334A
(91,51,74)
#532F44
(83,47,68)
#4B2B3E
(75,43,62)
#432738
(67,39,56)
#3B2332
(59,35,50)
#331F2C
(51,31,44)
#2B1B26
(43,27,38)
#231720
(35,23,32)
#1B131A
(27,19,26)
#130F14
(19,15,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #5B334A

#5B334A
(91,51,74)
#69455A
(105,69,90)
#77576A
(119,87,106)
#85697A
(133,105,122)
#937B8A
(147,123,138)
#A18D9A
(161,141,154)
#AF9FAA
(175,159,170)
#BDB1BA
(189,177,186)
#CBC3CA
(203,195,202)
#D9D5DA
(217,213,218)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B334A color. Also use rgb(91,51,74) instead hex code.

Text Font Color

.myTextColor { color: #5B334A; }

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

This text font color is #5B334A.


Background Color

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

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

This div background color is #5B334A.


Border color

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

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

This div border color is #5B334A.


Opacity

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

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

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

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

This text has shadow with #5B334A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B334A on black background.


Color preview on white background

This text has color #5B334A on white background.



Black color preview on #5B334A background

This text has black color on #5B334A background.


White color preview on #5B334A background

This text has white color on #5B334A background.