COLOR #8DA773

HEX: #8DA773
RGB: (141,167,115)

Color info

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

RGB color model

#8DA773 color RGB value is (141,167,115).

  • red value is 141;
  • green value is 167;
  • blue value is 115.
RGB:
(141,167,115)
(55%,65%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 167 of 255 = 65%
B 115 of 255 = 45%

141
167
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 167 + 115 = 423 (100%)
R 141 of 423 ~ 33.33%
G 167 of 423 ~ 39.48%
B 115 of 423 ~ 27.19%

%33.33
%39.48
%27.19

CMYK color model

#8DA773 color CMYK value is (16,0,31,35).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(16,0,31,35)
C16M0Y31K35 
(16%,0%,31%,35%)
(0.16/0.00/0.31/0.35)	

CMYK percentages

%15.57
%0
%31.14
%34.51

Codes

Color #8DA773 in popluar color models

8DA773
RGB141167115
HSL90°22.81%55.29%
HSB/HSV90°31.14%65.49%
CMYK15.57%0.00%31.14%
34.51%

Color #8DA773 in popluar number systems.

HEX8DA773
Decimal141167115
Binary10001101101001111110011
Octal215247163

Shades and tints

Shades of #8DA773

#8DA773
(141,167,115)
#819869
(129,152,105)
#75895F
(117,137,95)
#697A55
(105,122,85)
#5D6B4B
(93,107,75)
#515C41
(81,92,65)
#454D37
(69,77,55)
#393E2D
(57,62,45)
#2D2F23
(45,47,35)
#212019
(33,32,25)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #8DA773

#8DA773
(141,167,115)
#97AF7F
(151,175,127)
#A1B78B
(161,183,139)
#ABBF97
(171,191,151)
#B5C7A3
(181,199,163)
#BFCFAF
(191,207,175)
#C9D7BB
(201,215,187)
#D3DFC7
(211,223,199)
#DDE7D3
(221,231,211)
#E7EFDF
(231,239,223)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA773 color. Also use rgb(141,167,115) instead hex code.

Text Font Color

.myTextColor { color: #8DA773; }

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

This text font color is #8DA773.


Background Color

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

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

This div background color is #8DA773.


Border color

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

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

This div border color is #8DA773.


Opacity

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

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

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

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

This text has shadow with #8DA773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA773 on black background.


Color preview on white background

This text has color #8DA773 on white background.



Black color preview on #8DA773 background

This text has black color on #8DA773 background.


White color preview on #8DA773 background

This text has white color on #8DA773 background.