COLOR #5D7600

HEX: #5D7600
RGB: (93,118,0)

Color info

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

RGB color model

#5D7600 color RGB value is (93,118,0).

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

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 0 of 255 = 0%

93
118
0

R + G + B ~ 27%. #5D7600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 0 = 211 (100%)
R 93 of 211 ~ 44.08%
G 118 of 211 ~ 55.92%
B 0 of 211 ~ 0%

%44.08
%55.92

CMYK color model

#5D7600 color CMYK value is (21,0,100,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 53.73%
CMYK:
(21,0,100,54)
C21M0Y100K54 
(21%,0%,100%,54%)
(0.21/0.00/1.00/0.54)	

CMYK percentages

%21.19
%0
%100
%53.73

Codes

Color #5D7600 in popluar color models

5D7600
RGB931180
HSL73°100.00%23.14%
HSB/HSV73°100.00%46.27%
CMYK21.19%0.00%100.00%
53.73%

Color #5D7600 in popluar number systems.

HEX5D7600
Decimal931180
Binary101110111101100
Octal1351660

Shades and tints

Shades of #5D7600

#5D7600
(93,118,0)
#556C00
(85,108,0)
#4D6200
(77,98,0)
#455800
(69,88,0)
#3D4E00
(61,78,0)
#354400
(53,68,0)
#2D3A00
(45,58,0)
#253000
(37,48,0)
#1D2600
(29,38,0)
#151C00
(21,28,0)
#0D1200
(13,18,0)
#000000
(0,0,0)

Tints of #5D7600

#5D7600
(93,118,0)
#6B8217
(107,130,23)
#798E2E
(121,142,46)
#879A45
(135,154,69)
#95A65C
(149,166,92)
#A3B273
(163,178,115)
#B1BE8A
(177,190,138)
#BFCAA1
(191,202,161)
#CDD6B8
(205,214,184)
#DBE2CF
(219,226,207)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7600; }

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

This text font color is #5D7600.


Background Color

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

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

This div background color is #5D7600.


Border color

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

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

This div border color is #5D7600.


Opacity

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

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

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

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

This text has shadow with #5D7600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7600 on black background.


Color preview on white background

This text has color #5D7600 on white background.



Black color preview on #5D7600 background

This text has black color on #5D7600 background.


White color preview on #5D7600 background

This text has white color on #5D7600 background.