COLOR #048E11

HEX: #048E11
RGB: (4,142,17)

Color info

#048E11 contains mainly green color. Web safe color of #048E11 is #009900 (or #090).

RGB color model

#048E11 color RGB value is (4,142,17).

  • red value is 4;
  • green value is 142;
  • blue value is 17.
RGB:
(4,142,17)
(2%,56%,7%)

RGB channels and saturation

R 4 of 255 = 2%
G 142 of 255 = 56%
B 17 of 255 = 7%

4
142
17

R + G + B ~ 22%. #048E11 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 142 + 17 = 163 (100%)
R 4 of 163 ~ 2.45%
G 142 of 163 ~ 87.12%
B 17 of 163 ~ 10.43%

%87.12
%10.43

CMYK color model

#048E11 color CMYK value is (97,0,88,44).

  • cyan value is 97.18%
  • magenta value is 0.00%
  • yellow value is 88.03%
  • key color value is 44.31%
CMYK:
(97,0,88,44)
C97M0Y88K44 
(97%,0%,88%,44%)
(0.97/0.00/0.88/0.44)	

CMYK percentages

%97.18
%0
%88.03
%44.31

Codes

Color #048E11 in popluar color models

048E11
RGB414217
HSL126°94.52%28.63%
HSB/HSV126°97.18%55.69%
CMYK97.18%0.00%88.03%
44.31%

Color #048E11 in popluar number systems.

HEX048E11
Decimal414217
Binary1001000111010001
Octal421621

Shades and tints

Shades of #048E11

#048E11
(4,142,17)
#048210
(4,130,16)
#04760F
(4,118,15)
#046A0E
(4,106,14)
#045E0D
(4,94,13)
#04520C
(4,82,12)
#04460B
(4,70,11)
#043A0A
(4,58,10)
#042E09
(4,46,9)
#042208
(4,34,8)
#041607
(4,22,7)
#000000
(0,0,0)

Tints of #048E11

#048E11
(4,142,17)
#1A9826
(26,152,38)
#30A23B
(48,162,59)
#46AC50
(70,172,80)
#5CB665
(92,182,101)
#72C07A
(114,192,122)
#88CA8F
(136,202,143)
#9ED4A4
(158,212,164)
#B4DEB9
(180,222,185)
#CAE8CE
(202,232,206)
#E0F2E3
(224,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048E11 color. Also use rgb(4,142,17) instead hex code.

Text Font Color

.myTextColor { color: #048E11; }

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

This text font color is #048E11.


Background Color

.myBgColor { background-color: #048E11; }

<div style="background-color:#048E11">Inner text</div>

This div background color is #048E11.


Border color

.myBorderColor { border: 1px solid #048E11; }

<div style="border:3px solid #048E11">Div</div>

This div border color is #048E11.


Opacity

.myOpacity80 { color: #048E11; opacity: 0.8; }

<p style="color:#048E11;opacity:0.8;">80%</p>

Text with #048E11 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 #048E11;}

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

This text has shadow with #048E11 color.

.textShadow {text-shadow: 3px 3px 1px #048E11, 3px 3px 1px red;}

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

This text has shadow with #048E11 primary color and red secondary color.


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

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

This text has shadow with #048E11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048E11 on black background.


Color preview on white background

This text has color #048E11 on white background.



Black color preview on #048E11 background

This text has black color on #048E11 background.


White color preview on #048E11 background

This text has white color on #048E11 background.