COLOR #003F53

HEX: #003F53
RGB: (0,63,83)

Renk bilgisi

#003F53 contains only green and blue colors. #003F53 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#003F53 color RGB value is (0,63,83).

  • kırmız ton 0;
  • yeşil ton 63;
  • mavi ton 83.
RGB:
(0,63,83)
(0%,25%,33%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 63 of 255 = 25%
B 83 of 255 = 33%

0
63
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 63 + 83 = 146 (100%)
R 0 of 146 ~ 0%
G 63 of 146 ~ 43.15%
B 83 of 146 ~ 56.85%

%43.15
%56.85

CMYK RENK MODELİ

#003F53 rengi CMYK tonu (100,24,0,67).

  • camgöbeği tonu 100.00%
  • eflatun tonu 24.10%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(100,24,0,67)
C100M24Y0K67 
(100%,24%,0%,67%)
(1.00/0.24/0.00/0.67)	

CMYK yüzdeleri

%100
%24.1
%0
%67.45

Codes

Color #003F53 in popluar color models

003F53
RGB06383
HSL194°100.00%16.27%
HSB/HSV194°100.00%32.55%
CMYK100.00%24.10%0.00%
67.45%

Color #003F53 in popluar number systems.

HEX003F53
Decimal06383
Binary01111111010011
Octal077123

Shades and tints

Shades of #003F53

#003F53
(0,63,83)
#003A4C
(0,58,76)
#003545
(0,53,69)
#00303E
(0,48,62)
#002B37
(0,43,55)
#002630
(0,38,48)
#002129
(0,33,41)
#001C22
(0,28,34)
#00171B
(0,23,27)
#001214
(0,18,20)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #003F53

#003F53
(0,63,83)
#175062
(23,80,98)
#2E6171
(46,97,113)
#457280
(69,114,128)
#5C838F
(92,131,143)
#73949E
(115,148,158)
#8AA5AD
(138,165,173)
#A1B6BC
(161,182,188)
#B8C7CB
(184,199,203)
#CFD8DA
(207,216,218)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003F53 color. Also use rgb(0,63,83) instead hex code.

Text Font Color

.myTextColor { color: #003F53; }

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

This text font color is #003F53.


Background Color

.myBgColor { background-color: #003F53; }

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

This div background color is #003F53.


Border color

.myBorderColor { border: 1px solid #003F53; }

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

This div border color is #003F53.


Opacity

.myOpacity80 { color: #003F53; opacity: 0.8; }

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

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

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

This text has shadow with #003F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003F53 on black background.


Color preview on white background

This text has color #003F53 on white background.



Black color preview on #003F53 background

This text has black color on #003F53 background.


White color preview on #003F53 background

This text has white color on #003F53 background.