COLOR #48A80F

HEX: #48A80F
RGB: (72,168,15)

Color info

#48A80F contains mainly green color. Web safe color of #48A80F is #339900 (or #390).

RGB color model

#48A80F color RGB value is (72,168,15).

  • red value is 72;
  • green value is 168;
  • blue value is 15.
RGB:
(72,168,15)
(28%,66%,6%)

RGB channels and saturation

R 72 of 255 = 28%
G 168 of 255 = 66%
B 15 of 255 = 6%

72
168
15

R + G + B ~ 33%. #48A80F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 168 + 15 = 255 (100%)
R 72 of 255 ~ 28.24%
G 168 of 255 ~ 65.88%
B 15 of 255 ~ 5.88%

%28.24
%65.88

CMYK color model

#48A80F color CMYK value is (57,0,91,34).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 91.07%
  • key color value is 34.12%
CMYK:
(57,0,91,34)
C57M0Y91K34 
(57%,0%,91%,34%)
(0.57/0.00/0.91/0.34)	

CMYK percentages

%57.14
%0
%91.07
%34.12

Codes

Color #48A80F in popluar color models

48A80F
RGB7216815
HSL98°83.61%35.88%
HSB/HSV98°91.07%65.88%
CMYK57.14%0.00%91.07%
34.12%

Color #48A80F in popluar number systems.

HEX48A80F
Decimal7216815
Binary1001000101010001111
Octal11025017

Shades and tints

Shades of #48A80F

#48A80F
(72,168,15)
#42990E
(66,153,14)
#3C8A0D
(60,138,13)
#367B0C
(54,123,12)
#306C0B
(48,108,11)
#2A5D0A
(42,93,10)
#244E09
(36,78,9)
#1E3F08
(30,63,8)
#183007
(24,48,7)
#122106
(18,33,6)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #48A80F

#48A80F
(72,168,15)
#58AF24
(88,175,36)
#68B639
(104,182,57)
#78BD4E
(120,189,78)
#88C463
(136,196,99)
#98CB78
(152,203,120)
#A8D28D
(168,210,141)
#B8D9A2
(184,217,162)
#C8E0B7
(200,224,183)
#D8E7CC
(216,231,204)
#E8EEE1
(232,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A80F color. Also use rgb(72,168,15) instead hex code.

Text Font Color

.myTextColor { color: #48A80F; }

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

This text font color is #48A80F.


Background Color

.myBgColor { background-color: #48A80F; }

<div style="background-color:#48A80F">Inner text</div>

This div background color is #48A80F.


Border color

.myBorderColor { border: 1px solid #48A80F; }

<div style="border:3px solid #48A80F">Div</div>

This div border color is #48A80F.


Opacity

.myOpacity80 { color: #48A80F; opacity: 0.8; }

<p style="color:#48A80F;opacity:0.8;">80%</p>

Text with #48A80F 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 #48A80F;}

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

This text has shadow with #48A80F color.

.textShadow {text-shadow: 3px 3px 1px #48A80F, 3px 3px 1px red;}

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

This text has shadow with #48A80F primary color and red secondary color.


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

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

This text has shadow with #48A80F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A80F on black background.


Color preview on white background

This text has color #48A80F on white background.



Black color preview on #48A80F background

This text has black color on #48A80F background.


White color preview on #48A80F background

This text has white color on #48A80F background.