COLOR #049D9C

HEX: #049D9C
RGB: (4,157,156)

Color info

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

RGB color model

#049D9C color RGB value is (4,157,156).

  • red value is 4;
  • green value is 157;
  • blue value is 156.
RGB:
(4,157,156)
(2%,62%,61%)

RGB channels and saturation

R 4 of 255 = 2%
G 157 of 255 = 62%
B 156 of 255 = 61%

4
157
156

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

Portions of RGB colors in percentages

R + G + B =
4 + 157 + 156 = 317 (100%)
R 4 of 317 ~ 1.26%
G 157 of 317 ~ 49.53%
B 156 of 317 ~ 49.21%

%49.53
%49.21

CMYK color model

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

  • cyan value is 97.45%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(97,0,1,38)
C97M0Y1K38 
(97%,0%,1%,38%)
(0.97/0.00/0.01/0.38)	

CMYK percentages

%97.45
%0
%0.64
%38.43

Codes

Color #049D9C in popluar color models

049D9C
RGB4157156
HSL180°95.03%31.57%
HSB/HSV180°97.45%61.57%
CMYK97.45%0.00%0.64%
38.43%

Color #049D9C in popluar number systems.

HEX049D9C
Decimal4157156
Binary1001001110110011100
Octal4235234

Shades and tints

Shades of #049D9C

#049D9C
(4,157,156)
#048F8E
(4,143,142)
#048180
(4,129,128)
#047372
(4,115,114)
#046564
(4,101,100)
#045756
(4,87,86)
#044948
(4,73,72)
#043B3A
(4,59,58)
#042D2C
(4,45,44)
#041F1E
(4,31,30)
#041110
(4,17,16)
#000000
(0,0,0)

Tints of #049D9C

#049D9C
(4,157,156)
#1AA5A5
(26,165,165)
#30ADAE
(48,173,174)
#46B5B7
(70,181,183)
#5CBDC0
(92,189,192)
#72C5C9
(114,197,201)
#88CDD2
(136,205,210)
#9ED5DB
(158,213,219)
#B4DDE4
(180,221,228)
#CAE5ED
(202,229,237)
#E0EDF6
(224,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #049D9C; }

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

This text font color is #049D9C.


Background Color

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

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

This div background color is #049D9C.


Border color

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

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

This div border color is #049D9C.


Opacity

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

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

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

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

This text has shadow with #049D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049D9C on black background.


Color preview on white background

This text has color #049D9C on white background.



Black color preview on #049D9C background

This text has black color on #049D9C background.


White color preview on #049D9C background

This text has white color on #049D9C background.