COLOR #5D7C39

HEX: #5D7C39
RGB: (93,124,57)

Color info

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

RGB color model

#5D7C39 color RGB value is (93,124,57).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 57 of 255 = 22%

93
124
57

R + G + B ~ 36%. #5D7C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 57 = 274 (100%)
R 93 of 274 ~ 33.94%
G 124 of 274 ~ 45.26%
B 57 of 274 ~ 20.8%

%33.94
%45.26
%20.8

CMYK color model

#5D7C39 color CMYK value is (25,0,54,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 54.03%
  • key color value is 51.37%
CMYK:
(25,0,54,51)
C25M0Y54K51 
(25%,0%,54%,51%)
(0.25/0.00/0.54/0.51)	

CMYK percentages

%25
%0
%54.03
%51.37

Codes

Color #5D7C39 in popluar color models

5D7C39
RGB9312457
HSL88°37.02%35.49%
HSB/HSV88°54.03%48.63%
CMYK25.00%0.00%54.03%
51.37%

Color #5D7C39 in popluar number systems.

HEX5D7C39
Decimal9312457
Binary10111011111100111001
Octal13517471

Shades and tints

Shades of #5D7C39

#5D7C39
(93,124,57)
#557134
(85,113,52)
#4D662F
(77,102,47)
#455B2A
(69,91,42)
#3D5025
(61,80,37)
#354520
(53,69,32)
#2D3A1B
(45,58,27)
#252F16
(37,47,22)
#1D2411
(29,36,17)
#15190C
(21,25,12)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #5D7C39

#5D7C39
(93,124,57)
#6B874B
(107,135,75)
#79925D
(121,146,93)
#879D6F
(135,157,111)
#95A881
(149,168,129)
#A3B393
(163,179,147)
#B1BEA5
(177,190,165)
#BFC9B7
(191,201,183)
#CDD4C9
(205,212,201)
#DBDFDB
(219,223,219)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7C39; }

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

This text font color is #5D7C39.


Background Color

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

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

This div background color is #5D7C39.


Border color

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

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

This div border color is #5D7C39.


Opacity

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

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

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

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

This text has shadow with #5D7C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C39 on black background.


Color preview on white background

This text has color #5D7C39 on white background.



Black color preview on #5D7C39 background

This text has black color on #5D7C39 background.


White color preview on #5D7C39 background

This text has white color on #5D7C39 background.