COLOR #5A754E

HEX: #5A754E RGB: (90,117,78)

Color info

#5A754E contains red, green and blue colors in about the same proportion. Web safe color of #5A754E is #666666 (or #666).

RGB color model

#5A754E color RGB value is (90,117,78).

RGB: (90,117,78) (35%, 46%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 78 of 255 = 31%

90
117
78

R + G + B ~ 37%. #5A754E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 78 = 285 (100%)
R 90 of 285 ~ 31.58%
G 117 of 285 ~ 41.05%
B 78 of 285 ~ 27.37'%

%31.58
%41.05
%27.37

CMYK color model

#5A754E color CMYK value is (23,0,33,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%

CMYK: (23,0,33,54)
C23M0Y33K54 (23%, 0%, 33%, 54%)
(0.23 / 0.00 / 0.33 / 0.54)

CMYK percentages

%23.08
%0
%33.33
%54.12

Codes

Color #5A754E in popluar color models

5A 75 4E
RGB 90 117 78
HSL 102° 20.00% 38.24%
HSB/HSV 102° 33.33% 45.88%
CMYK 23.08% 0.00% 33.33%
54.12%

Color #5A754E in popluar number systems.

HEX 5A 75 4E
Decimal 90 117 78
Binary 1011010 1110101 1001110
Octal 132 165 116

Shades and tints

Shades of #5A754E

#5A754E
(90,117,78)
#526B47
(82,107,71)
#4A6140
(74,97,64)
#425739
(66,87,57)
#3A4D32
(58,77,50)
#32432B
(50,67,43)
#2A3924
(42,57,36)
#222F1D
(34,47,29)
#1A2516
(26,37,22)
#121B0F
(18,27,15)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #5A754E

#5A754E
(90,117,78)
#69815E
(105,129,94)
#788D6E
(120,141,110)
#87997E
(135,153,126)
#96A58E
(150,165,142)
#A5B19E
(165,177,158)
#B4BDAE
(180,189,174)
#C3C9BE
(195,201,190)
#D2D5CE
(210,213,206)
#E1E1DE
(225,225,222)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A754E color. Also use rgb(90,117,78) instead hex code.

Text Font Color

.myTextColor { color: #5A754E; }

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

This text font color is #5A754E.

Background Color

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

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

This div background color is #5A754E.

Border color

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

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

This div border color is #5A754E.

Opacity

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

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

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

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

This text has shadow with #5A754E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A754E.

Preview

Color preview on black background

This text has color #5A754E on black background.


Color preview on white background

This text has color #5A754E on white background.


Black color preview on #5A754E background

This text has black color on #5A754E background.


White color preview on #5A754E background

This text has white color on #5A754E background.


Related colors

Complementary color

Complementary color for #hex is #A58AB1.


I love getcolorcode.com

Triadic colors

1 #4E5A75 and #754E5A with #5A754E are triadic colors.

2 #4E755A and #755A4E with #5A754E are triadic colors.