COLOR #00497C

HEX: #00497C
RGB: (0,73,124)

Renk bilgisi

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

RGB renk modeli

#00497C color RGB value is (0,73,124).

  • kırmız ton 0;
  • yeşil ton 73;
  • mavi ton 124.
RGB:
(0,73,124)
(0%,29%,49%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 73 of 255 = 29%
B 124 of 255 = 49%

0
73
124

R + G + B ~ 26%. #00497C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 73 + 124 = 197 (100%)
R 0 of 197 ~ 0%
G 73 of 197 ~ 37.06%
B 124 of 197 ~ 62.94%

%37.06
%62.94

CMYK RENK MODELİ

#00497C rengi CMYK tonu (100,41,0,51).

  • camgöbeği tonu 100.00%
  • eflatun tonu 41.13%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(100,41,0,51)
C100M41Y0K51 
(100%,41%,0%,51%)
(1.00/0.41/0.00/0.51)	

CMYK yüzdeleri

%100
%41.13
%0
%51.37

Codes

Color #00497C in popluar color models

00497C
RGB073124
HSL205°100.00%24.31%
HSB/HSV205°100.00%48.63%
CMYK100.00%41.13%0.00%
51.37%

Color #00497C in popluar number systems.

HEX00497C
Decimal073124
Binary010010011111100
Octal0111174

Shades and tints

Shades of #00497C

#00497C
(0,73,124)
#004371
(0,67,113)
#003D66
(0,61,102)
#00375B
(0,55,91)
#003150
(0,49,80)
#002B45
(0,43,69)
#00253A
(0,37,58)
#001F2F
(0,31,47)
#001924
(0,25,36)
#001319
(0,19,25)
#000D0E
(0,13,14)
#000000
(0,0,0)

Tints of #00497C

#00497C
(0,73,124)
#175987
(23,89,135)
#2E6992
(46,105,146)
#45799D
(69,121,157)
#5C89A8
(92,137,168)
#7399B3
(115,153,179)
#8AA9BE
(138,169,190)
#A1B9C9
(161,185,201)
#B8C9D4
(184,201,212)
#CFD9DF
(207,217,223)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00497C color. Also use rgb(0,73,124) instead hex code.

Text Font Color

.myTextColor { color: #00497C; }

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

This text font color is #00497C.


Background Color

.myBgColor { background-color: #00497C; }

<div style="background-color:#00497C">Inner text</div>

This div background color is #00497C.


Border color

.myBorderColor { border: 1px solid #00497C; }

<div style="border:3px solid #00497C">Div</div>

This div border color is #00497C.


Opacity

.myOpacity80 { color: #00497C; opacity: 0.8; }

<p style="color:#00497C;opacity:0.8;">80%</p>

Text with #00497C 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 #00497C;}

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

This text has shadow with #00497C color.

.textShadow {text-shadow: 3px 3px 1px #00497C, 3px 3px 1px red;}

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

This text has shadow with #00497C primary color and red secondary color.


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

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

This text has shadow with #00497C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00497C on black background.


Color preview on white background

This text has color #00497C on white background.



Black color preview on #00497C background

This text has black color on #00497C background.


White color preview on #00497C background

This text has white color on #00497C background.