COLOR #049094

HEX: #049094
RGB: (4,144,148)

Color info

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

RGB color model

#049094 color RGB value is (4,144,148).

  • red value is 4;
  • green value is 144;
  • blue value is 148.
RGB:
(4,144,148)
(2%,56%,58%)

RGB channels and saturation

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

4
144
148

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

Portions of RGB colors in percentages

R + G + B =
4 + 144 + 148 = 296 (100%)
R 4 of 296 ~ 1.35%
G 144 of 296 ~ 48.65%
B 148 of 296 ~ 50%

%48.65
%50

CMYK color model

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

  • cyan value is 97.30%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(97,3,0,42)
C97M3Y0K42 
(97%,3%,0%,42%)
(0.97/0.03/0.00/0.42)	

CMYK percentages

%97.3
%2.7
%0
%41.96

Codes

Color #049094 in popluar color models

049094
RGB4144148
HSL182°94.74%29.80%
HSB/HSV182°97.30%58.04%
CMYK97.30%2.70%0.00%
41.96%

Color #049094 in popluar number systems.

HEX049094
Decimal4144148
Binary1001001000010010100
Octal4220224

Shades and tints

Shades of #049094

#049094
(4,144,148)
#048387
(4,131,135)
#04767A
(4,118,122)
#04696D
(4,105,109)
#045C60
(4,92,96)
#044F53
(4,79,83)
#044246
(4,66,70)
#043539
(4,53,57)
#04282C
(4,40,44)
#041B1F
(4,27,31)
#040E12
(4,14,18)
#000000
(0,0,0)

Tints of #049094

#049094
(4,144,148)
#1A9A9D
(26,154,157)
#30A4A6
(48,164,166)
#46AEAF
(70,174,175)
#5CB8B8
(92,184,184)
#72C2C1
(114,194,193)
#88CCCA
(136,204,202)
#9ED6D3
(158,214,211)
#B4E0DC
(180,224,220)
#CAEAE5
(202,234,229)
#E0F4EE
(224,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #049094; }

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

This text font color is #049094.


Background Color

.myBgColor { background-color: #049094; }

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

This div background color is #049094.


Border color

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

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

This div border color is #049094.


Opacity

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

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

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

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

This text has shadow with #049094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049094 on black background.


Color preview on white background

This text has color #049094 on white background.



Black color preview on #049094 background

This text has black color on #049094 background.


White color preview on #049094 background

This text has white color on #049094 background.