COLOR #5A7730

HEX: #5A7730
RGB: (90,119,48)

Color info

#5A7730 contains mainly red and green colors. Web safe color of #5A7730 is #666633 (or #663).

RGB color model

#5A7730 color RGB value is (90,119,48).

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

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 48 of 255 = 19%

90
119
48

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 48 = 257 (100%)
R 90 of 257 ~ 35.02%
G 119 of 257 ~ 46.3%
B 48 of 257 ~ 18.68%

%35.02
%46.3
%18.68

CMYK color model

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

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 59.66%
  • key color value is 53.33%
CMYK:
(24,0,60,53)
C24M0Y60K53 
(24%,0%,60%,53%)
(0.24/0.00/0.60/0.53)	

CMYK percentages

%24.37
%0
%59.66
%53.33

Codes

Color #5A7730 in popluar color models

5A7730
RGB9011948
HSL85°42.51%32.75%
HSB/HSV85°59.66%46.67%
CMYK24.37%0.00%59.66%
53.33%

Color #5A7730 in popluar number systems.

HEX5A7730
Decimal9011948
Binary10110101110111110000
Octal13216760

Shades and tints

Shades of #5A7730

#5A7730
(90,119,48)
#526D2C
(82,109,44)
#4A6328
(74,99,40)
#425924
(66,89,36)
#3A4F20
(58,79,32)
#32451C
(50,69,28)
#2A3B18
(42,59,24)
#223114
(34,49,20)
#1A2710
(26,39,16)
#121D0C
(18,29,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #5A7730

#5A7730
(90,119,48)
#698342
(105,131,66)
#788F54
(120,143,84)
#879B66
(135,155,102)
#96A778
(150,167,120)
#A5B38A
(165,179,138)
#B4BF9C
(180,191,156)
#C3CBAE
(195,203,174)
#D2D7C0
(210,215,192)
#E1E3D2
(225,227,210)
#F0EFE4
(240,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7730; }

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

This text font color is #5A7730.


Background Color

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

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

This div background color is #5A7730.


Border color

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

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

This div border color is #5A7730.


Opacity

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

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

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

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

This text has shadow with #5A7730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7730 on black background.


Color preview on white background

This text has color #5A7730 on white background.



Black color preview on #5A7730 background

This text has black color on #5A7730 background.


White color preview on #5A7730 background

This text has white color on #5A7730 background.