COLOR #5A7750

HEX: #5A7750
RGB: (90,119,80)

Color info

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

RGB color model

#5A7750 color RGB value is (90,119,80).

  • red value is 90;
  • green value is 119;
  • blue value is 80.
RGB: (90,119,80) (35%,47%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 80 of 255 = 31%

90
119
80

R + G + B ~ 38%. #5A7750 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 80 = 289 (100%)
R 90 of 289 ~ 31.14%
G 119 of 289 ~ 41.18%
B 80 of 289 ~ 27.68%

%31.14
%41.18
%27.68

CMYK color model

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

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 32.77%
  • key color value is 53.33%
CMYK: (24,0,33,53) C24M0Y33K53 (24%,0%,33%,53%) (0.24/0.00/0.33/0.53)

CMYK percentages

%24.37
%0
%32.77
%53.33

Codes

Color #5A7750 in popluar color models

5A7750
RGB9011980
HSL105°19.60%39.02%
HSB/HSV105°32.77%46.67%
CMYK24.37%0.00%32.77%
53.33%

Color #5A7750 in popluar number systems.

HEX5A7750
Decimal9011980
Binary101101011101111010000
Octal132167120

Shades and tints

Shades of #5A7750

#5A7750
(90,119,80)
#526D49
(82,109,73)
#4A6342
(74,99,66)
#42593B
(66,89,59)
#3A4F34
(58,79,52)
#32452D
(50,69,45)
#2A3B26
(42,59,38)
#22311F
(34,49,31)
#1A2718
(26,39,24)
#121D11
(18,29,17)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #5A7750

#5A7750
(90,119,80)
#69835F
(105,131,95)
#788F6E
(120,143,110)
#879B7D
(135,155,125)
#96A78C
(150,167,140)
#A5B39B
(165,179,155)
#B4BFAA
(180,191,170)
#C3CBB9
(195,203,185)
#D2D7C8
(210,215,200)
#E1E3D7
(225,227,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7750; }

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

This text font color is #5A7750.


Background Color

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

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

This div background color is #5A7750.


Border color

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

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

This div border color is #5A7750.


Opacity

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

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

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

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

This text has shadow with #5A7750 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #5A7750; -webkit-box-shadow:	1px 1px 3px 2px #5A7750; box-shadow:	1px 1px 3px 2px #5A7750; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5A7750; -webkit-box-shadow: 1px 1px 3px 2px #5A7750; box-shadow:1px 1px 3px 2px #5A7750;">
Div content here</div>
This div box has shadow with color #5A7750.

Preview

Color preview on black background

This text has color #5A7750 on black background.


Color preview on white background

This text has color #5A7750 on white background.



Black color preview on #5A7750 background

This text has black color on #5A7750 background.


White color preview on #5A7750 background

This text has white color on #5A7750 background.