COLOR #5D7A04

HEX: #5D7A04
RGB: (93,122,4)

Color info

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

RGB color model

#5D7A04 color RGB value is (93,122,4).

  • red value is 93;
  • green value is 122;
  • blue value is 4.
RGB:
(93,122,4)
(36%,48%,2%)

RGB channels and saturation

R 93 of 255 = 36%
G 122 of 255 = 48%
B 4 of 255 = 2%

93
122
4

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

Portions of RGB colors in percentages

R + G + B =
93 + 122 + 4 = 219 (100%)
R 93 of 219 ~ 42.47%
G 122 of 219 ~ 55.71%
B 4 of 219 ~ 1.83%

%42.47
%55.71

CMYK color model

#5D7A04 color CMYK value is (24,0,97,52).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 96.72%
  • key color value is 52.16%
CMYK:
(24,0,97,52)
C24M0Y97K52 
(24%,0%,97%,52%)
(0.24/0.00/0.97/0.52)	

CMYK percentages

%23.77
%0
%96.72
%52.16

Codes

Color #5D7A04 in popluar color models

5D7A04
RGB931224
HSL75°93.65%24.71%
HSB/HSV75°96.72%47.84%
CMYK23.77%0.00%96.72%
52.16%

Color #5D7A04 in popluar number systems.

HEX5D7A04
Decimal931224
Binary10111011111010100
Octal1351724

Shades and tints

Shades of #5D7A04

#5D7A04
(93,122,4)
#556F04
(85,111,4)
#4D6404
(77,100,4)
#455904
(69,89,4)
#3D4E04
(61,78,4)
#354304
(53,67,4)
#2D3804
(45,56,4)
#252D04
(37,45,4)
#1D2204
(29,34,4)
#151704
(21,23,4)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #5D7A04

#5D7A04
(93,122,4)
#6B861A
(107,134,26)
#799230
(121,146,48)
#879E46
(135,158,70)
#95AA5C
(149,170,92)
#A3B672
(163,182,114)
#B1C288
(177,194,136)
#BFCE9E
(191,206,158)
#CDDAB4
(205,218,180)
#DBE6CA
(219,230,202)
#E9F2E0
(233,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7A04 color. Also use rgb(93,122,4) instead hex code.

Text Font Color

.myTextColor { color: #5D7A04; }

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

This text font color is #5D7A04.


Background Color

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

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

This div background color is #5D7A04.


Border color

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

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

This div border color is #5D7A04.


Opacity

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

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

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

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

This text has shadow with #5D7A04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7A04 on black background.


Color preview on white background

This text has color #5D7A04 on white background.



Black color preview on #5D7A04 background

This text has black color on #5D7A04 background.


White color preview on #5D7A04 background

This text has white color on #5D7A04 background.