COLOR #002D48

HEX: #002D48
RGB: (0,45,72)

Renk bilgisi

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

RGB renk modeli

#002D48 color RGB value is (0,45,72).

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

RGB bağlantıları ve doygunluk

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

0
45
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 45 + 72 = 117 (100%)
R 0 of 117 ~ 0%
G 45 of 117 ~ 38.46%
B 72 of 117 ~ 61.54%

%38.46
%61.54

CMYK RENK MODELİ

#002D48 rengi CMYK tonu (100,38,0,72).

  • camgöbeği tonu 100.00%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(100,38,0,72)
C100M38Y0K72 
(100%,38%,0%,72%)
(1.00/0.38/0.00/0.72)	

CMYK yüzdeleri

%100
%37.5
%0
%71.76

Codes

Color #002D48 in popluar color models

002D48
RGB04572
HSL203°100.00%14.12%
HSB/HSV203°100.00%28.24%
CMYK100.00%37.50%0.00%
71.76%

Color #002D48 in popluar number systems.

HEX002D48
Decimal04572
Binary01011011001000
Octal055110

Shades and tints

Shades of #002D48

#002D48
(0,45,72)
#002942
(0,41,66)
#00253C
(0,37,60)
#002136
(0,33,54)
#001D30
(0,29,48)
#00192A
(0,25,42)
#001524
(0,21,36)
#00111E
(0,17,30)
#000D18
(0,13,24)
#000912
(0,9,18)
#00050C
(0,5,12)
#000000
(0,0,0)

Tints of #002D48

#002D48
(0,45,72)
#174058
(23,64,88)
#2E5368
(46,83,104)
#456678
(69,102,120)
#5C7988
(92,121,136)
#738C98
(115,140,152)
#8A9FA8
(138,159,168)
#A1B2B8
(161,178,184)
#B8C5C8
(184,197,200)
#CFD8D8
(207,216,216)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002D48; }

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

This text font color is #002D48.


Background Color

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

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

This div background color is #002D48.


Border color

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

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

This div border color is #002D48.


Opacity

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

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

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

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

This text has shadow with #002D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002D48 on black background.


Color preview on white background

This text has color #002D48 on white background.



Black color preview on #002D48 background

This text has black color on #002D48 background.


White color preview on #002D48 background

This text has white color on #002D48 background.