COLOR #5B344C

HEX: #5B344C
RGB: (91,52,76)

Color info

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

RGB color model

#5B344C color RGB value is (91,52,76).

  • red value is 91;
  • green value is 52;
  • blue value is 76.
RGB:
(91,52,76)
(36%,20%,30%)

RGB channels and saturation

R 91 of 255 = 36%
G 52 of 255 = 20%
B 76 of 255 = 30%

91
52
76

R + G + B ~ 29%. #5B344C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 52 + 76 = 219 (100%)
R 91 of 219 ~ 41.55%
G 52 of 219 ~ 23.74%
B 76 of 219 ~ 34.7%

%41.55
%23.74
%34.7

CMYK color model

#5B344C color CMYK value is (0,43,16,64).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 16.48%
  • key color value is 64.31%
CMYK:
(0,43,16,64)
C0M43Y16K64 
(0%,43%,16%,64%)
(0.00/0.43/0.16/0.64)	

CMYK percentages

%0
%42.86
%16.48
%64.31

Codes

Color #5B344C in popluar color models

5B344C
RGB915276
HSL323°27.27%28.04%
HSB/HSV323°42.86%35.69%
CMYK0.00%42.86%16.48%
64.31%

Color #5B344C in popluar number systems.

HEX5B344C
Decimal915276
Binary10110111101001001100
Octal13364114

Shades and tints

Shades of #5B344C

#5B344C
(91,52,76)
#533046
(83,48,70)
#4B2C40
(75,44,64)
#43283A
(67,40,58)
#3B2434
(59,36,52)
#33202E
(51,32,46)
#2B1C28
(43,28,40)
#231822
(35,24,34)
#1B141C
(27,20,28)
#131016
(19,16,22)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #5B344C

#5B344C
(91,52,76)
#69465C
(105,70,92)
#77586C
(119,88,108)
#856A7C
(133,106,124)
#937C8C
(147,124,140)
#A18E9C
(161,142,156)
#AFA0AC
(175,160,172)
#BDB2BC
(189,178,188)
#CBC4CC
(203,196,204)
#D9D6DC
(217,214,220)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B344C color. Also use rgb(91,52,76) instead hex code.

Text Font Color

.myTextColor { color: #5B344C; }

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

This text font color is #5B344C.


Background Color

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

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

This div background color is #5B344C.


Border color

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

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

This div border color is #5B344C.


Opacity

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

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

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

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

This text has shadow with #5B344C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B344C on black background.


Color preview on white background

This text has color #5B344C on white background.



Black color preview on #5B344C background

This text has black color on #5B344C background.


White color preview on #5B344C background

This text has white color on #5B344C background.