COLOR #5A720F

HEX: #5A720F
RGB: (90,114,15)

Color info

#5A720F contains mainly red and green colors. Web safe color of #5A720F is #666600 (or #660).

RGB color model

#5A720F color RGB value is (90,114,15).

  • red value is 90;
  • green value is 114;
  • blue value is 15.
RGB:
(90,114,15)
(35%,45%,6%)

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 15 of 255 = 6%

90
114
15

R + G + B ~ 29%. #5A720F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 15 = 219 (100%)
R 90 of 219 ~ 41.1%
G 114 of 219 ~ 52.05%
B 15 of 219 ~ 6.85%

%41.1
%52.05

CMYK color model

#5A720F color CMYK value is (21,0,87,55).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 86.84%
  • key color value is 55.29%
CMYK:
(21,0,87,55)
C21M0Y87K55 
(21%,0%,87%,55%)
(0.21/0.00/0.87/0.55)	

CMYK percentages

%21.05
%0
%86.84
%55.29

Codes

Color #5A720F in popluar color models

5A720F
RGB9011415
HSL75°76.74%25.29%
HSB/HSV75°86.84%44.71%
CMYK21.05%0.00%86.84%
55.29%

Color #5A720F in popluar number systems.

HEX5A720F
Decimal9011415
Binary101101011100101111
Octal13216217

Shades and tints

Shades of #5A720F

#5A720F
(90,114,15)
#52680E
(82,104,14)
#4A5E0D
(74,94,13)
#42540C
(66,84,12)
#3A4A0B
(58,74,11)
#32400A
(50,64,10)
#2A3609
(42,54,9)
#222C08
(34,44,8)
#1A2207
(26,34,7)
#121806
(18,24,6)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #5A720F

#5A720F
(90,114,15)
#697E24
(105,126,36)
#788A39
(120,138,57)
#87964E
(135,150,78)
#96A263
(150,162,99)
#A5AE78
(165,174,120)
#B4BA8D
(180,186,141)
#C3C6A2
(195,198,162)
#D2D2B7
(210,210,183)
#E1DECC
(225,222,204)
#F0EAE1
(240,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A720F color. Also use rgb(90,114,15) instead hex code.

Text Font Color

.myTextColor { color: #5A720F; }

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

This text font color is #5A720F.


Background Color

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

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

This div background color is #5A720F.


Border color

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

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

This div border color is #5A720F.


Opacity

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

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

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

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

This text has shadow with #5A720F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A720F on black background.


Color preview on white background

This text has color #5A720F on white background.



Black color preview on #5A720F background

This text has black color on #5A720F background.


White color preview on #5A720F background

This text has white color on #5A720F background.