COLOR #5D752D

HEX: #5D752D RGB: (93,117,45)

Color info

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

RGB color model

#5D752D color RGB value is (93,117,45).

RGB: (93,117,45) (36%, 46%, 18%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 45 of 255 = 18%

93
117
45

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

Portions of RGB colors in percentages

R + G + B = 93 + 117 + 45 = 255 (100%)
R 93 of 255 ~ 36.47%
G 117 of 255 ~ 45.88%
B 45 of 255 ~ 17.65'%

%36.47
%45.88
%17.65

CMYK color model

#5D752D color CMYK value is (21,0,62,54).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 54.12%

CMYK: (21,0,62,54)
C21M0Y62K54 (21%, 0%, 62%, 54%)
(0.21 / 0.00 / 0.62 / 0.54)

CMYK percentages

%20.51
%0
%61.54
%54.12

Codes

Color #5D752D in popluar color models

5D 75 2D
RGB 93 117 45
HSL 80° 44.44% 31.76%
HSB/HSV 80° 61.54% 45.88%
CMYK 20.51% 0.00% 61.54%
54.12%

Color #5D752D in popluar number systems.

HEX 5D 75 2D
Decimal 93 117 45
Binary 1011101 1110101 101101
Octal 135 165 55

Shades and tints

Shades of #5D752D

#5D752D
(93,117,45)
#556B29
(85,107,41)
#4D6125
(77,97,37)
#455721
(69,87,33)
#3D4D1D
(61,77,29)
#354319
(53,67,25)
#2D3915
(45,57,21)
#252F11
(37,47,17)
#1D250D
(29,37,13)
#151B09
(21,27,9)
#0D1105
(13,17,5)
#000000
(0,0,0)

Tints of #5D752D

#5D752D
(93,117,45)
#6B8140
(107,129,64)
#798D53
(121,141,83)
#879966
(135,153,102)
#95A579
(149,165,121)
#A3B18C
(163,177,140)
#B1BD9F
(177,189,159)
#BFC9B2
(191,201,178)
#CDD5C5
(205,213,197)
#DBE1D8
(219,225,216)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D752D; }

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

This text font color is #5D752D.

Background Color

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

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

This div background color is #5D752D.

Border color

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

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

This div border color is #5D752D.

Opacity

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

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

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

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

This text has shadow with #5D752D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D752D.

Preview

Color preview on black background

This text has color #5D752D on black background.


Color preview on white background

This text has color #5D752D on white background.


Black color preview on #5D752D background

This text has black color on #5D752D background.


White color preview on #5D752D background

This text has white color on #5D752D background.


Related colors

Complementary color

Complementary color for #hex is #A28AD2.


I love getcolorcode.com

Triadic colors

1 #2D5D75 and #752D5D with #5D752D are triadic colors.

2 #2D755D and #755D2D with #5D752D are triadic colors.