COLOR #004949

HEX: #004949
RGB: (0,73,73)

Color info

#004949 contains only green and blue colors. Web safe color of #004949 is #003333 (or #033).

RGB color model

#004949 color RGB value is (0,73,73).

  • red value is 0;
  • green value is 73;
  • blue value is 73.
RGB:
(0,73,73)
(0%,29%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 73 of 255 = 29%
B 73 of 255 = 29%

0
73
73

R + G + B ~ 19%. #004949 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 73 + 73 = 146 (100%)
R 0 of 146 ~ 0%
G 73 of 146 ~ 50%
B 73 of 146 ~ 50%

%50
%50

CMYK color model

#004949 color CMYK value is (100,0,0,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(100,0,0,71)
C100M0Y0K71 
(100%,0%,0%,71%)
(1.00/0.00/0.00/0.71)	

CMYK percentages

%100
%0
%0
%71.37

Codes

Color #004949 in popluar color models

004949
RGB07373
HSL180°100.00%14.31%
HSB/HSV180°100.00%28.63%
CMYK100.00%0.00%0.00%
71.37%

Color #004949 in popluar number systems.

HEX004949
Decimal07373
Binary010010011001001
Octal0111111

Shades and tints

Shades of #004949

#004949
(0,73,73)
#004343
(0,67,67)
#003D3D
(0,61,61)
#003737
(0,55,55)
#003131
(0,49,49)
#002B2B
(0,43,43)
#002525
(0,37,37)
#001F1F
(0,31,31)
#001919
(0,25,25)
#001313
(0,19,19)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #004949

#004949
(0,73,73)
#175959
(23,89,89)
#2E6969
(46,105,105)
#457979
(69,121,121)
#5C8989
(92,137,137)
#739999
(115,153,153)
#8AA9A9
(138,169,169)
#A1B9B9
(161,185,185)
#B8C9C9
(184,201,201)
#CFD9D9
(207,217,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004949 color. Also use rgb(0,73,73) instead hex code.

Text Font Color

.myTextColor { color: #004949; }

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

This text font color is #004949.


Background Color

.myBgColor { background-color: #004949; }

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

This div background color is #004949.


Border color

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

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

This div border color is #004949.


Opacity

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

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

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

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

This text has shadow with #004949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004949 on black background.


Color preview on white background

This text has color #004949 on white background.



Black color preview on #004949 background

This text has black color on #004949 background.


White color preview on #004949 background

This text has white color on #004949 background.