COLOR #00637F

HEX: #00637F
RGB: (0,99,127)

Renk bilgisi

#00637F contains only green and blue colors. #00637F ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#00637F color RGB value is (0,99,127).

  • kırmız ton 0;
  • yeşil ton 99;
  • mavi ton 127.
RGB:
(0,99,127)
(0%,39%,50%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 99 of 255 = 39%
B 127 of 255 = 50%

0
99
127

R + G + B ~ 30%. #00637F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 99 + 127 = 226 (100%)
R 0 of 226 ~ 0%
G 99 of 226 ~ 43.81%
B 127 of 226 ~ 56.19%

%43.81
%56.19

CMYK RENK MODELİ

#00637F rengi CMYK tonu (100,22,0,50).

  • camgöbeği tonu 100.00%
  • eflatun tonu 22.05%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(100,22,0,50)
C100M22Y0K50 
(100%,22%,0%,50%)
(1.00/0.22/0.00/0.50)	

CMYK yüzdeleri

%100
%22.05
%0
%50.2

Codes

Color #00637F in popluar color models

00637F
RGB099127
HSL193°100.00%24.90%
HSB/HSV193°100.00%49.80%
CMYK100.00%22.05%0.00%
50.20%

Color #00637F in popluar number systems.

HEX00637F
Decimal099127
Binary011000111111111
Octal0143177

Shades and tints

Shades of #00637F

#00637F
(0,99,127)
#005A74
(0,90,116)
#005169
(0,81,105)
#00485E
(0,72,94)
#003F53
(0,63,83)
#003648
(0,54,72)
#002D3D
(0,45,61)
#002432
(0,36,50)
#001B27
(0,27,39)
#00121C
(0,18,28)
#000911
(0,9,17)
#000000
(0,0,0)

Tints of #00637F

#00637F
(0,99,127)
#17718A
(23,113,138)
#2E7F95
(46,127,149)
#458DA0
(69,141,160)
#5C9BAB
(92,155,171)
#73A9B6
(115,169,182)
#8AB7C1
(138,183,193)
#A1C5CC
(161,197,204)
#B8D3D7
(184,211,215)
#CFE1E2
(207,225,226)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00637F color. Also use rgb(0,99,127) instead hex code.

Text Font Color

.myTextColor { color: #00637F; }

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

This text font color is #00637F.


Background Color

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

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

This div background color is #00637F.


Border color

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

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

This div border color is #00637F.


Opacity

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

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

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

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

This text has shadow with #00637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00637F on black background.


Color preview on white background

This text has color #00637F on white background.



Black color preview on #00637F background

This text has black color on #00637F background.


White color preview on #00637F background

This text has white color on #00637F background.