COLOR #5D713D

HEX: #5D713D
RGB: (93,113,61)

Color info

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

RGB color model

#5D713D color RGB value is (93,113,61).

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

RGB channels and saturation

R 93 of 255 = 36%
G 113 of 255 = 44%
B 61 of 255 = 24%

93
113
61

R + G + B ~ 35%. #5D713D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 113 + 61 = 267 (100%)
R 93 of 267 ~ 34.83%
G 113 of 267 ~ 42.32%
B 61 of 267 ~ 22.85%

%34.83
%42.32
%22.85

CMYK color model

#5D713D color CMYK value is (18,0,46,56).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(18,0,46,56)
C18M0Y46K56 
(18%,0%,46%,56%)
(0.18/0.00/0.46/0.56)	

CMYK percentages

%17.7
%0
%46.02
%55.69

Codes

Color #5D713D in popluar color models

5D713D
RGB9311361
HSL83°29.89%34.12%
HSB/HSV83°46.02%44.31%
CMYK17.70%0.00%46.02%
55.69%

Color #5D713D in popluar number systems.

HEX5D713D
Decimal9311361
Binary10111011110001111101
Octal13516175

Shades and tints

Shades of #5D713D

#5D713D
(93,113,61)
#556738
(85,103,56)
#4D5D33
(77,93,51)
#45532E
(69,83,46)
#3D4929
(61,73,41)
#353F24
(53,63,36)
#2D351F
(45,53,31)
#252B1A
(37,43,26)
#1D2115
(29,33,21)
#151710
(21,23,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D713D

#5D713D
(93,113,61)
#6B7D4E
(107,125,78)
#79895F
(121,137,95)
#879570
(135,149,112)
#95A181
(149,161,129)
#A3AD92
(163,173,146)
#B1B9A3
(177,185,163)
#BFC5B4
(191,197,180)
#CDD1C5
(205,209,197)
#DBDDD6
(219,221,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D713D; }

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

This text font color is #5D713D.


Background Color

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

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

This div background color is #5D713D.


Border color

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

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

This div border color is #5D713D.


Opacity

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

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

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

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

This text has shadow with #5D713D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D713D on black background.


Color preview on white background

This text has color #5D713D on white background.



Black color preview on #5D713D background

This text has black color on #5D713D background.


White color preview on #5D713D background

This text has white color on #5D713D background.