COLOR #5B4A4A

HEX: #5B4A4A
RGB: (91,74,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
74
74

R + G + B ~ 31%. #5B4A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 74 + 74 = 239 (100%)
R 91 of 239 ~ 38.08%
G 74 of 239 ~ 30.96%
B 74 of 239 ~ 30.96%

%38.08
%30.96
%30.96

CMYK color model

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

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

CMYK percentages

%0
%18.68
%18.68
%64.31

Codes

Color #5B4A4A in popluar color models

5B4A4A
RGB917474
HSL10.30%32.35%
HSB/HSV18.68%35.69%
CMYK0.00%18.68%18.68%
64.31%

Color #5B4A4A in popluar number systems.

HEX5B4A4A
Decimal917474
Binary101101110010101001010
Octal133112112

Shades and tints

Shades of #5B4A4A

#5B4A4A
(91,74,74)
#534444
(83,68,68)
#4B3E3E
(75,62,62)
#433838
(67,56,56)
#3B3232
(59,50,50)
#332C2C
(51,44,44)
#2B2626
(43,38,38)
#232020
(35,32,32)
#1B1A1A
(27,26,26)
#131414
(19,20,20)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B4A4A

#5B4A4A
(91,74,74)
#695A5A
(105,90,90)
#776A6A
(119,106,106)
#857A7A
(133,122,122)
#938A8A
(147,138,138)
#A19A9A
(161,154,154)
#AFAAAA
(175,170,170)
#BDBABA
(189,186,186)
#CBCACA
(203,202,202)
#D9DADA
(217,218,218)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4A4A; }

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

This text font color is #5B4A4A.


Background Color

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

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

This div background color is #5B4A4A.


Border color

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

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

This div border color is #5B4A4A.


Opacity

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

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

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

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

This text has shadow with #5B4A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4A4A on black background.


Color preview on white background

This text has color #5B4A4A on white background.



Black color preview on #5B4A4A background

This text has black color on #5B4A4A background.


White color preview on #5B4A4A background

This text has white color on #5B4A4A background.