COLOR #5D7136

HEX: #5D7136
RGB: (93,113,54)

Color info

#5D7136 contains red, green and blue colors in about the same proportion. Web safe color of #5D7136 is #666633 (or #663).

RGB color model

#5D7136 color RGB value is (93,113,54).

  • red value is 93;
  • green value is 113;
  • blue value is 54.
RGB:
(93,113,54)
(36%,44%,21%)

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 54 of 255 = 21%

93
113
54

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

Portions of RGB colors in percentages

R + G + B =
93 + 113 + 54 = 260 (100%)
R 93 of 260 ~ 35.77%
G 113 of 260 ~ 43.46%
B 54 of 260 ~ 20.77%

%35.77
%43.46
%20.77

CMYK color model

#5D7136 color CMYK value is (18,0,52,56).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 52.21%
  • key color value is 55.69%
CMYK:
(18,0,52,56)
C18M0Y52K56 
(18%,0%,52%,56%)
(0.18/0.00/0.52/0.56)	

CMYK percentages

%17.7
%0
%52.21
%55.69

Codes

Color #5D7136 in popluar color models

5D7136
RGB9311354
HSL80°35.33%32.75%
HSB/HSV80°52.21%44.31%
CMYK17.70%0.00%52.21%
55.69%

Color #5D7136 in popluar number systems.

HEX5D7136
Decimal9311354
Binary10111011110001110110
Octal13516166

Shades and tints

Shades of #5D7136

#5D7136
(93,113,54)
#556732
(85,103,50)
#4D5D2E
(77,93,46)
#45532A
(69,83,42)
#3D4926
(61,73,38)
#353F22
(53,63,34)
#2D351E
(45,53,30)
#252B1A
(37,43,26)
#1D2116
(29,33,22)
#151712
(21,23,18)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #5D7136

#5D7136
(93,113,54)
#6B7D48
(107,125,72)
#79895A
(121,137,90)
#87956C
(135,149,108)
#95A17E
(149,161,126)
#A3AD90
(163,173,144)
#B1B9A2
(177,185,162)
#BFC5B4
(191,197,180)
#CDD1C6
(205,209,198)
#DBDDD8
(219,221,216)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7136 color. Also use rgb(93,113,54) instead hex code.

Text Font Color

.myTextColor { color: #5D7136; }

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

This text font color is #5D7136.


Background Color

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

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

This div background color is #5D7136.


Border color

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

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

This div border color is #5D7136.


Opacity

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

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

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

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

This text has shadow with #5D7136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7136 on black background.


Color preview on white background

This text has color #5D7136 on white background.



Black color preview on #5D7136 background

This text has black color on #5D7136 background.


White color preview on #5D7136 background

This text has white color on #5D7136 background.