COLOR #5B524A

HEX: #5B524A
RGB: (91,82,74)

Color info

#5B524A contains red, green and blue colors in about the same proportion. Web safe color of #5B524A is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

91
82
74

R + G + B ~ 32%. #5B524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 74 = 247 (100%)
R 91 of 247 ~ 36.84%
G 82 of 247 ~ 33.2%
B 74 of 247 ~ 29.96%

%36.84
%33.2
%29.96

CMYK color model

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

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

CMYK percentages

%0
%9.89
%18.68
%64.31

Codes

Color #5B524A in popluar color models

5B524A
RGB918274
HSL28°10.30%32.35%
HSB/HSV28°18.68%35.69%
CMYK0.00%9.89%18.68%
64.31%

Color #5B524A in popluar number systems.

HEX5B524A
Decimal918274
Binary101101110100101001010
Octal133122112

Shades and tints

Shades of #5B524A

#5B524A
(91,82,74)
#534B44
(83,75,68)
#4B443E
(75,68,62)
#433D38
(67,61,56)
#3B3632
(59,54,50)
#332F2C
(51,47,44)
#2B2826
(43,40,38)
#232120
(35,33,32)
#1B1A1A
(27,26,26)
#131314
(19,19,20)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #5B524A

#5B524A
(91,82,74)
#69615A
(105,97,90)
#77706A
(119,112,106)
#857F7A
(133,127,122)
#938E8A
(147,142,138)
#A19D9A
(161,157,154)
#AFACAA
(175,172,170)
#BDBBBA
(189,187,186)
#CBCACA
(203,202,202)
#D9D9DA
(217,217,218)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B524A; }

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

This text font color is #5B524A.


Background Color

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

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

This div background color is #5B524A.


Border color

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

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

This div border color is #5B524A.


Opacity

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

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

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

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

This text has shadow with #5B524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B524A on black background.


Color preview on white background

This text has color #5B524A on white background.



Black color preview on #5B524A background

This text has black color on #5B524A background.


White color preview on #5B524A background

This text has white color on #5B524A background.