COLOR #048954

HEX: #048954
RGB: (4,137,84)

Color info

#048954 contains mainly green and blue colors. Web safe color of #048954 is #009966 (or #096).

RGB color model

#048954 color RGB value is (4,137,84).

  • red value is 4;
  • green value is 137;
  • blue value is 84.
RGB:
(4,137,84)
(2%,54%,33%)

RGB channels and saturation

R 4 of 255 = 2%
G 137 of 255 = 54%
B 84 of 255 = 33%

4
137
84

R + G + B ~ 30%. #048954 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 137 + 84 = 225 (100%)
R 4 of 225 ~ 1.78%
G 137 of 225 ~ 60.89%
B 84 of 225 ~ 37.33%

%60.89
%37.33

CMYK color model

#048954 color CMYK value is (97,0,39,46).

  • cyan value is 97.08%
  • magenta value is 0.00%
  • yellow value is 38.69%
  • key color value is 46.27%
CMYK:
(97,0,39,46)
C97M0Y39K46 
(97%,0%,39%,46%)
(0.97/0.00/0.39/0.46)	

CMYK percentages

%97.08
%0
%38.69
%46.27

Codes

Color #048954 in popluar color models

048954
RGB413784
HSL156°94.33%27.65%
HSB/HSV156°97.08%53.73%
CMYK97.08%0.00%38.69%
46.27%

Color #048954 in popluar number systems.

HEX048954
Decimal413784
Binary100100010011010100
Octal4211124

Shades and tints

Shades of #048954

#048954
(4,137,84)
#047D4D
(4,125,77)
#047146
(4,113,70)
#04653F
(4,101,63)
#045938
(4,89,56)
#044D31
(4,77,49)
#04412A
(4,65,42)
#043523
(4,53,35)
#04291C
(4,41,28)
#041D15
(4,29,21)
#04110E
(4,17,14)
#000000
(0,0,0)

Tints of #048954

#048954
(4,137,84)
#1A9363
(26,147,99)
#309D72
(48,157,114)
#46A781
(70,167,129)
#5CB190
(92,177,144)
#72BB9F
(114,187,159)
#88C5AE
(136,197,174)
#9ECFBD
(158,207,189)
#B4D9CC
(180,217,204)
#CAE3DB
(202,227,219)
#E0EDEA
(224,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048954 color. Also use rgb(4,137,84) instead hex code.

Text Font Color

.myTextColor { color: #048954; }

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

This text font color is #048954.


Background Color

.myBgColor { background-color: #048954; }

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

This div background color is #048954.


Border color

.myBorderColor { border: 1px solid #048954; }

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

This div border color is #048954.


Opacity

.myOpacity80 { color: #048954; opacity: 0.8; }

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

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

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

This text has shadow with #048954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048954 on black background.


Color preview on white background

This text has color #048954 on white background.



Black color preview on #048954 background

This text has black color on #048954 background.


White color preview on #048954 background

This text has white color on #048954 background.