COLOR #5B484A

HEX: #5B484A RGB: (91,72,74)

Color info

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

RGB color model

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

RGB: (91,72,74) (36%, 28%, 29%)

RGB channels and saturation

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

91
72
74

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

Portions of RGB colors in percentages

R + G + B = 91 + 72 + 74 = 237 (100%)
R 91 of 237 ~ 38.4%
G 72 of 237 ~ 30.38%
B 74 of 237 ~ 31.22'%

%38.4
%30.38
%31.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 18.68%
  • key color value is 64.31%

CMYK: (0,21,19,64)
C0M21Y19K64 (0%, 21%, 19%, 64%)
(0.00 / 0.21 / 0.19 / 0.64)

CMYK percentages

%0
%20.88
%18.68
%64.31

Codes

Color #5B484A in popluar color models

5B 48 4A
RGB 91 72 74
HSL 354° 11.66% 31.96%
HSB/HSV 354° 20.88% 35.69%
CMYK 0.00% 20.88% 18.68%
64.31%

Color #5B484A in popluar number systems.

HEX 5B 48 4A
Decimal 91 72 74
Binary 1011011 1001000 1001010
Octal 133 110 112

Shades and tints

Shades of #5B484A

#5B484A
(91,72,74)
#534244
(83,66,68)
#4B3C3E
(75,60,62)
#433638
(67,54,56)
#3B3032
(59,48,50)
#332A2C
(51,42,44)
#2B2426
(43,36,38)
#231E20
(35,30,32)
#1B181A
(27,24,26)
#131214
(19,18,20)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #5B484A

#5B484A
(91,72,74)
#69585A
(105,88,90)
#77686A
(119,104,106)
#85787A
(133,120,122)
#93888A
(147,136,138)
#A1989A
(161,152,154)
#AFA8AA
(175,168,170)
#BDB8BA
(189,184,186)
#CBC8CA
(203,200,202)
#D9D8DA
(217,216,218)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B484A; }

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

This text font color is #5B484A.

Background Color

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

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

This div background color is #5B484A.

Border color

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

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

This div border color is #5B484A.

Opacity

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

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

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

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

This text has shadow with #5B484A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B484A.

Preview

Color preview on black background

This text has color #5B484A on black background.


Color preview on white background

This text has color #5B484A on white background.


Black color preview on #5B484A background

This text has black color on #5B484A background.


White color preview on #5B484A background

This text has white color on #5B484A background.


Related colors

Complementary color

Complementary color for #hex is #A4B7B5.


I love getcolorcode.com

Triadic colors

1 #4A5B48 and #484A5B with #5B484A are triadic colors.

2 #4A485B and #485B4A with #5B484A are triadic colors.