COLOR #5D7C3F

HEX: #5D7C3F RGB: (93,124,63)

Color info

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

RGB color model

#5D7C3F color RGB value is (93,124,63).

RGB: (93,124,63) (36%, 49%, 25%)

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 63 of 255 = 25%

93
124
63

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

Portions of RGB colors in percentages

R + G + B = 93 + 124 + 63 = 280 (100%)
R 93 of 280 ~ 33.21%
G 124 of 280 ~ 44.29%
B 63 of 280 ~ 22.5'%

%33.21
%44.29
%22.5

CMYK color model

#5D7C3F color CMYK value is (25,0,49,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 51.37%
CMYK: (25,0,49,51) C25M0Y49K51 (25%,0%,49%,51%) (0.25/0.00/0.49/0.51) 

CMYK percentages

%25
%0
%49.19
%51.37

Codes

Color #5D7C3F in popluar color models

5D 7C 3F
RGB 93 124 63
HSL 90° 32.62% 36.67%
HSB/HSV 90° 49.19% 48.63%
CMYK 25.00% 0.00% 49.19%
51.37%

Color #5D7C3F in popluar number systems.

HEX 5D 7C 3F
Decimal 93 124 63
Binary 1011101 1111100 111111
Octal 135 174 77

Shades and tints

Shades of #5D7C3F

#5D7C3F
(93,124,63)
#55713A
(85,113,58)
#4D6635
(77,102,53)
#455B30
(69,91,48)
#3D502B
(61,80,43)
#354526
(53,69,38)
#2D3A21
(45,58,33)
#252F1C
(37,47,28)
#1D2417
(29,36,23)
#151912
(21,25,18)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #5D7C3F

#5D7C3F
(93,124,63)
#6B8750
(107,135,80)
#799261
(121,146,97)
#879D72
(135,157,114)
#95A883
(149,168,131)
#A3B394
(163,179,148)
#B1BEA5
(177,190,165)
#BFC9B6
(191,201,182)
#CDD4C7
(205,212,199)
#DBDFD8
(219,223,216)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C3F; }

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

This text font color is #5D7C3F.

Background Color

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

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

This div background color is #5D7C3F.

Border color

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

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

This div border color is #5D7C3F.

Opacity

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

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

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

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

This text has shadow with #5D7C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7C3F.

Preview

Color preview on black background

This text has color #5D7C3F on black background.


Color preview on white background

This text has color #5D7C3F on white background.


Black color preview on #5D7C3F background

This text has black color on #5D7C3F background.


White color preview on #5D7C3F background

This text has white color on #5D7C3F background.


Related colors

Complementary color

Complementary color for #hex is #A283C0.


I love getcolorcode.com

Triadic colors

1 #3F5D7C and #7C3F5D with #5D7C3F are triadic colors.

2 #3F7C5D and #7C5D3F with #5D7C3F are triadic colors.