COLOR #5B5E4A

HEX: #5B5E4A RGB: (91,94,74)

Color info

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

RGB color model

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

RGB: (91,94,74) (36%, 37%, 29%)

RGB channels and saturation

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

91
94
74

R + G + B ~ 34%. #5B5E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 94 + 74 = 259 (100%)
R 91 of 259 ~ 35.14%
G 94 of 259 ~ 36.29%
B 74 of 259 ~ 28.57'%

%35.14
%36.29
%28.57

CMYK color model

#5B5E4A color CMYK value is (3,0,21,63).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK: (3,0,21,63) C3M0Y21K63 (3%,0%,21%,63%) (0.03/0.00/0.21/0.63) 

CMYK percentages

%3.19
%0
%21.28
%63.14

Codes

Color #5B5E4A in popluar color models

5B 5E 4A
RGB 91 94 74
HSL 69° 11.90% 32.94%
HSB/HSV 69° 21.28% 36.86%
CMYK 3.19% 0.00% 21.28%
63.14%

Color #5B5E4A in popluar number systems.

HEX 5B 5E 4A
Decimal 91 94 74
Binary 1011011 1011110 1001010
Octal 133 136 112

Shades and tints

Shades of #5B5E4A

#5B5E4A
(91,94,74)
#535644
(83,86,68)
#4B4E3E
(75,78,62)
#434638
(67,70,56)
#3B3E32
(59,62,50)
#33362C
(51,54,44)
#2B2E26
(43,46,38)
#232620
(35,38,32)
#1B1E1A
(27,30,26)
#131614
(19,22,20)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B5E4A

#5B5E4A
(91,94,74)
#696C5A
(105,108,90)
#777A6A
(119,122,106)
#85887A
(133,136,122)
#93968A
(147,150,138)
#A1A49A
(161,164,154)
#AFB2AA
(175,178,170)
#BDC0BA
(189,192,186)
#CBCECA
(203,206,202)
#D9DCDA
(217,220,218)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5E4A; }

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

This text font color is #5B5E4A.

Background Color

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

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

This div background color is #5B5E4A.

Border color

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

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

This div border color is #5B5E4A.

Opacity

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

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

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

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

This text has shadow with #5B5E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5E4A.

Preview

Color preview on black background

This text has color #5B5E4A on black background.


Color preview on white background

This text has color #5B5E4A on white background.


Black color preview on #5B5E4A background

This text has black color on #5B5E4A background.


White color preview on #5B5E4A background

This text has white color on #5B5E4A background.


Related colors

Complementary color

Complementary color for #hex is #A4A1B5.


I love getcolorcode.com

Triadic colors

1 #4A5B5E and #5E4A5B with #5B5E4A are triadic colors.

2 #4A5E5B and #5E5B4A with #5B5E4A are triadic colors.