COLOR #5A754D

HEX: #5A754D RGB: (90,117,77)

Color info

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

RGB color model

#5A754D color RGB value is (90,117,77).

RGB: (90,117,77) (35%, 46%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 77 of 255 = 30%

90
117
77

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

Portions of RGB colors in percentages

R + G + B = 90 + 117 + 77 = 284 (100%)
R 90 of 284 ~ 31.69%
G 117 of 284 ~ 41.2%
B 77 of 284 ~ 27.11'%

%31.69
%41.2
%27.11

CMYK color model

#5A754D color CMYK value is (23,0,34,54).

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

CMYK: (23,0,34,54)
C23M0Y34K54 (23%, 0%, 34%, 54%)
(0.23 / 0.00 / 0.34 / 0.54)

CMYK percentages

%23.08
%0
%34.19
%54.12

Codes

Color #5A754D in popluar color models

5A 75 4D
RGB 90 117 77
HSL 101° 20.62% 38.04%
HSB/HSV 101° 34.19% 45.88%
CMYK 23.08% 0.00% 34.19%
54.12%

Color #5A754D in popluar number systems.

HEX 5A 75 4D
Decimal 90 117 77
Binary 1011010 1110101 1001101
Octal 132 165 115

Shades and tints

Shades of #5A754D

#5A754D
(90,117,77)
#526B46
(82,107,70)
#4A613F
(74,97,63)
#425738
(66,87,56)
#3A4D31
(58,77,49)
#32432A
(50,67,42)
#2A3923
(42,57,35)
#222F1C
(34,47,28)
#1A2515
(26,37,21)
#121B0E
(18,27,14)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #5A754D

#5A754D
(90,117,77)
#69815D
(105,129,93)
#788D6D
(120,141,109)
#87997D
(135,153,125)
#96A58D
(150,165,141)
#A5B19D
(165,177,157)
#B4BDAD
(180,189,173)
#C3C9BD
(195,201,189)
#D2D5CD
(210,213,205)
#E1E1DD
(225,225,221)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A754D; }

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

This text font color is #5A754D.

Background Color

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

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

This div background color is #5A754D.

Border color

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

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

This div border color is #5A754D.

Opacity

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

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

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

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

This text has shadow with #5A754D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A754D.

Preview

Color preview on black background

This text has color #5A754D on black background.


Color preview on white background

This text has color #5A754D on white background.


Black color preview on #5A754D background

This text has black color on #5A754D background.


White color preview on #5A754D background

This text has white color on #5A754D background.


Related colors

Complementary color

Complementary color for #hex is #A58AB2.


I love getcolorcode.com

Triadic colors

1 #4D5A75 and #754D5A with #5A754D are triadic colors.

2 #4D755A and #755A4D with #5A754D are triadic colors.