COLOR #5E594B

HEX: #5E594B RGB: (94,89,75)

Color info

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

RGB color model

#5E594B color RGB value is (94,89,75).

RGB: (94,89,75) (37%, 35%, 29%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 75 of 255 = 29%

94
89
75

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

Portions of RGB colors in percentages

R + G + B = 94 + 89 + 75 = 258 (100%)
R 94 of 258 ~ 36.43%
G 89 of 258 ~ 34.5%
B 75 of 258 ~ 29.07'%

%36.43
%34.5
%29.07

CMYK color model

#5E594B color CMYK value is (0,5,20,63).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 20.21%
  • key color value is 63.14%

CMYK: (0,5,20,63)
C0M5Y20K63 (0%, 5%, 20%, 63%)
(0.00 / 0.05 / 0.20 / 0.63)

CMYK percentages

%0
%5.32
%20.21
%63.14

Codes

Color #5E594B in popluar color models

5E 59 4B
RGB 94 89 75
HSL 44° 11.24% 33.14%
HSB/HSV 44° 20.21% 36.86%
CMYK 0.00% 5.32% 20.21%
63.14%

Color #5E594B in popluar number systems.

HEX 5E 59 4B
Decimal 94 89 75
Binary 1011110 1011001 1001011
Octal 136 131 113

Shades and tints

Shades of #5E594B

#5E594B
(94,89,75)
#565145
(86,81,69)
#4E493F
(78,73,63)
#464139
(70,65,57)
#3E3933
(62,57,51)
#36312D
(54,49,45)
#2E2927
(46,41,39)
#262121
(38,33,33)
#1E191B
(30,25,27)
#161115
(22,17,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #5E594B

#5E594B
(94,89,75)
#6C685B
(108,104,91)
#7A776B
(122,119,107)
#88867B
(136,134,123)
#96958B
(150,149,139)
#A4A49B
(164,164,155)
#B2B3AB
(178,179,171)
#C0C2BB
(192,194,187)
#CED1CB
(206,209,203)
#DCE0DB
(220,224,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E594B color. Also use rgb(94,89,75) instead hex code.

Text Font Color

.myTextColor { color: #5E594B; }

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

This text font color is #5E594B.

Background Color

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

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

This div background color is #5E594B.

Border color

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

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

This div border color is #5E594B.

Opacity

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

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

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

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

This text has shadow with #5E594B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E594B.

Preview

Color preview on black background

This text has color #5E594B on black background.


Color preview on white background

This text has color #5E594B on white background.


Black color preview on #5E594B background

This text has black color on #5E594B background.


White color preview on #5E594B background

This text has white color on #5E594B background.


Related colors

Complementary color

Complementary color for #hex is #A1A6B4.


I love getcolorcode.com

Triadic colors

1 #4B5E59 and #594B5E with #5E594B are triadic colors.

2 #4B595E and #595E4B with #5E594B are triadic colors.