COLOR #5A775B

HEX: #5A775B RGB: (90,119,91)

Color info

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

RGB color model

#5A775B color RGB value is (90,119,91).

RGB: (90,119,91) (35%, 47%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 91 of 255 = 36%

90
119
91

R + G + B ~ 39%. #5A775B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 119 + 91 = 300 (100%)
R 90 of 300 ~ 30%
G 119 of 300 ~ 39.67%
B 91 of 300 ~ 30.33'%

%30
%39.67
%30.33

CMYK color model

#5A775B color CMYK value is (24,0,24,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%

CMYK: (24,0,24,53)
C24M0Y24K53 (24%, 0%, 24%, 53%)
(0.24 / 0.00 / 0.24 / 0.53)

CMYK percentages

%24.37
%0
%23.53
%53.33

Codes

Color #5A775B in popluar color models

5A 77 5B
RGB 90 119 91
HSL 122° 13.88% 40.98%
HSB/HSV 122° 24.37% 46.67%
CMYK 24.37% 0.00% 23.53%
53.33%

Color #5A775B in popluar number systems.

HEX 5A 77 5B
Decimal 90 119 91
Binary 1011010 1110111 1011011
Octal 132 167 133

Shades and tints

Shades of #5A775B

#5A775B
(90,119,91)
#526D53
(82,109,83)
#4A634B
(74,99,75)
#425943
(66,89,67)
#3A4F3B
(58,79,59)
#324533
(50,69,51)
#2A3B2B
(42,59,43)
#223123
(34,49,35)
#1A271B
(26,39,27)
#121D13
(18,29,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #5A775B

#5A775B
(90,119,91)
#698369
(105,131,105)
#788F77
(120,143,119)
#879B85
(135,155,133)
#96A793
(150,167,147)
#A5B3A1
(165,179,161)
#B4BFAF
(180,191,175)
#C3CBBD
(195,203,189)
#D2D7CB
(210,215,203)
#E1E3D9
(225,227,217)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A775B color. Also use rgb(90,119,91) instead hex code.

Text Font Color

.myTextColor { color: #5A775B; }

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

This text font color is #5A775B.

Background Color

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

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

This div background color is #5A775B.

Border color

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

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

This div border color is #5A775B.

Opacity

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

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

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

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

This text has shadow with #5A775B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A775B.

Preview

Color preview on black background

This text has color #5A775B on black background.


Color preview on white background

This text has color #5A775B on white background.


Black color preview on #5A775B background

This text has black color on #5A775B background.


White color preview on #5A775B background

This text has white color on #5A775B background.


Related colors

Complementary color

Complementary color for #hex is #A588A4.


I love getcolorcode.com

Triadic colors

1 #5B5A77 and #775B5A with #5A775B are triadic colors.

2 #5B775A and #775A5B with #5A775B are triadic colors.