COLOR #5D7E30

HEX: #5D7E30
RGB: (93,126,48)

Color info

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

RGB color model

#5D7E30 color RGB value is (93,126,48).

  • red value is 93;
  • green value is 126;
  • blue value is 48.
RGB:
(93,126,48)
(36%,49%,19%)

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 48 of 255 = 19%

93
126
48

R + G + B ~ 35%. #5D7E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 48 = 267 (100%)
R 93 of 267 ~ 34.83%
G 126 of 267 ~ 47.19%
B 48 of 267 ~ 17.98%

%34.83
%47.19
%17.98

CMYK color model

#5D7E30 color CMYK value is (26,0,62,51).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK:
(26,0,62,51)
C26M0Y62K51 
(26%,0%,62%,51%)
(0.26/0.00/0.62/0.51)	

CMYK percentages

%26.19
%0
%61.9
%50.59

Codes

Color #5D7E30 in popluar color models

5D7E30
RGB9312648
HSL85°44.83%34.12%
HSB/HSV85°61.90%49.41%
CMYK26.19%0.00%61.90%
50.59%

Color #5D7E30 in popluar number systems.

HEX5D7E30
Decimal9312648
Binary10111011111110110000
Octal13517660

Shades and tints

Shades of #5D7E30

#5D7E30
(93,126,48)
#55732C
(85,115,44)
#4D6828
(77,104,40)
#455D24
(69,93,36)
#3D5220
(61,82,32)
#35471C
(53,71,28)
#2D3C18
(45,60,24)
#253114
(37,49,20)
#1D2610
(29,38,16)
#151B0C
(21,27,12)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #5D7E30

#5D7E30
(93,126,48)
#6B8942
(107,137,66)
#799454
(121,148,84)
#879F66
(135,159,102)
#95AA78
(149,170,120)
#A3B58A
(163,181,138)
#B1C09C
(177,192,156)
#BFCBAE
(191,203,174)
#CDD6C0
(205,214,192)
#DBE1D2
(219,225,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7E30 color. Also use rgb(93,126,48) instead hex code.

Text Font Color

.myTextColor { color: #5D7E30; }

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

This text font color is #5D7E30.


Background Color

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

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

This div background color is #5D7E30.


Border color

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

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

This div border color is #5D7E30.


Opacity

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

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

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

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

This text has shadow with #5D7E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E30 on black background.


Color preview on white background

This text has color #5D7E30 on white background.



Black color preview on #5D7E30 background

This text has black color on #5D7E30 background.


White color preview on #5D7E30 background

This text has white color on #5D7E30 background.