COLOR #048B0D

HEX: #048B0D RGB: (4,139,13)

Color info

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

RGB color model

#048B0D color RGB value is (4,139,13).

RGB: (4,139,13) (2%, 55%, 5%)

RGB channels and saturation

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

4
139
13

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

Portions of RGB colors in percentages

R + G + B = 4 + 139 + 13 = 156 (100%)
R 4 of 156 ~ 2.56%
G 139 of 156 ~ 89.1%
B 13 of 156 ~ 8.33'%

%89.1

CMYK color model

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

  • cyan value is 97.12%
  • magenta value is 0.00%
  • yellow value is 90.65%
  • key color value is 45.49%

CMYK: (97,0,91,45)
C97M0Y91K45 (97%, 0%, 91%, 45%)
(0.97 / 0.00 / 0.91 / 0.45)

CMYK percentages

%97.12
%0
%90.65
%45.49

Codes

Color #048B0D in popluar color models

04 8B 0D
RGB 4 139 13
HSL 124° 94.41% 28.04%
HSB/HSV 124° 97.12% 54.51%
CMYK 97.12% 0.00% 90.65%
45.49%

Color #048B0D in popluar number systems.

HEX 04 8B 0D
Decimal 4 139 13
Binary 100 10001011 1101
Octal 4 213 15

Shades and tints

Shades of #048B0D

#048B0D
(4,139,13)
#047F0C
(4,127,12)
#04730B
(4,115,11)
#04670A
(4,103,10)
#045B09
(4,91,9)
#044F08
(4,79,8)
#044307
(4,67,7)
#043706
(4,55,6)
#042B05
(4,43,5)
#041F04
(4,31,4)
#041303
(4,19,3)
#000000
(0,0,0)

Tints of #048B0D

#048B0D
(4,139,13)
#1A9523
(26,149,35)
#309F39
(48,159,57)
#46A94F
(70,169,79)
#5CB365
(92,179,101)
#72BD7B
(114,189,123)
#88C791
(136,199,145)
#9ED1A7
(158,209,167)
#B4DBBD
(180,219,189)
#CAE5D3
(202,229,211)
#E0EFE9
(224,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #048B0D; }

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

This text font color is #048B0D.

Background Color

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

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

This div background color is #048B0D.

Border color

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

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

This div border color is #048B0D.

Opacity

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

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

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

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

This text has shadow with #048B0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #048B0D.

Preview

Color preview on black background

This text has color #048B0D on black background.


Color preview on white background

This text has color #048B0D on white background.


Black color preview on #048B0D background

This text has black color on #048B0D background.


White color preview on #048B0D background

This text has white color on #048B0D background.


Related colors

Complementary color

Complementary color for #hex is #FB74F2.


I love getcolorcode.com

Triadic colors

1 #0D048B and #8B0D04 with #048B0D are triadic colors.

2 #0D8B04 and #8B040D with #048B0D are triadic colors.