COLOR #024449

HEX: #024449
RGB: (2,68,73)

Renk bilgisi

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

RGB renk modeli

#024449 color RGB value is (2,68,73).

  • kırmız ton 2;
  • yeşil ton 68;
  • mavi ton 73.
RGB:
(2,68,73)
(1%,27%,29%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 68 of 255 = 27%
B 73 of 255 = 29%

2
68
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 68 + 73 = 143 (100%)
R 2 of 143 ~ 1.4%
G 68 of 143 ~ 47.55%
B 73 of 143 ~ 51.05%

%47.55
%51.05

CMYK RENK MODELİ

#024449 rengi CMYK tonu (97,7,0,71).

  • camgöbeği tonu 97.26%
  • eflatun tonu 6.85%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(97,7,0,71)
C97M7Y0K71 
(97%,7%,0%,71%)
(0.97/0.07/0.00/0.71)	

CMYK yüzdeleri

%97.26
%6.85
%0
%71.37

Codes

Color #024449 in popluar color models

024449
RGB26873
HSL184°94.67%14.71%
HSB/HSV184°97.26%28.63%
CMYK97.26%6.85%0.00%
71.37%

Color #024449 in popluar number systems.

HEX024449
Decimal26873
Binary1010001001001001
Octal2104111

Shades and tints

Shades of #024449

#024449
(2,68,73)
#023E43
(2,62,67)
#02383D
(2,56,61)
#023237
(2,50,55)
#022C31
(2,44,49)
#02262B
(2,38,43)
#022025
(2,32,37)
#021A1F
(2,26,31)
#021419
(2,20,25)
#020E13
(2,14,19)
#02080D
(2,8,13)
#000000
(0,0,0)

Tints of #024449

#024449
(2,68,73)
#195559
(25,85,89)
#306669
(48,102,105)
#477779
(71,119,121)
#5E8889
(94,136,137)
#759999
(117,153,153)
#8CAAA9
(140,170,169)
#A3BBB9
(163,187,185)
#BACCC9
(186,204,201)
#D1DDD9
(209,221,217)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024449; }

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

This text font color is #024449.


Background Color

.myBgColor { background-color: #024449; }

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

This div background color is #024449.


Border color

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

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

This div border color is #024449.


Opacity

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

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

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

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

This text has shadow with #024449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024449 on black background.


Color preview on white background

This text has color #024449 on white background.



Black color preview on #024449 background

This text has black color on #024449 background.


White color preview on #024449 background

This text has white color on #024449 background.