COLOR #049494

HEX: #049494 RGB: (4,148,148)

Color info

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

RGB color model

#049494 color RGB value is (4,148,148).

RGB: (4,148,148) (2%, 58%, 58%)

RGB channels and saturation

R 4 of 255 = 2%
G 148 of 255 = 58%
B 148 of 255 = 58%

4
148
148

R + G + B ~ 39%. #049494 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 148 + 148 = 300 (100%)
R 4 of 300 ~ 1.33%
G 148 of 300 ~ 49.33%
B 148 of 300 ~ 49.33'%

%49.33
%49.33

CMYK color model

#049494 color CMYK value is (97,0,0,42).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (97,0,0,42)
C97M0Y0K42 (97%, 0%, 0%, 42%)
(0.97 / 0.00 / 0.00 / 0.42)

CMYK percentages

%97.3
%0
%0
%41.96

Codes

Color #049494 in popluar color models

04 94 94
RGB 4 148 148
HSL 180° 94.74% 29.80%
HSB/HSV 180° 97.30% 58.04%
CMYK 97.30% 0.00% 0.00%
41.96%

Color #049494 in popluar number systems.

HEX 04 94 94
Decimal 4 148 148
Binary 100 10010100 10010100
Octal 4 224 224

Shades and tints

Shades of #049494

#049494
(4,148,148)
#048787
(4,135,135)
#047A7A
(4,122,122)
#046D6D
(4,109,109)
#046060
(4,96,96)
#045353
(4,83,83)
#044646
(4,70,70)
#043939
(4,57,57)
#042C2C
(4,44,44)
#041F1F
(4,31,31)
#041212
(4,18,18)
#000000
(0,0,0)

Tints of #049494

#049494
(4,148,148)
#1A9D9D
(26,157,157)
#30A6A6
(48,166,166)
#46AFAF
(70,175,175)
#5CB8B8
(92,184,184)
#72C1C1
(114,193,193)
#88CACA
(136,202,202)
#9ED3D3
(158,211,211)
#B4DCDC
(180,220,220)
#CAE5E5
(202,229,229)
#E0EEEE
(224,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #049494; }

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

This text font color is #049494.

Background Color

.myBgColor { background-color: #049494; }

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

This div background color is #049494.

Border color

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

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

This div border color is #049494.

Opacity

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

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

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

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

This text has shadow with #049494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #049494.

Preview

Color preview on black background

This text has color #049494 on black background.


Color preview on white background

This text has color #049494 on white background.


Black color preview on #049494 background

This text has black color on #049494 background.


White color preview on #049494 background

This text has white color on #049494 background.


Related colors

Complementary color

Complementary color for #hex is #FB6B6B.


I love getcolorcode.com