COLOR #9DA388

HEX: #9DA388 RGB: (157,163,136)

Color info

#9DA388 contains red, green and blue colors in about the same proportion. Web safe color of #9DA388 is #999999 (or #999).

RGB color model

#9DA388 color RGB value is (157,163,136).

RGB: (157,163,136) (62%, 64%, 53%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 136 of 255 = 53%

157
163
136

R + G + B ~ 60%. #9DA388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 163 + 136 = 456 (100%)
R 157 of 456 ~ 34.43%
G 163 of 456 ~ 35.75%
B 136 of 456 ~ 29.82'%

%34.43
%35.75
%29.82

CMYK color model

#9DA388 color CMYK value is (4,0,17,36).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%

CMYK: (4,0,17,36)
C4M0Y17K36 (4%, 0%, 17%, 36%)
(0.04 / 0.00 / 0.17 / 0.36)

CMYK percentages

%3.68
%0
%16.56
%36.08

Codes

Color #9DA388 in popluar color models

9D A3 88
RGB 157 163 136
HSL 73° 12.80% 58.63%
HSB/HSV 73° 16.56% 63.92%
CMYK 3.68% 0.00% 16.56%
36.08%

Color #9DA388 in popluar number systems.

HEX 9D A3 88
Decimal 157 163 136
Binary 10011101 10100011 10001000
Octal 235 243 210

Shades and tints

Shades of #9DA388

#9DA388
(157,163,136)
#8F957C
(143,149,124)
#818770
(129,135,112)
#737964
(115,121,100)
#656B58
(101,107,88)
#575D4C
(87,93,76)
#494F40
(73,79,64)
#3B4134
(59,65,52)
#2D3328
(45,51,40)
#1F251C
(31,37,28)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #9DA388

#9DA388
(157,163,136)
#A5AB92
(165,171,146)
#ADB39C
(173,179,156)
#B5BBA6
(181,187,166)
#BDC3B0
(189,195,176)
#C5CBBA
(197,203,186)
#CDD3C4
(205,211,196)
#D5DBCE
(213,219,206)
#DDE3D8
(221,227,216)
#E5EBE2
(229,235,226)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA388 color. Also use rgb(157,163,136) instead hex code.

Text Font Color

.myTextColor { color: #9DA388; }

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

This text font color is #9DA388.

Background Color

.myBgColor { background-color: #9DA388; }

<div style="background-color:#9DA388">Inner text</div>

This div background color is #9DA388.

Border color

.myBorderColor { border: 1px solid #9DA388; }

<div style="border:3px solid #9DA388">Div</div>

This div border color is #9DA388.

Opacity

.myOpacity80 { color: #9DA388; opacity: 0.8; }

<p style="color:#9DA388;opacity:0.8;">80%</p>

Text with #9DA388 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 #9DA388;}

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

This text has shadow with #9DA388 color.


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

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

This text has shadow with #9DA388 primary color and red secondary color.


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

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

This text has shadow with #9DA388 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9DA388.

Preview

Color preview on black background

This text has color #9DA388 on black background.


Color preview on white background

This text has color #9DA388 on white background.


Black color preview on #9DA388 background

This text has black color on #9DA388 background.


White color preview on #9DA388 background

This text has white color on #9DA388 background.


Related colors

Complementary color

Complementary color for #hex is #625C77.


I love getcolorcode.com

Triadic colors

1 #889DA3 and #A3889D with #9DA388 are triadic colors.

2 #88A39D and #A39D88 with #9DA388 are triadic colors.