COLOR #5D814B

HEX: #5D814B RGB: (93,129,75)

Color info

#5D814B contains red, green and blue colors in about the same proportion. Web safe color of #5D814B is #669933 (or #693).

RGB color model

#5D814B color RGB value is (93,129,75).

RGB: (93,129,75) (36%, 51%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 129 of 255 = 51%
B 75 of 255 = 29%

93
129
75

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

Portions of RGB colors in percentages

R + G + B = 93 + 129 + 75 = 297 (100%)
R 93 of 297 ~ 31.31%
G 129 of 297 ~ 43.43%
B 75 of 297 ~ 25.25'%

%31.31
%43.43
%25.25

CMYK color model

#5D814B color CMYK value is (28,0,42,49).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%

CMYK: (28,0,42,49)
C28M0Y42K49 (28%, 0%, 42%, 49%)
(0.28 / 0.00 / 0.42 / 0.49)

CMYK percentages

%27.91
%0
%41.86
%49.41

Codes

Color #5D814B in popluar color models

5D 81 4B
RGB 93 129 75
HSL 100° 26.47% 40.00%
HSB/HSV 100° 41.86% 50.59%
CMYK 27.91% 0.00% 41.86%
49.41%

Color #5D814B in popluar number systems.

HEX 5D 81 4B
Decimal 93 129 75
Binary 1011101 10000001 1001011
Octal 135 201 113

Shades and tints

Shades of #5D814B

#5D814B
(93,129,75)
#557645
(85,118,69)
#4D6B3F
(77,107,63)
#456039
(69,96,57)
#3D5533
(61,85,51)
#354A2D
(53,74,45)
#2D3F27
(45,63,39)
#253421
(37,52,33)
#1D291B
(29,41,27)
#151E15
(21,30,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5D814B

#5D814B
(93,129,75)
#6B8C5B
(107,140,91)
#79976B
(121,151,107)
#87A27B
(135,162,123)
#95AD8B
(149,173,139)
#A3B89B
(163,184,155)
#B1C3AB
(177,195,171)
#BFCEBB
(191,206,187)
#CDD9CB
(205,217,203)
#DBE4DB
(219,228,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D814B color. Also use rgb(93,129,75) instead hex code.

Text Font Color

.myTextColor { color: #5D814B; }

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

This text font color is #5D814B.

Background Color

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

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

This div background color is #5D814B.

Border color

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

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

This div border color is #5D814B.

Opacity

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

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

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

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

This text has shadow with #5D814B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D814B.

Preview

Color preview on black background

This text has color #5D814B on black background.


Color preview on white background

This text has color #5D814B on white background.


Black color preview on #5D814B background

This text has black color on #5D814B background.


White color preview on #5D814B background

This text has white color on #5D814B background.


Related colors

Complementary color

Complementary color for #hex is #A27EB4.


I love getcolorcode.com

Triadic colors

1 #4B5D81 and #814B5D with #5D814B are triadic colors.

2 #4B815D and #815D4B with #5D814B are triadic colors.