COLOR #5D7046

HEX: #5D7046
RGB: (93,112,70)

Color info

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

RGB color model

#5D7046 color RGB value is (93,112,70).

  • red value is 93;
  • green value is 112;
  • blue value is 70.
RGB:
(93,112,70)
(36%,44%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 112 of 255 = 44%
B 70 of 255 = 27%

93
112
70

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

Portions of RGB colors in percentages

R + G + B =
93 + 112 + 70 = 275 (100%)
R 93 of 275 ~ 33.82%
G 112 of 275 ~ 40.73%
B 70 of 275 ~ 25.45%

%33.82
%40.73
%25.45

CMYK color model

#5D7046 color CMYK value is (17,0,38,56).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 56.08%
CMYK:
(17,0,38,56)
C17M0Y38K56 
(17%,0%,38%,56%)
(0.17/0.00/0.38/0.56)	

CMYK percentages

%16.96
%0
%37.5
%56.08

Codes

Color #5D7046 in popluar color models

5D7046
RGB9311270
HSL87°23.08%35.69%
HSB/HSV87°37.50%43.92%
CMYK16.96%0.00%37.50%
56.08%

Color #5D7046 in popluar number systems.

HEX5D7046
Decimal9311270
Binary101110111100001000110
Octal135160106

Shades and tints

Shades of #5D7046

#5D7046
(93,112,70)
#556640
(85,102,64)
#4D5C3A
(77,92,58)
#455234
(69,82,52)
#3D482E
(61,72,46)
#353E28
(53,62,40)
#2D3422
(45,52,34)
#252A1C
(37,42,28)
#1D2016
(29,32,22)
#151610
(21,22,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #5D7046

#5D7046
(93,112,70)
#6B7D56
(107,125,86)
#798A66
(121,138,102)
#879776
(135,151,118)
#95A486
(149,164,134)
#A3B196
(163,177,150)
#B1BEA6
(177,190,166)
#BFCBB6
(191,203,182)
#CDD8C6
(205,216,198)
#DBE5D6
(219,229,214)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7046 color. Also use rgb(93,112,70) instead hex code.

Text Font Color

.myTextColor { color: #5D7046; }

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

This text font color is #5D7046.


Background Color

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

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

This div background color is #5D7046.


Border color

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

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

This div border color is #5D7046.


Opacity

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

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

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

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

This text has shadow with #5D7046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7046 on black background.


Color preview on white background

This text has color #5D7046 on white background.



Black color preview on #5D7046 background

This text has black color on #5D7046 background.


White color preview on #5D7046 background

This text has white color on #5D7046 background.