COLOR #5D9469

HEX: #5D9469
RGB: (93,148,105)

Color info

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

RGB color model

#5D9469 color RGB value is (93,148,105).

  • red value is 93;
  • green value is 148;
  • blue value is 105.
RGB:
(93,148,105)
(36%,58%,41%)

RGB channels and saturation

R 93 of 255 = 36%
G 148 of 255 = 58%
B 105 of 255 = 41%

93
148
105

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

Portions of RGB colors in percentages

R + G + B =
93 + 148 + 105 = 346 (100%)
R 93 of 346 ~ 26.88%
G 148 of 346 ~ 42.77%
B 105 of 346 ~ 30.35%

%26.88
%42.77
%30.35

CMYK color model

#5D9469 color CMYK value is (37,0,29,42).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 41.96%
CMYK:
(37,0,29,42)
C37M0Y29K42 
(37%,0%,29%,42%)
(0.37/0.00/0.29/0.42)	

CMYK percentages

%37.16
%0
%29.05
%41.96

Codes

Color #5D9469 in popluar color models

5D9469
RGB93148105
HSL133°22.82%47.25%
HSB/HSV133°37.16%58.04%
CMYK37.16%0.00%29.05%
41.96%

Color #5D9469 in popluar number systems.

HEX5D9469
Decimal93148105
Binary1011101100101001101001
Octal135224151

Shades and tints

Shades of #5D9469

#5D9469
(93,148,105)
#558760
(85,135,96)
#4D7A57
(77,122,87)
#456D4E
(69,109,78)
#3D6045
(61,96,69)
#35533C
(53,83,60)
#2D4633
(45,70,51)
#25392A
(37,57,42)
#1D2C21
(29,44,33)
#151F18
(21,31,24)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #5D9469

#5D9469
(93,148,105)
#6B9D76
(107,157,118)
#79A683
(121,166,131)
#87AF90
(135,175,144)
#95B89D
(149,184,157)
#A3C1AA
(163,193,170)
#B1CAB7
(177,202,183)
#BFD3C4
(191,211,196)
#CDDCD1
(205,220,209)
#DBE5DE
(219,229,222)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9469 color. Also use rgb(93,148,105) instead hex code.

Text Font Color

.myTextColor { color: #5D9469; }

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

This text font color is #5D9469.


Background Color

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

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

This div background color is #5D9469.


Border color

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

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

This div border color is #5D9469.


Opacity

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

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

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

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

This text has shadow with #5D9469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9469 on black background.


Color preview on white background

This text has color #5D9469 on white background.



Black color preview on #5D9469 background

This text has black color on #5D9469 background.


White color preview on #5D9469 background

This text has white color on #5D9469 background.