COLOR #9DA385

HEX: #9DA385 RGB: (157,163,133)

Color info

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

RGB color model

#9DA385 color RGB value is (157,163,133).

RGB: (157,163,133) (62%, 64%, 52%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 133 of 255 = 52%

157
163
133

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

Portions of RGB colors in percentages

R + G + B = 157 + 163 + 133 = 453 (100%)
R 157 of 453 ~ 34.66%
G 163 of 453 ~ 35.98%
B 133 of 453 ~ 29.36'%

%34.66
%35.98
%29.36

CMYK color model

#9DA385 color CMYK value is (4,0,18,36).

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

CMYK: (4,0,18,36)
C4M0Y18K36 (4%, 0%, 18%, 36%)
(0.04 / 0.00 / 0.18 / 0.36)

CMYK percentages

%3.68
%0
%18.4
%36.08

Codes

Color #9DA385 in popluar color models

9D A3 85
RGB 157 163 133
HSL 72° 14.02% 58.04%
HSB/HSV 72° 18.40% 63.92%
CMYK 3.68% 0.00% 18.40%
36.08%

Color #9DA385 in popluar number systems.

HEX 9D A3 85
Decimal 157 163 133
Binary 10011101 10100011 10000101
Octal 235 243 205

Shades and tints

Shades of #9DA385

#9DA385
(157,163,133)
#8F9579
(143,149,121)
#81876D
(129,135,109)
#737961
(115,121,97)
#656B55
(101,107,85)
#575D49
(87,93,73)
#494F3D
(73,79,61)
#3B4131
(59,65,49)
#2D3325
(45,51,37)
#1F2519
(31,37,25)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #9DA385

#9DA385
(157,163,133)
#A5AB90
(165,171,144)
#ADB39B
(173,179,155)
#B5BBA6
(181,187,166)
#BDC3B1
(189,195,177)
#C5CBBC
(197,203,188)
#CDD3C7
(205,211,199)
#D5DBD2
(213,219,210)
#DDE3DD
(221,227,221)
#E5EBE8
(229,235,232)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA385; }

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

This text font color is #9DA385.

Background Color

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

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

This div background color is #9DA385.

Border color

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

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

This div border color is #9DA385.

Opacity

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

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

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

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

This text has shadow with #9DA385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA385.

Preview

Color preview on black background

This text has color #9DA385 on black background.


Color preview on white background

This text has color #9DA385 on white background.


Black color preview on #9DA385 background

This text has black color on #9DA385 background.


White color preview on #9DA385 background

This text has white color on #9DA385 background.


Related colors

Complementary color

Complementary color for #hex is #625C7A.


I love getcolorcode.com

Triadic colors

1 #859DA3 and #A3859D with #9DA385 are triadic colors.

2 #85A39D and #A39D85 with #9DA385 are triadic colors.