COLOR #5D682F

HEX: #5D682F
RGB: (93,104,47)

Color info

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

RGB color model

#5D682F color RGB value is (93,104,47).

  • red value is 93;
  • green value is 104;
  • blue value is 47.
RGB:
(93,104,47)
(36%,41%,18%)

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 47 of 255 = 18%

93
104
47

R + G + B ~ 32%. #5D682F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 47 = 244 (100%)
R 93 of 244 ~ 38.11%
G 104 of 244 ~ 42.62%
B 47 of 244 ~ 19.26%

%38.11
%42.62
%19.26

CMYK color model

#5D682F color CMYK value is (11,0,55,59).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 59.22%
CMYK:
(11,0,55,59)
C11M0Y55K59 
(11%,0%,55%,59%)
(0.11/0.00/0.55/0.59)	

CMYK percentages

%10.58
%0
%54.81
%59.22

Codes

Color #5D682F in popluar color models

5D682F
RGB9310447
HSL72°37.75%29.61%
HSB/HSV72°54.81%40.78%
CMYK10.58%0.00%54.81%
59.22%

Color #5D682F in popluar number systems.

HEX5D682F
Decimal9310447
Binary10111011101000101111
Octal13515057

Shades and tints

Shades of #5D682F

#5D682F
(93,104,47)
#555F2B
(85,95,43)
#4D5627
(77,86,39)
#454D23
(69,77,35)
#3D441F
(61,68,31)
#353B1B
(53,59,27)
#2D3217
(45,50,23)
#252913
(37,41,19)
#1D200F
(29,32,15)
#15170B
(21,23,11)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #5D682F

#5D682F
(93,104,47)
#6B7541
(107,117,65)
#798253
(121,130,83)
#878F65
(135,143,101)
#959C77
(149,156,119)
#A3A989
(163,169,137)
#B1B69B
(177,182,155)
#BFC3AD
(191,195,173)
#CDD0BF
(205,208,191)
#DBDDD1
(219,221,209)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D682F color. Also use rgb(93,104,47) instead hex code.

Text Font Color

.myTextColor { color: #5D682F; }

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

This text font color is #5D682F.


Background Color

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

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

This div background color is #5D682F.


Border color

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

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

This div border color is #5D682F.


Opacity

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

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

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

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

This text has shadow with #5D682F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D682F on black background.


Color preview on white background

This text has color #5D682F on white background.



Black color preview on #5D682F background

This text has black color on #5D682F background.


White color preview on #5D682F background

This text has white color on #5D682F background.