COLOR #049F9F

HEX: #049F9F RGB: (4,159,159)

Color info

#049F9F contains mainly green and blue colors. Web safe color of #049F9F is #009999 (or #099).

RGB color model

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

RGB: (4,159,159) (2%, 62%, 62%)

RGB channels and saturation

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

4
159
159

R + G + B ~ 42%. #049F9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 4 + 159 + 159 = 322 (100%)
R 4 of 322 ~ 1.24%
G 159 of 322 ~ 49.38%
B 159 of 322 ~ 49.38'%

%49.38
%49.38

CMYK color model

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

  • cyan value is 97.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (97,0,0,38)
C97M0Y0K38 (97%, 0%, 0%, 38%)
(0.97 / 0.00 / 0.00 / 0.38)

CMYK percentages

%97.48
%0
%0
%37.65

Codes

Color #049F9F in popluar color models

04 9F 9F
RGB 4 159 159
HSL 180° 95.09% 31.96%
HSB/HSV 180° 97.48% 62.35%
CMYK 97.48% 0.00% 0.00%
37.65%

Color #049F9F in popluar number systems.

HEX 04 9F 9F
Decimal 4 159 159
Binary 100 10011111 10011111
Octal 4 237 237

Shades and tints

Shades of #049F9F

#049F9F
(4,159,159)
#049191
(4,145,145)
#048383
(4,131,131)
#047575
(4,117,117)
#046767
(4,103,103)
#045959
(4,89,89)
#044B4B
(4,75,75)
#043D3D
(4,61,61)
#042F2F
(4,47,47)
#042121
(4,33,33)
#041313
(4,19,19)
#000000
(0,0,0)

Tints of #049F9F

#049F9F
(4,159,159)
#1AA7A7
(26,167,167)
#30AFAF
(48,175,175)
#46B7B7
(70,183,183)
#5CBFBF
(92,191,191)
#72C7C7
(114,199,199)
#88CFCF
(136,207,207)
#9ED7D7
(158,215,215)
#B4DFDF
(180,223,223)
#CAE7E7
(202,231,231)
#E0EFEF
(224,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #049F9F; }

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

This text font color is #049F9F.

Background Color

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

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

This div background color is #049F9F.

Border color

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

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

This div border color is #049F9F.

Opacity

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

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

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

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

This text has shadow with #049F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #049F9F.

Preview

Color preview on black background

This text has color #049F9F on black background.


Color preview on white background

This text has color #049F9F on white background.


Black color preview on #049F9F background

This text has black color on #049F9F background.


White color preview on #049F9F background

This text has white color on #049F9F background.


Related colors

Complementary color

Complementary color for #hex is #FB6060.


I love getcolorcode.com