COLOR #8DB472

HEX: #8DB472
RGB: (141,180,114)

Color info

#8DB472 contains mainly red and green colors. Web safe color of #8DB472 is #99CC66 (or #9C6).

RGB color model

#8DB472 color RGB value is (141,180,114).

  • red value is 141;
  • green value is 180;
  • blue value is 114.
RGB:
(141,180,114)
(55%,71%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 114 of 255 = 45%

141
180
114

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

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 114 = 435 (100%)
R 141 of 435 ~ 32.41%
G 180 of 435 ~ 41.38%
B 114 of 435 ~ 26.21%

%32.41
%41.38
%26.21

CMYK color model

#8DB472 color CMYK value is (22,0,37,29).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 29.41%
CMYK:
(22,0,37,29)
C22M0Y37K29 
(22%,0%,37%,29%)
(0.22/0.00/0.37/0.29)	

CMYK percentages

%21.67
%0
%36.67
%29.41

Codes

Color #8DB472 in popluar color models

8DB472
RGB141180114
HSL95°30.56%57.65%
HSB/HSV95°36.67%70.59%
CMYK21.67%0.00%36.67%
29.41%

Color #8DB472 in popluar number systems.

HEX8DB472
Decimal141180114
Binary10001101101101001110010
Octal215264162

Shades and tints

Shades of #8DB472

#8DB472
(141,180,114)
#81A468
(129,164,104)
#75945E
(117,148,94)
#698454
(105,132,84)
#5D744A
(93,116,74)
#516440
(81,100,64)
#455436
(69,84,54)
#39442C
(57,68,44)
#2D3422
(45,52,34)
#212418
(33,36,24)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8DB472

#8DB472
(141,180,114)
#97BA7E
(151,186,126)
#A1C08A
(161,192,138)
#ABC696
(171,198,150)
#B5CCA2
(181,204,162)
#BFD2AE
(191,210,174)
#C9D8BA
(201,216,186)
#D3DEC6
(211,222,198)
#DDE4D2
(221,228,210)
#E7EADE
(231,234,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB472 color. Also use rgb(141,180,114) instead hex code.

Text Font Color

.myTextColor { color: #8DB472; }

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

This text font color is #8DB472.


Background Color

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

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

This div background color is #8DB472.


Border color

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

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

This div border color is #8DB472.


Opacity

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

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

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

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

This text has shadow with #8DB472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB472 on black background.


Color preview on white background

This text has color #8DB472 on white background.



Black color preview on #8DB472 background

This text has black color on #8DB472 background.


White color preview on #8DB472 background

This text has white color on #8DB472 background.