COLOR #5D8F38

HEX: #5D8F38
RGB: (93,143,56)

Color info

#5D8F38 contains mainly red and green colors. Web safe color of #5D8F38 is #669933 (or #693).

RGB color model

#5D8F38 color RGB value is (93,143,56).

  • red value is 93;
  • green value is 143;
  • blue value is 56.
RGB:
(93,143,56)
(36%,56%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 143 of 255 = 56%
B 56 of 255 = 22%

93
143
56

R + G + B ~ 38%. #5D8F38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 143 + 56 = 292 (100%)
R 93 of 292 ~ 31.85%
G 143 of 292 ~ 48.97%
B 56 of 292 ~ 19.18%

%31.85
%48.97
%19.18

CMYK color model

#5D8F38 color CMYK value is (35,0,61,44).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 60.84%
  • key color value is 43.92%
CMYK:
(35,0,61,44)
C35M0Y61K44 
(35%,0%,61%,44%)
(0.35/0.00/0.61/0.44)	

CMYK percentages

%34.97
%0
%60.84
%43.92

Codes

Color #5D8F38 in popluar color models

5D8F38
RGB9314356
HSL94°43.72%39.02%
HSB/HSV94°60.84%56.08%
CMYK34.97%0.00%60.84%
43.92%

Color #5D8F38 in popluar number systems.

HEX5D8F38
Decimal9314356
Binary101110110001111111000
Octal13521770

Shades and tints

Shades of #5D8F38

#5D8F38
(93,143,56)
#558233
(85,130,51)
#4D752E
(77,117,46)
#456829
(69,104,41)
#3D5B24
(61,91,36)
#354E1F
(53,78,31)
#2D411A
(45,65,26)
#253415
(37,52,21)
#1D2710
(29,39,16)
#151A0B
(21,26,11)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #5D8F38

#5D8F38
(93,143,56)
#6B994A
(107,153,74)
#79A35C
(121,163,92)
#87AD6E
(135,173,110)
#95B780
(149,183,128)
#A3C192
(163,193,146)
#B1CBA4
(177,203,164)
#BFD5B6
(191,213,182)
#CDDFC8
(205,223,200)
#DBE9DA
(219,233,218)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8F38 color. Also use rgb(93,143,56) instead hex code.

Text Font Color

.myTextColor { color: #5D8F38; }

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

This text font color is #5D8F38.


Background Color

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

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

This div background color is #5D8F38.


Border color

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

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

This div border color is #5D8F38.


Opacity

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

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

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

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

This text has shadow with #5D8F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8F38 on black background.


Color preview on white background

This text has color #5D8F38 on white background.



Black color preview on #5D8F38 background

This text has black color on #5D8F38 background.


White color preview on #5D8F38 background

This text has white color on #5D8F38 background.