COLOR #5D6D1D

HEX: #5D6D1D RGB: (93,109,29)

Color info

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

RGB color model

#5D6D1D color RGB value is (93,109,29).

RGB: (93,109,29) (36%, 43%, 11%)

RGB channels and saturation

R 93 of 255 = 36%
G 109 of 255 = 43%
B 29 of 255 = 11%

93
109
29

R + G + B ~ 30%. #5D6D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 109 + 29 = 231 (100%)
R 93 of 231 ~ 40.26%
G 109 of 231 ~ 47.19%
B 29 of 231 ~ 12.55'%

%40.26
%47.19
%12.55

CMYK color model

#5D6D1D color CMYK value is (15,0,73,57).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 73.39%
  • key color value is 57.25%

CMYK: (15,0,73,57)
C15M0Y73K57 (15%, 0%, 73%, 57%)
(0.15 / 0.00 / 0.73 / 0.57)

CMYK percentages

%14.68
%0
%73.39
%57.25

Codes

Color #5D6D1D in popluar color models

5D 6D 1D
RGB 93 109 29
HSL 72° 57.97% 27.06%
HSB/HSV 72° 73.39% 42.75%
CMYK 14.68% 0.00% 73.39%
57.25%

Color #5D6D1D in popluar number systems.

HEX 5D 6D 1D
Decimal 93 109 29
Binary 1011101 1101101 11101
Octal 135 155 35

Shades and tints

Shades of #5D6D1D

#5D6D1D
(93,109,29)
#55641B
(85,100,27)
#4D5B19
(77,91,25)
#455217
(69,82,23)
#3D4915
(61,73,21)
#354013
(53,64,19)
#2D3711
(45,55,17)
#252E0F
(37,46,15)
#1D250D
(29,37,13)
#151C0B
(21,28,11)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #5D6D1D

#5D6D1D
(93,109,29)
#6B7A31
(107,122,49)
#798745
(121,135,69)
#879459
(135,148,89)
#95A16D
(149,161,109)
#A3AE81
(163,174,129)
#B1BB95
(177,187,149)
#BFC8A9
(191,200,169)
#CDD5BD
(205,213,189)
#DBE2D1
(219,226,209)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6D1D color. Also use rgb(93,109,29) instead hex code.

Text Font Color

.myTextColor { color: #5D6D1D; }

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

This text font color is #5D6D1D.

Background Color

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

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

This div background color is #5D6D1D.

Border color

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

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

This div border color is #5D6D1D.

Opacity

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

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

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

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

This text has shadow with #5D6D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6D1D.

Preview

Color preview on black background

This text has color #5D6D1D on black background.


Color preview on white background

This text has color #5D6D1D on white background.


Black color preview on #5D6D1D background

This text has black color on #5D6D1D background.


White color preview on #5D6D1D background

This text has white color on #5D6D1D background.


Related colors

Complementary color

Complementary color for #hex is #A292E2.


I love getcolorcode.com

Triadic colors

1 #1D5D6D and #6D1D5D with #5D6D1D are triadic colors.

2 #1D6D5D and #6D5D1D with #5D6D1D are triadic colors.