COLOR #5B354C

HEX: #5B354C RGB: (91,53,76)

Color info

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

RGB color model

#5B354C color RGB value is (91,53,76).

RGB: (91,53,76) (36%, 21%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 53 of 255 = 21%
B 76 of 255 = 30%

91
53
76

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

Portions of RGB colors in percentages

R + G + B = 91 + 53 + 76 = 220 (100%)
R 91 of 220 ~ 41.36%
G 53 of 220 ~ 24.09%
B 76 of 220 ~ 34.55'%

%41.36
%24.09
%34.55

CMYK color model

#5B354C color CMYK value is (0,42,16,64).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 16.48%
  • key color value is 64.31%

CMYK: (0,42,16,64)
C0M42Y16K64 (0%, 42%, 16%, 64%)
(0.00 / 0.42 / 0.16 / 0.64)

CMYK percentages

%0
%41.76
%16.48
%64.31

Codes

Color #5B354C in popluar color models

5B 35 4C
RGB 91 53 76
HSL 324° 26.39% 28.24%
HSB/HSV 324° 41.76% 35.69%
CMYK 0.00% 41.76% 16.48%
64.31%

Color #5B354C in popluar number systems.

HEX 5B 35 4C
Decimal 91 53 76
Binary 1011011 110101 1001100
Octal 133 65 114

Shades and tints

Shades of #5B354C

#5B354C
(91,53,76)
#533146
(83,49,70)
#4B2D40
(75,45,64)
#43293A
(67,41,58)
#3B2534
(59,37,52)
#33212E
(51,33,46)
#2B1D28
(43,29,40)
#231922
(35,25,34)
#1B151C
(27,21,28)
#131116
(19,17,22)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #5B354C

#5B354C
(91,53,76)
#69475C
(105,71,92)
#77596C
(119,89,108)
#856B7C
(133,107,124)
#937D8C
(147,125,140)
#A18F9C
(161,143,156)
#AFA1AC
(175,161,172)
#BDB3BC
(189,179,188)
#CBC5CC
(203,197,204)
#D9D7DC
(217,215,220)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B354C; }

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

This text font color is #5B354C.

Background Color

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

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

This div background color is #5B354C.

Border color

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

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

This div border color is #5B354C.

Opacity

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

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

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

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

This text has shadow with #5B354C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B354C.

Preview

Color preview on black background

This text has color #5B354C on black background.


Color preview on white background

This text has color #5B354C on white background.


Black color preview on #5B354C background

This text has black color on #5B354C background.


White color preview on #5B354C background

This text has white color on #5B354C background.


Related colors

Complementary color

Complementary color for #hex is #A4CAB3.


I love getcolorcode.com

Triadic colors

1 #4C5B35 and #354C5B with #5B354C are triadic colors.

2 #4C355B and #355B4C with #5B354C are triadic colors.