COLOR #004B49

HEX: #004B49
RGB: (0,75,73)

Color info

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

RGB color model

#004B49 color RGB value is (0,75,73).

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

RGB channels and saturation

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

0
75
73

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

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 73 = 148 (100%)
R 0 of 148 ~ 0%
G 75 of 148 ~ 50.68%
B 73 of 148 ~ 49.32%

%50.68
%49.32

CMYK color model

#004B49 color CMYK value is (100,0,3,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(100,0,3,71)
C100M0Y3K71 
(100%,0%,3%,71%)
(1.00/0.00/0.03/0.71)	

CMYK percentages

%100
%0
%2.67
%70.59

Codes

Color #004B49 in popluar color models

004B49
RGB07573
HSL178°100.00%14.71%
HSB/HSV178°100.00%29.41%
CMYK100.00%0.00%2.67%
70.59%

Color #004B49 in popluar number systems.

HEX004B49
Decimal07573
Binary010010111001001
Octal0113111

Shades and tints

Shades of #004B49

#004B49
(0,75,73)
#004543
(0,69,67)
#003F3D
(0,63,61)
#003937
(0,57,55)
#003331
(0,51,49)
#002D2B
(0,45,43)
#002725
(0,39,37)
#00211F
(0,33,31)
#001B19
(0,27,25)
#001513
(0,21,19)
#000F0D
(0,15,13)
#000000
(0,0,0)

Tints of #004B49

#004B49
(0,75,73)
#175B59
(23,91,89)
#2E6B69
(46,107,105)
#457B79
(69,123,121)
#5C8B89
(92,139,137)
#739B99
(115,155,153)
#8AABA9
(138,171,169)
#A1BBB9
(161,187,185)
#B8CBC9
(184,203,201)
#CFDBD9
(207,219,217)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B49; }

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

This text font color is #004B49.


Background Color

.myBgColor { background-color: #004B49; }

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

This div background color is #004B49.


Border color

.myBorderColor { border: 1px solid #004B49; }

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

This div border color is #004B49.


Opacity

.myOpacity80 { color: #004B49; opacity: 0.8; }

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

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

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

This text has shadow with #004B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B49 on black background.


Color preview on white background

This text has color #004B49 on white background.



Black color preview on #004B49 background

This text has black color on #004B49 background.


White color preview on #004B49 background

This text has white color on #004B49 background.