COLOR #5D963D

HEX: #5D963D
RGB: (93,150,61)

Color info

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

RGB color model

#5D963D color RGB value is (93,150,61).

  • red value is 93;
  • green value is 150;
  • blue value is 61.
RGB:
(93,150,61)
(36%,59%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 150 of 255 = 59%
B 61 of 255 = 24%

93
150
61

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

Portions of RGB colors in percentages

R + G + B =
93 + 150 + 61 = 304 (100%)
R 93 of 304 ~ 30.59%
G 150 of 304 ~ 49.34%
B 61 of 304 ~ 20.07%

%30.59
%49.34
%20.07

CMYK color model

#5D963D color CMYK value is (38,0,59,41).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 59.33%
  • key color value is 41.18%
CMYK:
(38,0,59,41)
C38M0Y59K41 
(38%,0%,59%,41%)
(0.38/0.00/0.59/0.41)	

CMYK percentages

%38
%0
%59.33
%41.18

Codes

Color #5D963D in popluar color models

5D963D
RGB9315061
HSL98°42.18%41.37%
HSB/HSV98°59.33%58.82%
CMYK38.00%0.00%59.33%
41.18%

Color #5D963D in popluar number systems.

HEX5D963D
Decimal9315061
Binary101110110010110111101
Octal13522675

Shades and tints

Shades of #5D963D

#5D963D
(93,150,61)
#558938
(85,137,56)
#4D7C33
(77,124,51)
#456F2E
(69,111,46)
#3D6229
(61,98,41)
#355524
(53,85,36)
#2D481F
(45,72,31)
#253B1A
(37,59,26)
#1D2E15
(29,46,21)
#152110
(21,33,16)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #5D963D

#5D963D
(93,150,61)
#6B9F4E
(107,159,78)
#79A85F
(121,168,95)
#87B170
(135,177,112)
#95BA81
(149,186,129)
#A3C392
(163,195,146)
#B1CCA3
(177,204,163)
#BFD5B4
(191,213,180)
#CDDEC5
(205,222,197)
#DBE7D6
(219,231,214)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D963D color. Also use rgb(93,150,61) instead hex code.

Text Font Color

.myTextColor { color: #5D963D; }

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

This text font color is #5D963D.


Background Color

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

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

This div background color is #5D963D.


Border color

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

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

This div border color is #5D963D.


Opacity

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

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

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

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

This text has shadow with #5D963D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D963D on black background.


Color preview on white background

This text has color #5D963D on white background.



Black color preview on #5D963D background

This text has black color on #5D963D background.


White color preview on #5D963D background

This text has white color on #5D963D background.