COLOR #5D9065

HEX: #5D9065
RGB: (93,144,101)

Color info

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

RGB color model

#5D9065 color RGB value is (93,144,101).

  • red value is 93;
  • green value is 144;
  • blue value is 101.
RGB:
(93,144,101)
(36%,56%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 144 of 255 = 56%
B 101 of 255 = 40%

93
144
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 144 + 101 = 338 (100%)
R 93 of 338 ~ 27.51%
G 144 of 338 ~ 42.6%
B 101 of 338 ~ 29.88%

%27.51
%42.6
%29.88

CMYK color model

#5D9065 color CMYK value is (35,0,30,44).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 43.53%
CMYK:
(35,0,30,44)
C35M0Y30K44 
(35%,0%,30%,44%)
(0.35/0.00/0.30/0.44)	

CMYK percentages

%35.42
%0
%29.86
%43.53

Codes

Color #5D9065 in popluar color models

5D9065
RGB93144101
HSL129°21.52%46.47%
HSB/HSV129°35.42%56.47%
CMYK35.42%0.00%29.86%
43.53%

Color #5D9065 in popluar number systems.

HEX5D9065
Decimal93144101
Binary1011101100100001100101
Octal135220145

Shades and tints

Shades of #5D9065

#5D9065
(93,144,101)
#55835C
(85,131,92)
#4D7653
(77,118,83)
#45694A
(69,105,74)
#3D5C41
(61,92,65)
#354F38
(53,79,56)
#2D422F
(45,66,47)
#253526
(37,53,38)
#1D281D
(29,40,29)
#151B14
(21,27,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #5D9065

#5D9065
(93,144,101)
#6B9A73
(107,154,115)
#79A481
(121,164,129)
#87AE8F
(135,174,143)
#95B89D
(149,184,157)
#A3C2AB
(163,194,171)
#B1CCB9
(177,204,185)
#BFD6C7
(191,214,199)
#CDE0D5
(205,224,213)
#DBEAE3
(219,234,227)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9065 color. Also use rgb(93,144,101) instead hex code.

Text Font Color

.myTextColor { color: #5D9065; }

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

This text font color is #5D9065.


Background Color

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

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

This div background color is #5D9065.


Border color

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

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

This div border color is #5D9065.


Opacity

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

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

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

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

This text has shadow with #5D9065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9065 on black background.


Color preview on white background

This text has color #5D9065 on white background.



Black color preview on #5D9065 background

This text has black color on #5D9065 background.


White color preview on #5D9065 background

This text has white color on #5D9065 background.