COLOR #049F69

HEX: #049F69
RGB: (4,159,105)

Color info

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

RGB color model

#049F69 color RGB value is (4,159,105).

  • red value is 4;
  • green value is 159;
  • blue value is 105.
RGB:
(4,159,105)
(2%,62%,41%)

RGB channels and saturation

R 4 of 255 = 2%
G 159 of 255 = 62%
B 105 of 255 = 41%

4
159
105

R + G + B ~ 35%. #049F69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 159 + 105 = 268 (100%)
R 4 of 268 ~ 1.49%
G 159 of 268 ~ 59.33%
B 105 of 268 ~ 39.18%

%59.33
%39.18

CMYK color model

#049F69 color CMYK value is (97,0,34,38).

  • cyan value is 97.48%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 37.65%
CMYK:
(97,0,34,38)
C97M0Y34K38 
(97%,0%,34%,38%)
(0.97/0.00/0.34/0.38)	

CMYK percentages

%97.48
%0
%33.96
%37.65

Codes

Color #049F69 in popluar color models

049F69
RGB4159105
HSL159°95.09%31.96%
HSB/HSV159°97.48%62.35%
CMYK97.48%0.00%33.96%
37.65%

Color #049F69 in popluar number systems.

HEX049F69
Decimal4159105
Binary100100111111101001
Octal4237151

Shades and tints

Shades of #049F69

#049F69
(4,159,105)
#049160
(4,145,96)
#048357
(4,131,87)
#04754E
(4,117,78)
#046745
(4,103,69)
#04593C
(4,89,60)
#044B33
(4,75,51)
#043D2A
(4,61,42)
#042F21
(4,47,33)
#042118
(4,33,24)
#04130F
(4,19,15)
#000000
(0,0,0)

Tints of #049F69

#049F69
(4,159,105)
#1AA776
(26,167,118)
#30AF83
(48,175,131)
#46B790
(70,183,144)
#5CBF9D
(92,191,157)
#72C7AA
(114,199,170)
#88CFB7
(136,207,183)
#9ED7C4
(158,215,196)
#B4DFD1
(180,223,209)
#CAE7DE
(202,231,222)
#E0EFEB
(224,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049F69 color. Also use rgb(4,159,105) instead hex code.

Text Font Color

.myTextColor { color: #049F69; }

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

This text font color is #049F69.


Background Color

.myBgColor { background-color: #049F69; }

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

This div background color is #049F69.


Border color

.myBorderColor { border: 1px solid #049F69; }

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

This div border color is #049F69.


Opacity

.myOpacity80 { color: #049F69; opacity: 0.8; }

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

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

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

This text has shadow with #049F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049F69 on black background.


Color preview on white background

This text has color #049F69 on white background.



Black color preview on #049F69 background

This text has black color on #049F69 background.


White color preview on #049F69 background

This text has white color on #049F69 background.