COLOR #00363F

HEX: #00363F
RGB: (0,54,63)

Renk bilgisi

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

RGB renk modeli

#00363F color RGB value is (0,54,63).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 54 of 255 = 21%
B 63 of 255 = 25%

0
54
63

R + G + B ~ 15%. #00363F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 54 + 63 = 117 (100%)
R 0 of 117 ~ 0%
G 54 of 117 ~ 46.15%
B 63 of 117 ~ 53.85%

%46.15
%53.85

CMYK RENK MODELİ

#00363F rengi CMYK tonu (100,14,0,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 75.29%
CMYK:
(100,14,0,75)
C100M14Y0K75 
(100%,14%,0%,75%)
(1.00/0.14/0.00/0.75)	

CMYK yüzdeleri

%100
%14.29
%0
%75.29

Codes

Color #00363F in popluar color models

00363F
RGB05463
HSL189°100.00%12.35%
HSB/HSV189°100.00%24.71%
CMYK100.00%14.29%0.00%
75.29%

Color #00363F in popluar number systems.

HEX00363F
Decimal05463
Binary0110110111111
Octal06677

Shades and tints

Shades of #00363F

#00363F
(0,54,63)
#00323A
(0,50,58)
#002E35
(0,46,53)
#002A30
(0,42,48)
#00262B
(0,38,43)
#002226
(0,34,38)
#001E21
(0,30,33)
#001A1C
(0,26,28)
#001617
(0,22,23)
#001212
(0,18,18)
#000E0D
(0,14,13)
#000000
(0,0,0)

Tints of #00363F

#00363F
(0,54,63)
#174850
(23,72,80)
#2E5A61
(46,90,97)
#456C72
(69,108,114)
#5C7E83
(92,126,131)
#739094
(115,144,148)
#8AA2A5
(138,162,165)
#A1B4B6
(161,180,182)
#B8C6C7
(184,198,199)
#CFD8D8
(207,216,216)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00363F color. Also use rgb(0,54,63) instead hex code.

Text Font Color

.myTextColor { color: #00363F; }

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

This text font color is #00363F.


Background Color

.myBgColor { background-color: #00363F; }

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

This div background color is #00363F.


Border color

.myBorderColor { border: 1px solid #00363F; }

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

This div border color is #00363F.


Opacity

.myOpacity80 { color: #00363F; opacity: 0.8; }

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

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

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

This text has shadow with #00363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00363F on black background.


Color preview on white background

This text has color #00363F on white background.



Black color preview on #00363F background

This text has black color on #00363F background.


White color preview on #00363F background

This text has white color on #00363F background.