COLOR #5D9D46

HEX: #5D9D46
RGB: (93,157,70)

Color info

#5D9D46 contains mainly green color. Web safe color of #5D9D46 is #669933 (or #693).

RGB color model

#5D9D46 color RGB value is (93,157,70).

  • red value is 93;
  • green value is 157;
  • blue value is 70.
RGB:
(93,157,70)
(36%,62%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 157 of 255 = 62%
B 70 of 255 = 27%

93
157
70

R + G + B ~ 42%. #5D9D46 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 157 + 70 = 320 (100%)
R 93 of 320 ~ 29.06%
G 157 of 320 ~ 49.06%
B 70 of 320 ~ 21.88%

%29.06
%49.06
%21.88

CMYK color model

#5D9D46 color CMYK value is (41,0,55,38).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 38.43%
CMYK:
(41,0,55,38)
C41M0Y55K38 
(41%,0%,55%,38%)
(0.41/0.00/0.55/0.38)	

CMYK percentages

%40.76
%0
%55.41
%38.43

Codes

Color #5D9D46 in popluar color models

5D9D46
RGB9315770
HSL104°38.33%44.51%
HSB/HSV104°55.41%61.57%
CMYK40.76%0.00%55.41%
38.43%

Color #5D9D46 in popluar number systems.

HEX5D9D46
Decimal9315770
Binary1011101100111011000110
Octal135235106

Shades and tints

Shades of #5D9D46

#5D9D46
(93,157,70)
#558F40
(85,143,64)
#4D813A
(77,129,58)
#457334
(69,115,52)
#3D652E
(61,101,46)
#355728
(53,87,40)
#2D4922
(45,73,34)
#253B1C
(37,59,28)
#1D2D16
(29,45,22)
#151F10
(21,31,16)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #5D9D46

#5D9D46
(93,157,70)
#6BA556
(107,165,86)
#79AD66
(121,173,102)
#87B576
(135,181,118)
#95BD86
(149,189,134)
#A3C596
(163,197,150)
#B1CDA6
(177,205,166)
#BFD5B6
(191,213,182)
#CDDDC6
(205,221,198)
#DBE5D6
(219,229,214)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9D46 color. Also use rgb(93,157,70) instead hex code.

Text Font Color

.myTextColor { color: #5D9D46; }

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

This text font color is #5D9D46.


Background Color

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

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

This div background color is #5D9D46.


Border color

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

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

This div border color is #5D9D46.


Opacity

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

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

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

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

This text has shadow with #5D9D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9D46 on black background.


Color preview on white background

This text has color #5D9D46 on white background.



Black color preview on #5D9D46 background

This text has black color on #5D9D46 background.


White color preview on #5D9D46 background

This text has white color on #5D9D46 background.