COLOR #28980E

HEX: #28980E
RGB: (40,152,14)

Color info

#28980E contains mainly green color. Web safe color of #28980E is #339900 (or #390).

RGB color model

#28980E color RGB value is (40,152,14).

  • red value is 40;
  • green value is 152;
  • blue value is 14.
RGB:
(40,152,14)
(16%,60%,5%)

RGB channels and saturation

R 40 of 255 = 16%
G 152 of 255 = 60%
B 14 of 255 = 5%

40
152
14

R + G + B ~ 27%. #28980E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 152 + 14 = 206 (100%)
R 40 of 206 ~ 19.42%
G 152 of 206 ~ 73.79%
B 14 of 206 ~ 6.8%

%19.42
%73.79

CMYK color model

#28980E color CMYK value is (74,0,91,40).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 90.79%
  • key color value is 40.39%
CMYK:
(74,0,91,40)
C74M0Y91K40 
(74%,0%,91%,40%)
(0.74/0.00/0.91/0.40)	

CMYK percentages

%73.68
%0
%90.79
%40.39

Codes

Color #28980E in popluar color models

28980E
RGB4015214
HSL109°83.13%32.55%
HSB/HSV109°90.79%59.61%
CMYK73.68%0.00%90.79%
40.39%

Color #28980E in popluar number systems.

HEX28980E
Decimal4015214
Binary101000100110001110
Octal5023016

Shades and tints

Shades of #28980E

#28980E
(40,152,14)
#258B0D
(37,139,13)
#227E0C
(34,126,12)
#1F710B
(31,113,11)
#1C640A
(28,100,10)
#195709
(25,87,9)
#164A08
(22,74,8)
#133D07
(19,61,7)
#103006
(16,48,6)
#0D2305
(13,35,5)
#0A1604
(10,22,4)
#000000
(0,0,0)

Tints of #28980E

#28980E
(40,152,14)
#3BA123
(59,161,35)
#4EAA38
(78,170,56)
#61B34D
(97,179,77)
#74BC62
(116,188,98)
#87C577
(135,197,119)
#9ACE8C
(154,206,140)
#ADD7A1
(173,215,161)
#C0E0B6
(192,224,182)
#D3E9CB
(211,233,203)
#E6F2E0
(230,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28980E color. Also use rgb(40,152,14) instead hex code.

Text Font Color

.myTextColor { color: #28980E; }

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

This text font color is #28980E.


Background Color

.myBgColor { background-color: #28980E; }

<div style="background-color:#28980E">Inner text</div>

This div background color is #28980E.


Border color

.myBorderColor { border: 1px solid #28980E; }

<div style="border:3px solid #28980E">Div</div>

This div border color is #28980E.


Opacity

.myOpacity80 { color: #28980E; opacity: 0.8; }

<p style="color:#28980E;opacity:0.8;">80%</p>

Text with #28980E 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 #28980E;}

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

This text has shadow with #28980E color.

.textShadow {text-shadow: 3px 3px 1px #28980E, 3px 3px 1px red;}

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

This text has shadow with #28980E primary color and red secondary color.


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

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

This text has shadow with #28980E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28980E on black background.


Color preview on white background

This text has color #28980E on white background.



Black color preview on #28980E background

This text has black color on #28980E background.


White color preview on #28980E background

This text has white color on #28980E background.