COLOR #5D6A1F

HEX: #5D6A1F
RGB: (93,106,31)

Color info

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

RGB color model

#5D6A1F color RGB value is (93,106,31).

  • red value is 93;
  • green value is 106;
  • blue value is 31.
RGB:
(93,106,31)
(36%,42%,12%)

RGB channels and saturation

R 93 of 255 = 36%
G 106 of 255 = 42%
B 31 of 255 = 12%

93
106
31

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

Portions of RGB colors in percentages

R + G + B =
93 + 106 + 31 = 230 (100%)
R 93 of 230 ~ 40.43%
G 106 of 230 ~ 46.09%
B 31 of 230 ~ 13.48%

%40.43
%46.09
%13.48

CMYK color model

#5D6A1F color CMYK value is (12,0,71,58).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 70.75%
  • key color value is 58.43%
CMYK:
(12,0,71,58)
C12M0Y71K58 
(12%,0%,71%,58%)
(0.12/0.00/0.71/0.58)	

CMYK percentages

%12.26
%0
%70.75
%58.43

Codes

Color #5D6A1F in popluar color models

5D6A1F
RGB9310631
HSL70°54.74%26.86%
HSB/HSV70°70.75%41.57%
CMYK12.26%0.00%70.75%
58.43%

Color #5D6A1F in popluar number systems.

HEX5D6A1F
Decimal9310631
Binary1011101110101011111
Octal13515237

Shades and tints

Shades of #5D6A1F

#5D6A1F
(93,106,31)
#55611D
(85,97,29)
#4D581B
(77,88,27)
#454F19
(69,79,25)
#3D4617
(61,70,23)
#353D15
(53,61,21)
#2D3413
(45,52,19)
#252B11
(37,43,17)
#1D220F
(29,34,15)
#15190D
(21,25,13)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D6A1F

#5D6A1F
(93,106,31)
#6B7733
(107,119,51)
#798447
(121,132,71)
#87915B
(135,145,91)
#959E6F
(149,158,111)
#A3AB83
(163,171,131)
#B1B897
(177,184,151)
#BFC5AB
(191,197,171)
#CDD2BF
(205,210,191)
#DBDFD3
(219,223,211)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6A1F color. Also use rgb(93,106,31) instead hex code.

Text Font Color

.myTextColor { color: #5D6A1F; }

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

This text font color is #5D6A1F.


Background Color

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

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

This div background color is #5D6A1F.


Border color

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

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

This div border color is #5D6A1F.


Opacity

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

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

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

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

This text has shadow with #5D6A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6A1F on black background.


Color preview on white background

This text has color #5D6A1F on white background.



Black color preview on #5D6A1F background

This text has black color on #5D6A1F background.


White color preview on #5D6A1F background

This text has white color on #5D6A1F background.