COLOR #5D712D

HEX: #5D712D
RGB: (93,113,45)

Color info

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

RGB color model

#5D712D color RGB value is (93,113,45).

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

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 45 of 255 = 18%

93
113
45

R + G + B ~ 33%. #5D712D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 113 + 45 = 251 (100%)
R 93 of 251 ~ 37.05%
G 113 of 251 ~ 45.02%
B 45 of 251 ~ 17.93%

%37.05
%45.02
%17.93

CMYK color model

#5D712D color CMYK value is (18,0,60,56).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(18,0,60,56)
C18M0Y60K56 
(18%,0%,60%,56%)
(0.18/0.00/0.60/0.56)	

CMYK percentages

%17.7
%0
%60.18
%55.69

Codes

Color #5D712D in popluar color models

5D712D
RGB9311345
HSL78°43.04%30.98%
HSB/HSV78°60.18%44.31%
CMYK17.70%0.00%60.18%
55.69%

Color #5D712D in popluar number systems.

HEX5D712D
Decimal9311345
Binary10111011110001101101
Octal13516155

Shades and tints

Shades of #5D712D

#5D712D
(93,113,45)
#556729
(85,103,41)
#4D5D25
(77,93,37)
#455321
(69,83,33)
#3D491D
(61,73,29)
#353F19
(53,63,25)
#2D3515
(45,53,21)
#252B11
(37,43,17)
#1D210D
(29,33,13)
#151709
(21,23,9)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #5D712D

#5D712D
(93,113,45)
#6B7D40
(107,125,64)
#798953
(121,137,83)
#879566
(135,149,102)
#95A179
(149,161,121)
#A3AD8C
(163,173,140)
#B1B99F
(177,185,159)
#BFC5B2
(191,197,178)
#CDD1C5
(205,209,197)
#DBDDD8
(219,221,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D712D; }

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

This text font color is #5D712D.


Background Color

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

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

This div background color is #5D712D.


Border color

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

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

This div border color is #5D712D.


Opacity

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

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

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

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

This text has shadow with #5D712D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D712D on black background.


Color preview on white background

This text has color #5D712D on white background.



Black color preview on #5D712D background

This text has black color on #5D712D background.


White color preview on #5D712D background

This text has white color on #5D712D background.