COLOR #8DAD75

HEX: #8DAD75 RGB: (141,173,117)

Color info

#8DAD75 contains red, green and blue colors in about the same proportion. Web safe color of #8DAD75 is #999966 (or #996).

RGB color model

#8DAD75 color RGB value is (141,173,117).

RGB: (141,173,117) (55%, 68%, 46%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 117 of 255 = 46%

141
173
117

R + G + B ~ 56%. #8DAD75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 173 + 117 = 431 (100%)
R 141 of 431 ~ 32.71%
G 173 of 431 ~ 40.14%
B 117 of 431 ~ 27.15'%

%32.71
%40.14
%27.15

CMYK color model

#8DAD75 color CMYK value is (18,0,32,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK: (18,0,32,32) C18M0Y32K32 (18%,0%,32%,32%) (0.18/0.00/0.32/0.32) 

CMYK percentages

%18.5
%0
%32.37
%32.16

Codes

Color #8DAD75 in popluar color models

8D AD 75
RGB 141 173 117
HSL 94° 25.45% 56.86%
HSB/HSV 94° 32.37% 67.84%
CMYK 18.50% 0.00% 32.37%
32.16%

Color #8DAD75 in popluar number systems.

HEX 8D AD 75
Decimal 141 173 117
Binary 10001101 10101101 1110101
Octal 215 255 165

Shades and tints

Shades of #8DAD75

#8DAD75
(141,173,117)
#819E6B
(129,158,107)
#758F61
(117,143,97)
#698057
(105,128,87)
#5D714D
(93,113,77)
#516243
(81,98,67)
#455339
(69,83,57)
#39442F
(57,68,47)
#2D3525
(45,53,37)
#21261B
(33,38,27)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #8DAD75

#8DAD75
(141,173,117)
#97B481
(151,180,129)
#A1BB8D
(161,187,141)
#ABC299
(171,194,153)
#B5C9A5
(181,201,165)
#BFD0B1
(191,208,177)
#C9D7BD
(201,215,189)
#D3DEC9
(211,222,201)
#DDE5D5
(221,229,213)
#E7ECE1
(231,236,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAD75 color. Also use rgb(141,173,117) instead hex code.

Text Font Color

.myTextColor { color: #8DAD75; }

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

This text font color is #8DAD75.

Background Color

.myBgColor { background-color: #8DAD75; }

<div style="background-color:#8DAD75">Inner text</div>

This div background color is #8DAD75.

Border color

.myBorderColor { border: 1px solid #8DAD75; }

<div style="border:3px solid #8DAD75">Div</div>

This div border color is #8DAD75.

Opacity

.myOpacity80 { color: #8DAD75; opacity: 0.8; }

<p style="color:#8DAD75;opacity:0.8;">80%</p>

Text with #8DAD75 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 #8DAD75;}

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

This text has shadow with #8DAD75 color.


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

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

This text has shadow with #8DAD75 primary color and red secondary color.


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

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

This text has shadow with #8DAD75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8DAD75.

Preview

Color preview on black background

This text has color #8DAD75 on black background.


Color preview on white background

This text has color #8DAD75 on white background.


Black color preview on #8DAD75 background

This text has black color on #8DAD75 background.


White color preview on #8DAD75 background

This text has white color on #8DAD75 background.


Related colors

Complementary color

Complementary color for #hex is #72528A.


I love getcolorcode.com

Triadic colors

1 #758DAD and #AD758D with #8DAD75 are triadic colors.

2 #75AD8D and #AD8D75 with #8DAD75 are triadic colors.