COLOR #5D7C2C

HEX: #5D7C2C
RGB: (93,124,44)

Color info

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

RGB color model

#5D7C2C color RGB value is (93,124,44).

  • red value is 93;
  • green value is 124;
  • blue value is 44.
RGB:
(93,124,44)
(36%,49%,17%)

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 44 of 255 = 17%

93
124
44

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 44 = 261 (100%)
R 93 of 261 ~ 35.63%
G 124 of 261 ~ 47.51%
B 44 of 261 ~ 16.86%

%35.63
%47.51
%16.86

CMYK color model

#5D7C2C color CMYK value is (25,0,65,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 51.37%
CMYK:
(25,0,65,51)
C25M0Y65K51 
(25%,0%,65%,51%)
(0.25/0.00/0.65/0.51)	

CMYK percentages

%25
%0
%64.52
%51.37

Codes

Color #5D7C2C in popluar color models

5D7C2C
RGB9312444
HSL83°47.62%32.94%
HSB/HSV83°64.52%48.63%
CMYK25.00%0.00%64.52%
51.37%

Color #5D7C2C in popluar number systems.

HEX5D7C2C
Decimal9312444
Binary10111011111100101100
Octal13517454

Shades and tints

Shades of #5D7C2C

#5D7C2C
(93,124,44)
#557128
(85,113,40)
#4D6624
(77,102,36)
#455B20
(69,91,32)
#3D501C
(61,80,28)
#354518
(53,69,24)
#2D3A14
(45,58,20)
#252F10
(37,47,16)
#1D240C
(29,36,12)
#151908
(21,25,8)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #5D7C2C

#5D7C2C
(93,124,44)
#6B873F
(107,135,63)
#799252
(121,146,82)
#879D65
(135,157,101)
#95A878
(149,168,120)
#A3B38B
(163,179,139)
#B1BE9E
(177,190,158)
#BFC9B1
(191,201,177)
#CDD4C4
(205,212,196)
#DBDFD7
(219,223,215)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C2C; }

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

This text font color is #5D7C2C.


Background Color

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

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

This div background color is #5D7C2C.


Border color

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

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

This div border color is #5D7C2C.


Opacity

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

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

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

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

This text has shadow with #5D7C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C2C on black background.


Color preview on white background

This text has color #5D7C2C on white background.



Black color preview on #5D7C2C background

This text has black color on #5D7C2C background.


White color preview on #5D7C2C background

This text has white color on #5D7C2C background.