COLOR #5D7A00

HEX: #5D7A00
RGB: (93,122,0)

Color info

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

RGB color model

#5D7A00 color RGB value is (93,122,0).

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

RGB channels and saturation

R 93 of 255 = 36%
G 122 of 255 = 48%
B 0 of 255 = 0%

93
122
0

R + G + B ~ 28%. #5D7A00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 122 + 0 = 215 (100%)
R 93 of 215 ~ 43.26%
G 122 of 215 ~ 56.74%
B 0 of 215 ~ 0%

%43.26
%56.74

CMYK color model

#5D7A00 color CMYK value is (24,0,100,52).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.16%
CMYK:
(24,0,100,52)
C24M0Y100K52 
(24%,0%,100%,52%)
(0.24/0.00/1.00/0.52)	

CMYK percentages

%23.77
%0
%100
%52.16

Codes

Color #5D7A00 in popluar color models

5D7A00
RGB931220
HSL74°100.00%23.92%
HSB/HSV74°100.00%47.84%
CMYK23.77%0.00%100.00%
52.16%

Color #5D7A00 in popluar number systems.

HEX5D7A00
Decimal931220
Binary101110111110100
Octal1351720

Shades and tints

Shades of #5D7A00

#5D7A00
(93,122,0)
#556F00
(85,111,0)
#4D6400
(77,100,0)
#455900
(69,89,0)
#3D4E00
(61,78,0)
#354300
(53,67,0)
#2D3800
(45,56,0)
#252D00
(37,45,0)
#1D2200
(29,34,0)
#151700
(21,23,0)
#0D0C00
(13,12,0)
#000000
(0,0,0)

Tints of #5D7A00

#5D7A00
(93,122,0)
#6B8617
(107,134,23)
#79922E
(121,146,46)
#879E45
(135,158,69)
#95AA5C
(149,170,92)
#A3B673
(163,182,115)
#B1C28A
(177,194,138)
#BFCEA1
(191,206,161)
#CDDAB8
(205,218,184)
#DBE6CF
(219,230,207)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7A00; }

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

This text font color is #5D7A00.


Background Color

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

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

This div background color is #5D7A00.


Border color

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

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

This div border color is #5D7A00.


Opacity

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

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

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

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

This text has shadow with #5D7A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7A00 on black background.


Color preview on white background

This text has color #5D7A00 on white background.



Black color preview on #5D7A00 background

This text has black color on #5D7A00 background.


White color preview on #5D7A00 background

This text has white color on #5D7A00 background.