COLOR #5D7437

HEX: #5D7437
RGB: (93,116,55)

Color info

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

RGB color model

#5D7437 color RGB value is (93,116,55).

  • red value is 93;
  • green value is 116;
  • blue value is 55.
RGB:
(93,116,55)
(36%,45%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 55 of 255 = 22%

93
116
55

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

Portions of RGB colors in percentages

R + G + B =
93 + 116 + 55 = 264 (100%)
R 93 of 264 ~ 35.23%
G 116 of 264 ~ 43.94%
B 55 of 264 ~ 20.83%

%35.23
%43.94
%20.83

CMYK color model

#5D7437 color CMYK value is (20,0,53,55).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 54.51%
CMYK:
(20,0,53,55)
C20M0Y53K55 
(20%,0%,53%,55%)
(0.20/0.00/0.53/0.55)	

CMYK percentages

%19.83
%0
%52.59
%54.51

Codes

Color #5D7437 in popluar color models

5D7437
RGB9311655
HSL83°35.67%33.53%
HSB/HSV83°52.59%45.49%
CMYK19.83%0.00%52.59%
54.51%

Color #5D7437 in popluar number systems.

HEX5D7437
Decimal9311655
Binary10111011110100110111
Octal13516467

Shades and tints

Shades of #5D7437

#5D7437
(93,116,55)
#556A32
(85,106,50)
#4D602D
(77,96,45)
#455628
(69,86,40)
#3D4C23
(61,76,35)
#35421E
(53,66,30)
#2D3819
(45,56,25)
#252E14
(37,46,20)
#1D240F
(29,36,15)
#151A0A
(21,26,10)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #5D7437

#5D7437
(93,116,55)
#6B8049
(107,128,73)
#798C5B
(121,140,91)
#87986D
(135,152,109)
#95A47F
(149,164,127)
#A3B091
(163,176,145)
#B1BCA3
(177,188,163)
#BFC8B5
(191,200,181)
#CDD4C7
(205,212,199)
#DBE0D9
(219,224,217)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7437 color. Also use rgb(93,116,55) instead hex code.

Text Font Color

.myTextColor { color: #5D7437; }

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

This text font color is #5D7437.


Background Color

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

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

This div background color is #5D7437.


Border color

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

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

This div border color is #5D7437.


Opacity

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

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

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

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

This text has shadow with #5D7437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7437 on black background.


Color preview on white background

This text has color #5D7437 on white background.



Black color preview on #5D7437 background

This text has black color on #5D7437 background.


White color preview on #5D7437 background

This text has white color on #5D7437 background.