COLOR #004049

HEX: #004049
RGB: (0,64,73)

Renk bilgisi

#004049 contains only green and blue colors. #004049 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#004049 color RGB value is (0,64,73).

  • kırmız ton 0;
  • yeşil ton 64;
  • mavi ton 73.
RGB:
(0,64,73)
(0%,25%,29%)

RGB bağlantıları ve doygunluk

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

0
64
73

R + G + B ~ 18%. #004049 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 64 + 73 = 137 (100%)
R 0 of 137 ~ 0%
G 64 of 137 ~ 46.72%
B 73 of 137 ~ 53.28%

%46.72
%53.28

CMYK RENK MODELİ

#004049 rengi CMYK tonu (100,12,0,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 12.33%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(100,12,0,71)
C100M12Y0K71 
(100%,12%,0%,71%)
(1.00/0.12/0.00/0.71)	

CMYK yüzdeleri

%100
%12.33
%0
%71.37

Codes

Color #004049 in popluar color models

004049
RGB06473
HSL187°100.00%14.31%
HSB/HSV187°100.00%28.63%
CMYK100.00%12.33%0.00%
71.37%

Color #004049 in popluar number systems.

HEX004049
Decimal06473
Binary010000001001001
Octal0100111

Shades and tints

Shades of #004049

#004049
(0,64,73)
#003B43
(0,59,67)
#00363D
(0,54,61)
#003137
(0,49,55)
#002C31
(0,44,49)
#00272B
(0,39,43)
#002225
(0,34,37)
#001D1F
(0,29,31)
#001819
(0,24,25)
#001313
(0,19,19)
#000E0D
(0,14,13)
#000000
(0,0,0)

Tints of #004049

#004049
(0,64,73)
#175159
(23,81,89)
#2E6269
(46,98,105)
#457379
(69,115,121)
#5C8489
(92,132,137)
#739599
(115,149,153)
#8AA6A9
(138,166,169)
#A1B7B9
(161,183,185)
#B8C8C9
(184,200,201)
#CFD9D9
(207,217,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004049; }

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

This text font color is #004049.


Background Color

.myBgColor { background-color: #004049; }

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

This div background color is #004049.


Border color

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

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

This div border color is #004049.


Opacity

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

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

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

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

This text has shadow with #004049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004049 on black background.


Color preview on white background

This text has color #004049 on white background.



Black color preview on #004049 background

This text has black color on #004049 background.


White color preview on #004049 background

This text has white color on #004049 background.