COLOR #8DB445

HEX: #8DB445
RGB: (141,180,69)

Color info

#8DB445 contains mainly red and green colors. Web safe color of #8DB445 is #99CC33 (or #9C3).

RGB color model

#8DB445 color RGB value is (141,180,69).

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

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 69 of 255 = 27%

141
180
69

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

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 69 = 390 (100%)
R 141 of 390 ~ 36.15%
G 180 of 390 ~ 46.15%
B 69 of 390 ~ 17.69%

%36.15
%46.15
%17.69

CMYK color model

#8DB445 color CMYK value is (22,0,62,29).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 29.41%
CMYK:
(22,0,62,29)
C22M0Y62K29 
(22%,0%,62%,29%)
(0.22/0.00/0.62/0.29)	

CMYK percentages

%21.67
%0
%61.67
%29.41

Codes

Color #8DB445 in popluar color models

8DB445
RGB14118069
HSL81°44.58%48.82%
HSB/HSV81°61.67%70.59%
CMYK21.67%0.00%61.67%
29.41%

Color #8DB445 in popluar number systems.

HEX8DB445
Decimal14118069
Binary10001101101101001000101
Octal215264105

Shades and tints

Shades of #8DB445

#8DB445
(141,180,69)
#81A43F
(129,164,63)
#759439
(117,148,57)
#698433
(105,132,51)
#5D742D
(93,116,45)
#516427
(81,100,39)
#455421
(69,84,33)
#39441B
(57,68,27)
#2D3415
(45,52,21)
#21240F
(33,36,15)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #8DB445

#8DB445
(141,180,69)
#97BA55
(151,186,85)
#A1C065
(161,192,101)
#ABC675
(171,198,117)
#B5CC85
(181,204,133)
#BFD295
(191,210,149)
#C9D8A5
(201,216,165)
#D3DEB5
(211,222,181)
#DDE4C5
(221,228,197)
#E7EAD5
(231,234,213)
#F1F0E5
(241,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB445; }

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

This text font color is #8DB445.


Background Color

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

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

This div background color is #8DB445.


Border color

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

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

This div border color is #8DB445.


Opacity

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

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

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

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

This text has shadow with #8DB445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB445 on black background.


Color preview on white background

This text has color #8DB445 on white background.



Black color preview on #8DB445 background

This text has black color on #8DB445 background.


White color preview on #8DB445 background

This text has white color on #8DB445 background.