COLOR #8DAF33

HEX: #8DAF33
RGB: (141,175,51)

Color info

#8DAF33 contains mainly red and green colors. Web safe color of #8DAF33 is #999933 (or #993).

RGB color model

#8DAF33 color RGB value is (141,175,51).

  • red value is 141;
  • green value is 175;
  • blue value is 51.
RGB:
(141,175,51)
(55%,69%,20%)

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 51 of 255 = 20%

141
175
51

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

Portions of RGB colors in percentages

R + G + B =
141 + 175 + 51 = 367 (100%)
R 141 of 367 ~ 38.42%
G 175 of 367 ~ 47.68%
B 51 of 367 ~ 13.9%

%38.42
%47.68
%13.9

CMYK color model

#8DAF33 color CMYK value is (19,0,71,31).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 70.86%
  • key color value is 31.37%
CMYK:
(19,0,71,31)
C19M0Y71K31 
(19%,0%,71%,31%)
(0.19/0.00/0.71/0.31)	

CMYK percentages

%19.43
%0
%70.86
%31.37

Codes

Color #8DAF33 in popluar color models

8DAF33
RGB14117551
HSL76°54.87%44.31%
HSB/HSV76°70.86%68.63%
CMYK19.43%0.00%70.86%
31.37%

Color #8DAF33 in popluar number systems.

HEX8DAF33
Decimal14117551
Binary1000110110101111110011
Octal21525763

Shades and tints

Shades of #8DAF33

#8DAF33
(141,175,51)
#81A02F
(129,160,47)
#75912B
(117,145,43)
#698227
(105,130,39)
#5D7323
(93,115,35)
#51641F
(81,100,31)
#45551B
(69,85,27)
#394617
(57,70,23)
#2D3713
(45,55,19)
#21280F
(33,40,15)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #8DAF33

#8DAF33
(141,175,51)
#97B645
(151,182,69)
#A1BD57
(161,189,87)
#ABC469
(171,196,105)
#B5CB7B
(181,203,123)
#BFD28D
(191,210,141)
#C9D99F
(201,217,159)
#D3E0B1
(211,224,177)
#DDE7C3
(221,231,195)
#E7EED5
(231,238,213)
#F1F5E7
(241,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAF33 color. Also use rgb(141,175,51) instead hex code.

Text Font Color

.myTextColor { color: #8DAF33; }

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

This text font color is #8DAF33.


Background Color

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

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

This div background color is #8DAF33.


Border color

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

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

This div border color is #8DAF33.


Opacity

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

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

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

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

This text has shadow with #8DAF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAF33 on black background.


Color preview on white background

This text has color #8DAF33 on white background.



Black color preview on #8DAF33 background

This text has black color on #8DAF33 background.


White color preview on #8DAF33 background

This text has white color on #8DAF33 background.