COLOR #5D9359

HEX: #5D9359 RGB: (93,147,89)

Color info

#5D9359 contains red, green and blue colors in about the same proportion. Web safe color of #5D9359 is #669966 (or #696).

RGB color model

#5D9359 color RGB value is (93,147,89).

RGB: (93,147,89) (36%, 58%, 35%)

RGB channels and saturation

R 93 of 255 = 36%
G 147 of 255 = 58%
B 89 of 255 = 35%

93
147
89

R + G + B ~ 43%. #5D9359 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 147 + 89 = 329 (100%)
R 93 of 329 ~ 28.27%
G 147 of 329 ~ 44.68%
B 89 of 329 ~ 27.05'%

%28.27
%44.68
%27.05

CMYK color model

#5D9359 color CMYK value is (37,0,39,42).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 42.35%

CMYK: (37,0,39,42)
C37M0Y39K42 (37%, 0%, 39%, 42%)
(0.37 / 0.00 / 0.39 / 0.42)

CMYK percentages

%36.73
%0
%39.46
%42.35

Codes

Color #5D9359 in popluar color models

5D 93 59
RGB 93 147 89
HSL 116° 24.58% 46.27%
HSB/HSV 116° 39.46% 57.65%
CMYK 36.73% 0.00% 39.46%
42.35%

Color #5D9359 in popluar number systems.

HEX 5D 93 59
Decimal 93 147 89
Binary 1011101 10010011 1011001
Octal 135 223 131

Shades and tints

Shades of #5D9359

#5D9359
(93,147,89)
#558651
(85,134,81)
#4D7949
(77,121,73)
#456C41
(69,108,65)
#3D5F39
(61,95,57)
#355231
(53,82,49)
#2D4529
(45,69,41)
#253821
(37,56,33)
#1D2B19
(29,43,25)
#151E11
(21,30,17)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #5D9359

#5D9359
(93,147,89)
#6B9C68
(107,156,104)
#79A577
(121,165,119)
#87AE86
(135,174,134)
#95B795
(149,183,149)
#A3C0A4
(163,192,164)
#B1C9B3
(177,201,179)
#BFD2C2
(191,210,194)
#CDDBD1
(205,219,209)
#DBE4E0
(219,228,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9359 color. Also use rgb(93,147,89) instead hex code.

Text Font Color

.myTextColor { color: #5D9359; }

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

This text font color is #5D9359.

Background Color

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

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

This div background color is #5D9359.

Border color

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

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

This div border color is #5D9359.

Opacity

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

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

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

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

This text has shadow with #5D9359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9359.

Preview

Color preview on black background

This text has color #5D9359 on black background.


Color preview on white background

This text has color #5D9359 on white background.


Black color preview on #5D9359 background

This text has black color on #5D9359 background.


White color preview on #5D9359 background

This text has white color on #5D9359 background.


Related colors

Complementary color

Complementary color for #hex is #A26CA6.


I love getcolorcode.com

Triadic colors

1 #595D93 and #93595D with #5D9359 are triadic colors.

2 #59935D and #935D59 with #5D9359 are triadic colors.