COLOR #5D752B

HEX: #5D752B
RGB: (93,117,43)

Color info

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

RGB color model

#5D752B color RGB value is (93,117,43).

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

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 43 of 255 = 17%

93
117
43

R + G + B ~ 33%. #5D752B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 117 + 43 = 253 (100%)
R 93 of 253 ~ 36.76%
G 117 of 253 ~ 46.25%
B 43 of 253 ~ 17%

%36.76
%46.25
%17

CMYK color model

#5D752B color CMYK value is (21,0,63,54).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(21,0,63,54)
C21M0Y63K54 
(21%,0%,63%,54%)
(0.21/0.00/0.63/0.54)	

CMYK percentages

%20.51
%0
%63.25
%54.12

Codes

Color #5D752B in popluar color models

5D752B
RGB9311743
HSL79°46.25%31.37%
HSB/HSV79°63.25%45.88%
CMYK20.51%0.00%63.25%
54.12%

Color #5D752B in popluar number systems.

HEX5D752B
Decimal9311743
Binary10111011110101101011
Octal13516553

Shades and tints

Shades of #5D752B

#5D752B
(93,117,43)
#556B28
(85,107,40)
#4D6125
(77,97,37)
#455722
(69,87,34)
#3D4D1F
(61,77,31)
#35431C
(53,67,28)
#2D3919
(45,57,25)
#252F16
(37,47,22)
#1D2513
(29,37,19)
#151B10
(21,27,16)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #5D752B

#5D752B
(93,117,43)
#6B813E
(107,129,62)
#798D51
(121,141,81)
#879964
(135,153,100)
#95A577
(149,165,119)
#A3B18A
(163,177,138)
#B1BD9D
(177,189,157)
#BFC9B0
(191,201,176)
#CDD5C3
(205,213,195)
#DBE1D6
(219,225,214)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D752B; }

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

This text font color is #5D752B.


Background Color

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

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

This div background color is #5D752B.


Border color

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

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

This div border color is #5D752B.


Opacity

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

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

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

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

This text has shadow with #5D752B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D752B on black background.


Color preview on white background

This text has color #5D752B on white background.



Black color preview on #5D752B background

This text has black color on #5D752B background.


White color preview on #5D752B background

This text has white color on #5D752B background.