COLOR #049718

HEX: #049718
RGB: (4,151,24)

Color info

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

RGB color model

#049718 color RGB value is (4,151,24).

  • red value is 4;
  • green value is 151;
  • blue value is 24.
RGB:
(4,151,24)
(2%,59%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 151 of 255 = 59%
B 24 of 255 = 9%

4
151
24

R + G + B ~ 23%. #049718 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 151 + 24 = 179 (100%)
R 4 of 179 ~ 2.23%
G 151 of 179 ~ 84.36%
B 24 of 179 ~ 13.41%

%84.36
%13.41

CMYK color model

#049718 color CMYK value is (97,0,84,41).

  • cyan value is 97.35%
  • magenta value is 0.00%
  • yellow value is 84.11%
  • key color value is 40.78%
CMYK:
(97,0,84,41)
C97M0Y84K41 
(97%,0%,84%,41%)
(0.97/0.00/0.84/0.41)	

CMYK percentages

%97.35
%0
%84.11
%40.78

Codes

Color #049718 in popluar color models

049718
RGB415124
HSL128°94.84%30.39%
HSB/HSV128°97.35%59.22%
CMYK97.35%0.00%84.11%
40.78%

Color #049718 in popluar number systems.

HEX049718
Decimal415124
Binary1001001011111000
Octal422730

Shades and tints

Shades of #049718

#049718
(4,151,24)
#048A16
(4,138,22)
#047D14
(4,125,20)
#047012
(4,112,18)
#046310
(4,99,16)
#04560E
(4,86,14)
#04490C
(4,73,12)
#043C0A
(4,60,10)
#042F08
(4,47,8)
#042206
(4,34,6)
#041504
(4,21,4)
#000000
(0,0,0)

Tints of #049718

#049718
(4,151,24)
#1AA02D
(26,160,45)
#30A942
(48,169,66)
#46B257
(70,178,87)
#5CBB6C
(92,187,108)
#72C481
(114,196,129)
#88CD96
(136,205,150)
#9ED6AB
(158,214,171)
#B4DFC0
(180,223,192)
#CAE8D5
(202,232,213)
#E0F1EA
(224,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049718 color. Also use rgb(4,151,24) instead hex code.

Text Font Color

.myTextColor { color: #049718; }

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

This text font color is #049718.


Background Color

.myBgColor { background-color: #049718; }

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

This div background color is #049718.


Border color

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

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

This div border color is #049718.


Opacity

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

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

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

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

This text has shadow with #049718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049718 on black background.


Color preview on white background

This text has color #049718 on white background.



Black color preview on #049718 background

This text has black color on #049718 background.


White color preview on #049718 background

This text has white color on #049718 background.