COLOR #5D751F

HEX: #5D751F
RGB: (93,117,31)

Color info

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

RGB color model

#5D751F color RGB value is (93,117,31).

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

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 31 of 255 = 12%

93
117
31

R + G + B ~ 31%. #5D751F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 117 + 31 = 241 (100%)
R 93 of 241 ~ 38.59%
G 117 of 241 ~ 48.55%
B 31 of 241 ~ 12.86%

%38.59
%48.55
%12.86

CMYK color model

#5D751F color CMYK value is (21,0,74,54).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 73.50%
  • key color value is 54.12%
CMYK:
(21,0,74,54)
C21M0Y74K54 
(21%,0%,74%,54%)
(0.21/0.00/0.74/0.54)	

CMYK percentages

%20.51
%0
%73.5
%54.12

Codes

Color #5D751F in popluar color models

5D751F
RGB9311731
HSL77°58.11%29.02%
HSB/HSV77°73.50%45.88%
CMYK20.51%0.00%73.50%
54.12%

Color #5D751F in popluar number systems.

HEX5D751F
Decimal9311731
Binary1011101111010111111
Octal13516537

Shades and tints

Shades of #5D751F

#5D751F
(93,117,31)
#556B1D
(85,107,29)
#4D611B
(77,97,27)
#455719
(69,87,25)
#3D4D17
(61,77,23)
#354315
(53,67,21)
#2D3913
(45,57,19)
#252F11
(37,47,17)
#1D250F
(29,37,15)
#151B0D
(21,27,13)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5D751F

#5D751F
(93,117,31)
#6B8133
(107,129,51)
#798D47
(121,141,71)
#87995B
(135,153,91)
#95A56F
(149,165,111)
#A3B183
(163,177,131)
#B1BD97
(177,189,151)
#BFC9AB
(191,201,171)
#CDD5BF
(205,213,191)
#DBE1D3
(219,225,211)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D751F; }

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

This text font color is #5D751F.


Background Color

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

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

This div background color is #5D751F.


Border color

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

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

This div border color is #5D751F.


Opacity

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

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

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

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

This text has shadow with #5D751F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D751F on black background.


Color preview on white background

This text has color #5D751F on white background.



Black color preview on #5D751F background

This text has black color on #5D751F background.


White color preview on #5D751F background

This text has white color on #5D751F background.