COLOR #8DA613

HEX: #8DA613
RGB: (141,166,19)

Color info

#8DA613 contains mainly red and green colors. Web safe color of #8DA613 is #999900 (or #990).

RGB color model

#8DA613 color RGB value is (141,166,19).

  • red value is 141;
  • green value is 166;
  • blue value is 19.
RGB:
(141,166,19)
(55%,65%,7%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 19 of 255 = 7%

141
166
19

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

Portions of RGB colors in percentages

R + G + B =
141 + 166 + 19 = 326 (100%)
R 141 of 326 ~ 43.25%
G 166 of 326 ~ 50.92%
B 19 of 326 ~ 5.83%

%43.25
%50.92

CMYK color model

#8DA613 color CMYK value is (15,0,89,35).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 88.55%
  • key color value is 34.90%
CMYK:
(15,0,89,35)
C15M0Y89K35 
(15%,0%,89%,35%)
(0.15/0.00/0.89/0.35)	

CMYK percentages

%15.06
%0
%88.55
%34.9

Codes

Color #8DA613 in popluar color models

8DA613
RGB14116619
HSL70°79.46%36.27%
HSB/HSV70°88.55%65.10%
CMYK15.06%0.00%88.55%
34.90%

Color #8DA613 in popluar number systems.

HEX8DA613
Decimal14116619
Binary100011011010011010011
Octal21524623

Shades and tints

Shades of #8DA613

#8DA613
(141,166,19)
#819712
(129,151,18)
#758811
(117,136,17)
#697910
(105,121,16)
#5D6A0F
(93,106,15)
#515B0E
(81,91,14)
#454C0D
(69,76,13)
#393D0C
(57,61,12)
#2D2E0B
(45,46,11)
#211F0A
(33,31,10)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #8DA613

#8DA613
(141,166,19)
#97AE28
(151,174,40)
#A1B63D
(161,182,61)
#ABBE52
(171,190,82)
#B5C667
(181,198,103)
#BFCE7C
(191,206,124)
#C9D691
(201,214,145)
#D3DEA6
(211,222,166)
#DDE6BB
(221,230,187)
#E7EED0
(231,238,208)
#F1F6E5
(241,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA613 color. Also use rgb(141,166,19) instead hex code.

Text Font Color

.myTextColor { color: #8DA613; }

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

This text font color is #8DA613.


Background Color

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

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

This div background color is #8DA613.


Border color

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

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

This div border color is #8DA613.


Opacity

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

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

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

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

This text has shadow with #8DA613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA613 on black background.


Color preview on white background

This text has color #8DA613 on white background.



Black color preview on #8DA613 background

This text has black color on #8DA613 background.


White color preview on #8DA613 background

This text has white color on #8DA613 background.