COLOR #5D7D2E

HEX: #5D7D2E RGB: (93,125,46)

Color info

#5D7D2E contains mainly red and green colors. Web safe color of #5D7D2E is #666633 (or #663).

RGB color model

#5D7D2E color RGB value is (93,125,46).

RGB: (93,125,46) (36%, 49%, 18%)

RGB channels and saturation

R 93 of 255 = 36%
G 125 of 255 = 49%
B 46 of 255 = 18%

93
125
46

R + G + B ~ 34%. #5D7D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 125 + 46 = 264 (100%)
R 93 of 264 ~ 35.23%
G 125 of 264 ~ 47.35%
B 46 of 264 ~ 17.42'%

%35.23
%47.35
%17.42

CMYK color model

#5D7D2E color CMYK value is (26,0,63,51).

  • cyan value is 25.60%
  • magenta value is 0.00%
  • yellow value is 63.20%
  • key color value is 50.98%

CMYK: (26,0,63,51)
C26M0Y63K51 (26%, 0%, 63%, 51%)
(0.26 / 0.00 / 0.63 / 0.51)

CMYK percentages

%25.6
%0
%63.2
%50.98

Codes

Color #5D7D2E in popluar color models

5D 7D 2E
RGB 93 125 46
HSL 84° 46.20% 33.53%
HSB/HSV 84° 63.20% 49.02%
CMYK 25.60% 0.00% 63.20%
50.98%

Color #5D7D2E in popluar number systems.

HEX 5D 7D 2E
Decimal 93 125 46
Binary 1011101 1111101 101110
Octal 135 175 56

Shades and tints

Shades of #5D7D2E

#5D7D2E
(93,125,46)
#55722A
(85,114,42)
#4D6726
(77,103,38)
#455C22
(69,92,34)
#3D511E
(61,81,30)
#35461A
(53,70,26)
#2D3B16
(45,59,22)
#253012
(37,48,18)
#1D250E
(29,37,14)
#151A0A
(21,26,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #5D7D2E

#5D7D2E
(93,125,46)
#6B8841
(107,136,65)
#799354
(121,147,84)
#879E67
(135,158,103)
#95A97A
(149,169,122)
#A3B48D
(163,180,141)
#B1BFA0
(177,191,160)
#BFCAB3
(191,202,179)
#CDD5C6
(205,213,198)
#DBE0D9
(219,224,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7D2E color. Also use rgb(93,125,46) instead hex code.

Text Font Color

.myTextColor { color: #5D7D2E; }

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

This text font color is #5D7D2E.

Background Color

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

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

This div background color is #5D7D2E.

Border color

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

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

This div border color is #5D7D2E.

Opacity

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

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

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

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

This text has shadow with #5D7D2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7D2E.

Preview

Color preview on black background

This text has color #5D7D2E on black background.


Color preview on white background

This text has color #5D7D2E on white background.


Black color preview on #5D7D2E background

This text has black color on #5D7D2E background.


White color preview on #5D7D2E background

This text has white color on #5D7D2E background.


Related colors

Complementary color

Complementary color for #hex is #A282D1.


I love getcolorcode.com

Triadic colors

1 #2E5D7D and #7D2E5D with #5D7D2E are triadic colors.

2 #2E7D5D and #7D5D2E with #5D7D2E are triadic colors.