COLOR #5D7D31

HEX: #5D7D31
RGB: (93,125,49)

Color info

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

RGB color model

#5D7D31 color RGB value is (93,125,49).

  • red value is 93;
  • green value is 125;
  • blue value is 49.
RGB:
(93,125,49)
(36%,49%,19%)

RGB channels and saturation

R 93 of 255 = 36%
G 125 of 255 = 49%
B 49 of 255 = 19%

93
125
49

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

Portions of RGB colors in percentages

R + G + B =
93 + 125 + 49 = 267 (100%)
R 93 of 267 ~ 34.83%
G 125 of 267 ~ 46.82%
B 49 of 267 ~ 18.35%

%34.83
%46.82
%18.35

CMYK color model

#5D7D31 color CMYK value is (26,0,61,51).

  • cyan value is 25.60%
  • magenta value is 0.00%
  • yellow value is 60.80%
  • key color value is 50.98%
CMYK:
(26,0,61,51)
C26M0Y61K51 
(26%,0%,61%,51%)
(0.26/0.00/0.61/0.51)	

CMYK percentages

%25.6
%0
%60.8
%50.98

Codes

Color #5D7D31 in popluar color models

5D7D31
RGB9312549
HSL85°43.68%34.12%
HSB/HSV85°60.80%49.02%
CMYK25.60%0.00%60.80%
50.98%

Color #5D7D31 in popluar number systems.

HEX5D7D31
Decimal9312549
Binary10111011111101110001
Octal13517561

Shades and tints

Shades of #5D7D31

#5D7D31
(93,125,49)
#55722D
(85,114,45)
#4D6729
(77,103,41)
#455C25
(69,92,37)
#3D5121
(61,81,33)
#35461D
(53,70,29)
#2D3B19
(45,59,25)
#253015
(37,48,21)
#1D2511
(29,37,17)
#151A0D
(21,26,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #5D7D31

#5D7D31
(93,125,49)
#6B8843
(107,136,67)
#799355
(121,147,85)
#879E67
(135,158,103)
#95A979
(149,169,121)
#A3B48B
(163,180,139)
#B1BF9D
(177,191,157)
#BFCAAF
(191,202,175)
#CDD5C1
(205,213,193)
#DBE0D3
(219,224,211)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7D31 color. Also use rgb(93,125,49) instead hex code.

Text Font Color

.myTextColor { color: #5D7D31; }

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

This text font color is #5D7D31.


Background Color

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

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

This div background color is #5D7D31.


Border color

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

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

This div border color is #5D7D31.


Opacity

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

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

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

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

This text has shadow with #5D7D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7D31 on black background.


Color preview on white background

This text has color #5D7D31 on white background.



Black color preview on #5D7D31 background

This text has black color on #5D7D31 background.


White color preview on #5D7D31 background

This text has white color on #5D7D31 background.