COLOR #048C0D

HEX: #048C0D
RGB: (4,140,13)

Color info

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

RGB color model

#048C0D color RGB value is (4,140,13).

  • red value is 4;
  • green value is 140;
  • blue value is 13.
RGB:
(4,140,13)
(2%,55%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 140 of 255 = 55%
B 13 of 255 = 5%

4
140
13

R + G + B ~ 21%. #048C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 140 + 13 = 157 (100%)
R 4 of 157 ~ 2.55%
G 140 of 157 ~ 89.17%
B 13 of 157 ~ 8.28%

%89.17

CMYK color model

#048C0D color CMYK value is (97,0,91,45).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 90.71%
  • key color value is 45.10%
CMYK:
(97,0,91,45)
C97M0Y91K45 
(97%,0%,91%,45%)
(0.97/0.00/0.91/0.45)	

CMYK percentages

%97.14
%0
%90.71
%45.1

Codes

Color #048C0D in popluar color models

048C0D
RGB414013
HSL124°94.44%28.24%
HSB/HSV124°97.14%54.90%
CMYK97.14%0.00%90.71%
45.10%

Color #048C0D in popluar number systems.

HEX048C0D
Decimal414013
Binary100100011001101
Octal421415

Shades and tints

Shades of #048C0D

#048C0D
(4,140,13)
#04800C
(4,128,12)
#04740B
(4,116,11)
#04680A
(4,104,10)
#045C09
(4,92,9)
#045008
(4,80,8)
#044407
(4,68,7)
#043806
(4,56,6)
#042C05
(4,44,5)
#042004
(4,32,4)
#041403
(4,20,3)
#000000
(0,0,0)

Tints of #048C0D

#048C0D
(4,140,13)
#1A9623
(26,150,35)
#30A039
(48,160,57)
#46AA4F
(70,170,79)
#5CB465
(92,180,101)
#72BE7B
(114,190,123)
#88C891
(136,200,145)
#9ED2A7
(158,210,167)
#B4DCBD
(180,220,189)
#CAE6D3
(202,230,211)
#E0F0E9
(224,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048C0D color. Also use rgb(4,140,13) instead hex code.

Text Font Color

.myTextColor { color: #048C0D; }

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

This text font color is #048C0D.


Background Color

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

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

This div background color is #048C0D.


Border color

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

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

This div border color is #048C0D.


Opacity

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

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

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

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

This text has shadow with #048C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048C0D on black background.


Color preview on white background

This text has color #048C0D on white background.



Black color preview on #048C0D background

This text has black color on #048C0D background.


White color preview on #048C0D background

This text has white color on #048C0D background.