COLOR #63797D

HEX: #63797D
RGB: (99,121,125)

Renk bilgisi

#63797D contains red, green and blue colors in about the same proportion. #63797D ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#63797D color RGB value is (99,121,125).

  • kırmız ton 99;
  • yeşil ton 121;
  • mavi ton 125.
RGB:
(99,121,125)
(39%,47%,49%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 121 of 255 = 47%
B 125 of 255 = 49%

99
121
125

R + G + B ~ 45%. #63797D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 121 + 125 = 345 (100%)
R 99 of 345 ~ 28.7%
G 121 of 345 ~ 35.07%
B 125 of 345 ~ 36.23%

%28.7
%35.07
%36.23

CMYK RENK MODELİ

#63797D rengi CMYK tonu (21,3,0,51).

  • camgöbeği tonu 20.80%
  • eflatun tonu 3.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(21,3,0,51)
C21M3Y0K51 
(21%,3%,0%,51%)
(0.21/0.03/0.00/0.51)	

CMYK yüzdeleri

%20.8
%3.2
%0
%50.98

Codes

Color #63797D in popluar color models

63797D
RGB99121125
HSL189°11.61%43.92%
HSB/HSV189°20.80%49.02%
CMYK20.80%3.20%0.00%
50.98%

Color #63797D in popluar number systems.

HEX63797D
Decimal99121125
Binary110001111110011111101
Octal143171175

Shades and tints

Shades of #63797D

#63797D
(99,121,125)
#5A6E72
(90,110,114)
#516367
(81,99,103)
#48585C
(72,88,92)
#3F4D51
(63,77,81)
#364246
(54,66,70)
#2D373B
(45,55,59)
#242C30
(36,44,48)
#1B2125
(27,33,37)
#12161A
(18,22,26)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #63797D

#63797D
(99,121,125)
#718588
(113,133,136)
#7F9193
(127,145,147)
#8D9D9E
(141,157,158)
#9BA9A9
(155,169,169)
#A9B5B4
(169,181,180)
#B7C1BF
(183,193,191)
#C5CDCA
(197,205,202)
#D3D9D5
(211,217,213)
#E1E5E0
(225,229,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63797D color. Also use rgb(99,121,125) instead hex code.

Text Font Color

.myTextColor { color: #63797D; }

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

This text font color is #63797D.


Background Color

.myBgColor { background-color: #63797D; }

<div style="background-color:#63797D">Inner text</div>

This div background color is #63797D.


Border color

.myBorderColor { border: 1px solid #63797D; }

<div style="border:3px solid #63797D">Div</div>

This div border color is #63797D.


Opacity

.myOpacity80 { color: #63797D; opacity: 0.8; }

<p style="color:#63797D;opacity:0.8;">80%</p>

Text with #63797D 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 #63797D;}

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

This text has shadow with #63797D color.

.textShadow {text-shadow: 3px 3px 1px #63797D, 3px 3px 1px red;}

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

This text has shadow with #63797D primary color and red secondary color.


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

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

This text has shadow with #63797D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63797D on black background.


Color preview on white background

This text has color #63797D on white background.



Black color preview on #63797D background

This text has black color on #63797D background.


White color preview on #63797D background

This text has white color on #63797D background.