COLOR #5D824F

HEX: #5D824F RGB: (93,130,79)

Color info

#5D824F contains red, green and blue colors in about the same proportion. Web safe color of #5D824F is #669966 (or #696).

RGB color model

#5D824F color RGB value is (93,130,79).

RGB: (93,130,79) (36%, 51%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 79 of 255 = 31%

93
130
79

R + G + B ~ 39%. #5D824F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 130 + 79 = 302 (100%)
R 93 of 302 ~ 30.79%
G 130 of 302 ~ 43.05%
B 79 of 302 ~ 26.16'%

%30.79
%43.05
%26.16

CMYK color model

#5D824F color CMYK value is (28,0,39,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 49.02%

CMYK: (28,0,39,49)
C28M0Y39K49 (28%, 0%, 39%, 49%)
(0.28 / 0.00 / 0.39 / 0.49)

CMYK percentages

%28.46
%0
%39.23
%49.02

Codes

Color #5D824F in popluar color models

5D 82 4F
RGB 93 130 79
HSL 104° 24.40% 40.98%
HSB/HSV 104° 39.23% 50.98%
CMYK 28.46% 0.00% 39.23%
49.02%

Color #5D824F in popluar number systems.

HEX 5D 82 4F
Decimal 93 130 79
Binary 1011101 10000010 1001111
Octal 135 202 117

Shades and tints

Shades of #5D824F

#5D824F
(93,130,79)
#557748
(85,119,72)
#4D6C41
(77,108,65)
#45613A
(69,97,58)
#3D5633
(61,86,51)
#354B2C
(53,75,44)
#2D4025
(45,64,37)
#25351E
(37,53,30)
#1D2A17
(29,42,23)
#151F10
(21,31,16)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #5D824F

#5D824F
(93,130,79)
#6B8D5F
(107,141,95)
#79986F
(121,152,111)
#87A37F
(135,163,127)
#95AE8F
(149,174,143)
#A3B99F
(163,185,159)
#B1C4AF
(177,196,175)
#BFCFBF
(191,207,191)
#CDDACF
(205,218,207)
#DBE5DF
(219,229,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D824F; }

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

This text font color is #5D824F.

Background Color

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

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

This div background color is #5D824F.

Border color

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

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

This div border color is #5D824F.

Opacity

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

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

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

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

This text has shadow with #5D824F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D824F.

Preview

Color preview on black background

This text has color #5D824F on black background.


Color preview on white background

This text has color #5D824F on white background.


Black color preview on #5D824F background

This text has black color on #5D824F background.


White color preview on #5D824F background

This text has white color on #5D824F background.


Related colors

Complementary color

Complementary color for #hex is #A27DB0.


I love getcolorcode.com

Triadic colors

1 #4F5D82 and #824F5D with #5D824F are triadic colors.

2 #4F825D and #825D4F with #5D824F are triadic colors.