COLOR #048D38

HEX: #048D38
RGB: (4,141,56)

Color info

#048D38 contains mainly green color. Web safe color of #048D38 is #009933 (or #093).

RGB color model

#048D38 color RGB value is (4,141,56).

  • red value is 4;
  • green value is 141;
  • blue value is 56.
RGB:
(4,141,56)
(2%,55%,22%)

RGB channels and saturation

R 4 of 255 = 2%
G 141 of 255 = 55%
B 56 of 255 = 22%

4
141
56

R + G + B ~ 26%. #048D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 141 + 56 = 201 (100%)
R 4 of 201 ~ 1.99%
G 141 of 201 ~ 70.15%
B 56 of 201 ~ 27.86%

%70.15
%27.86

CMYK color model

#048D38 color CMYK value is (97,0,60,45).

  • cyan value is 97.16%
  • magenta value is 0.00%
  • yellow value is 60.28%
  • key color value is 44.71%
CMYK:
(97,0,60,45)
C97M0Y60K45 
(97%,0%,60%,45%)
(0.97/0.00/0.60/0.45)	

CMYK percentages

%97.16
%0
%60.28
%44.71

Codes

Color #048D38 in popluar color models

048D38
RGB414156
HSL143°94.48%28.43%
HSB/HSV143°97.16%55.29%
CMYK97.16%0.00%60.28%
44.71%

Color #048D38 in popluar number systems.

HEX048D38
Decimal414156
Binary10010001101111000
Octal421570

Shades and tints

Shades of #048D38

#048D38
(4,141,56)
#048133
(4,129,51)
#04752E
(4,117,46)
#046929
(4,105,41)
#045D24
(4,93,36)
#04511F
(4,81,31)
#04451A
(4,69,26)
#043915
(4,57,21)
#042D10
(4,45,16)
#04210B
(4,33,11)
#041506
(4,21,6)
#000000
(0,0,0)

Tints of #048D38

#048D38
(4,141,56)
#1A974A
(26,151,74)
#30A15C
(48,161,92)
#46AB6E
(70,171,110)
#5CB580
(92,181,128)
#72BF92
(114,191,146)
#88C9A4
(136,201,164)
#9ED3B6
(158,211,182)
#B4DDC8
(180,221,200)
#CAE7DA
(202,231,218)
#E0F1EC
(224,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048D38 color. Also use rgb(4,141,56) instead hex code.

Text Font Color

.myTextColor { color: #048D38; }

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

This text font color is #048D38.


Background Color

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

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

This div background color is #048D38.


Border color

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

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

This div border color is #048D38.


Opacity

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

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

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

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

This text has shadow with #048D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048D38 on black background.


Color preview on white background

This text has color #048D38 on white background.



Black color preview on #048D38 background

This text has black color on #048D38 background.


White color preview on #048D38 background

This text has white color on #048D38 background.