COLOR #5D8C35

HEX: #5D8C35
RGB: (93,140,53)

Color info

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

RGB color model

#5D8C35 color RGB value is (93,140,53).

  • red value is 93;
  • green value is 140;
  • blue value is 53.
RGB:
(93,140,53)
(36%,55%,21%)

RGB channels and saturation

R 93 of 255 = 36%
G 140 of 255 = 55%
B 53 of 255 = 21%

93
140
53

R + G + B ~ 37%. #5D8C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 140 + 53 = 286 (100%)
R 93 of 286 ~ 32.52%
G 140 of 286 ~ 48.95%
B 53 of 286 ~ 18.53%

%32.52
%48.95
%18.53

CMYK color model

#5D8C35 color CMYK value is (34,0,62,45).

  • cyan value is 33.57%
  • magenta value is 0.00%
  • yellow value is 62.14%
  • key color value is 45.10%
CMYK:
(34,0,62,45)
C34M0Y62K45 
(34%,0%,62%,45%)
(0.34/0.00/0.62/0.45)	

CMYK percentages

%33.57
%0
%62.14
%45.1

Codes

Color #5D8C35 in popluar color models

5D8C35
RGB9314053
HSL92°45.08%37.84%
HSB/HSV92°62.14%54.90%
CMYK33.57%0.00%62.14%
45.10%

Color #5D8C35 in popluar number systems.

HEX5D8C35
Decimal9314053
Binary101110110001100110101
Octal13521465

Shades and tints

Shades of #5D8C35

#5D8C35
(93,140,53)
#558031
(85,128,49)
#4D742D
(77,116,45)
#456829
(69,104,41)
#3D5C25
(61,92,37)
#355021
(53,80,33)
#2D441D
(45,68,29)
#253819
(37,56,25)
#1D2C15
(29,44,21)
#152011
(21,32,17)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #5D8C35

#5D8C35
(93,140,53)
#6B9647
(107,150,71)
#79A059
(121,160,89)
#87AA6B
(135,170,107)
#95B47D
(149,180,125)
#A3BE8F
(163,190,143)
#B1C8A1
(177,200,161)
#BFD2B3
(191,210,179)
#CDDCC5
(205,220,197)
#DBE6D7
(219,230,215)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8C35 color. Also use rgb(93,140,53) instead hex code.

Text Font Color

.myTextColor { color: #5D8C35; }

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

This text font color is #5D8C35.


Background Color

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

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

This div background color is #5D8C35.


Border color

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

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

This div border color is #5D8C35.


Opacity

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

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

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

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

This text has shadow with #5D8C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8C35 on black background.


Color preview on white background

This text has color #5D8C35 on white background.



Black color preview on #5D8C35 background

This text has black color on #5D8C35 background.


White color preview on #5D8C35 background

This text has white color on #5D8C35 background.