COLOR #002E48

HEX: #002E48
RGB: (0,46,72)

Renk bilgisi

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

RGB renk modeli

#002E48 color RGB value is (0,46,72).

  • kırmız ton 0;
  • yeşil ton 46;
  • mavi ton 72.
RGB:
(0,46,72)
(0%,18%,28%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 46 of 255 = 18%
B 72 of 255 = 28%

0
46
72

R + G + B ~ 15%. #002E48 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 46 + 72 = 118 (100%)
R 0 of 118 ~ 0%
G 46 of 118 ~ 38.98%
B 72 of 118 ~ 61.02%

%38.98
%61.02

CMYK RENK MODELİ

#002E48 rengi CMYK tonu (100,36,0,72).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.11%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(100,36,0,72)
C100M36Y0K72 
(100%,36%,0%,72%)
(1.00/0.36/0.00/0.72)	

CMYK yüzdeleri

%100
%36.11
%0
%71.76

Codes

Color #002E48 in popluar color models

002E48
RGB04672
HSL202°100.00%14.12%
HSB/HSV202°100.00%28.24%
CMYK100.00%36.11%0.00%
71.76%

Color #002E48 in popluar number systems.

HEX002E48
Decimal04672
Binary01011101001000
Octal056110

Shades and tints

Shades of #002E48

#002E48
(0,46,72)
#002A42
(0,42,66)
#00263C
(0,38,60)
#002236
(0,34,54)
#001E30
(0,30,48)
#001A2A
(0,26,42)
#001624
(0,22,36)
#00121E
(0,18,30)
#000E18
(0,14,24)
#000A12
(0,10,18)
#00060C
(0,6,12)
#000000
(0,0,0)

Tints of #002E48

#002E48
(0,46,72)
#174158
(23,65,88)
#2E5468
(46,84,104)
#456778
(69,103,120)
#5C7A88
(92,122,136)
#738D98
(115,141,152)
#8AA0A8
(138,160,168)
#A1B3B8
(161,179,184)
#B8C6C8
(184,198,200)
#CFD9D8
(207,217,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002E48 color. Also use rgb(0,46,72) instead hex code.

Text Font Color

.myTextColor { color: #002E48; }

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

This text font color is #002E48.


Background Color

.myBgColor { background-color: #002E48; }

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

This div background color is #002E48.


Border color

.myBorderColor { border: 1px solid #002E48; }

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

This div border color is #002E48.


Opacity

.myOpacity80 { color: #002E48; opacity: 0.8; }

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

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

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

This text has shadow with #002E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002E48 on black background.


Color preview on white background

This text has color #002E48 on white background.



Black color preview on #002E48 background

This text has black color on #002E48 background.


White color preview on #002E48 background

This text has white color on #002E48 background.