COLOR #5D703F

HEX: #5D703F
RGB: (93,112,63)

Color info

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

RGB color model

#5D703F color RGB value is (93,112,63).

  • red value is 93;
  • green value is 112;
  • blue value is 63.
RGB:
(93,112,63)
(36%,44%,25%)

RGB channels and saturation

R 93 of 255 = 36%
G 112 of 255 = 44%
B 63 of 255 = 25%

93
112
63

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

Portions of RGB colors in percentages

R + G + B =
93 + 112 + 63 = 268 (100%)
R 93 of 268 ~ 34.7%
G 112 of 268 ~ 41.79%
B 63 of 268 ~ 23.51%

%34.7
%41.79
%23.51

CMYK color model

#5D703F color CMYK value is (17,0,44,56).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 56.08%
CMYK:
(17,0,44,56)
C17M0Y44K56 
(17%,0%,44%,56%)
(0.17/0.00/0.44/0.56)	

CMYK percentages

%16.96
%0
%43.75
%56.08

Codes

Color #5D703F in popluar color models

5D703F
RGB9311263
HSL83°28.00%34.31%
HSB/HSV83°43.75%43.92%
CMYK16.96%0.00%43.75%
56.08%

Color #5D703F in popluar number systems.

HEX5D703F
Decimal9311263
Binary10111011110000111111
Octal13516077

Shades and tints

Shades of #5D703F

#5D703F
(93,112,63)
#55663A
(85,102,58)
#4D5C35
(77,92,53)
#455230
(69,82,48)
#3D482B
(61,72,43)
#353E26
(53,62,38)
#2D3421
(45,52,33)
#252A1C
(37,42,28)
#1D2017
(29,32,23)
#151612
(21,22,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D703F

#5D703F
(93,112,63)
#6B7D50
(107,125,80)
#798A61
(121,138,97)
#879772
(135,151,114)
#95A483
(149,164,131)
#A3B194
(163,177,148)
#B1BEA5
(177,190,165)
#BFCBB6
(191,203,182)
#CDD8C7
(205,216,199)
#DBE5D8
(219,229,216)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D703F color. Also use rgb(93,112,63) instead hex code.

Text Font Color

.myTextColor { color: #5D703F; }

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

This text font color is #5D703F.


Background Color

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

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

This div background color is #5D703F.


Border color

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

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

This div border color is #5D703F.


Opacity

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

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

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

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

This text has shadow with #5D703F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D703F on black background.


Color preview on white background

This text has color #5D703F on white background.



Black color preview on #5D703F background

This text has black color on #5D703F background.


White color preview on #5D703F background

This text has white color on #5D703F background.