COLOR #5D823F

HEX: #5D823F
RGB: (93,130,63)

Color info

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

RGB color model

#5D823F color RGB value is (93,130,63).

  • red value is 93;
  • green value is 130;
  • blue value is 63.
RGB:
(93,130,63)
(36%,51%,25%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 63 of 255 = 25%

93
130
63

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

Portions of RGB colors in percentages

R + G + B =
93 + 130 + 63 = 286 (100%)
R 93 of 286 ~ 32.52%
G 130 of 286 ~ 45.45%
B 63 of 286 ~ 22.03%

%32.52
%45.45
%22.03

CMYK color model

#5D823F color CMYK value is (28,0,52,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(28,0,52,49)
C28M0Y52K49 
(28%,0%,52%,49%)
(0.28/0.00/0.52/0.49)	

CMYK percentages

%28.46
%0
%51.54
%49.02

Codes

Color #5D823F in popluar color models

5D823F
RGB9313063
HSL93°34.72%37.84%
HSB/HSV93°51.54%50.98%
CMYK28.46%0.00%51.54%
49.02%

Color #5D823F in popluar number systems.

HEX5D823F
Decimal9313063
Binary101110110000010111111
Octal13520277

Shades and tints

Shades of #5D823F

#5D823F
(93,130,63)
#55773A
(85,119,58)
#4D6C35
(77,108,53)
#456130
(69,97,48)
#3D562B
(61,86,43)
#354B26
(53,75,38)
#2D4021
(45,64,33)
#25351C
(37,53,28)
#1D2A17
(29,42,23)
#151F12
(21,31,18)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #5D823F

#5D823F
(93,130,63)
#6B8D50
(107,141,80)
#799861
(121,152,97)
#87A372
(135,163,114)
#95AE83
(149,174,131)
#A3B994
(163,185,148)
#B1C4A5
(177,196,165)
#BFCFB6
(191,207,182)
#CDDAC7
(205,218,199)
#DBE5D8
(219,229,216)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D823F color. Also use rgb(93,130,63) instead hex code.

Text Font Color

.myTextColor { color: #5D823F; }

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

This text font color is #5D823F.


Background Color

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

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

This div background color is #5D823F.


Border color

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

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

This div border color is #5D823F.


Opacity

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

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

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

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

This text has shadow with #5D823F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D823F on black background.


Color preview on white background

This text has color #5D823F on white background.



Black color preview on #5D823F background

This text has black color on #5D823F background.


White color preview on #5D823F background

This text has white color on #5D823F background.