COLOR #63979C

HEX: #63979C
RGB: (99,151,156)

Renk bilgisi

#63979C contains red, green and blue colors in about the same proportion. #63979C ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63979C color RGB value is (99,151,156).

  • kırmız ton 99;
  • yeşil ton 151;
  • mavi ton 156.
RGB:
(99,151,156)
(39%,59%,61%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 151 of 255 = 59%
B 156 of 255 = 61%

99
151
156

R + G + B ~ 53%. #63979C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 151 + 156 = 406 (100%)
R 99 of 406 ~ 24.38%
G 151 of 406 ~ 37.19%
B 156 of 406 ~ 38.42%

%24.38
%37.19
%38.42

CMYK RENK MODELİ

#63979C rengi CMYK tonu (37,3,0,39).

  • camgöbeği tonu 36.54%
  • eflatun tonu 3.21%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(37,3,0,39)
C37M3Y0K39 
(37%,3%,0%,39%)
(0.37/0.03/0.00/0.39)	

CMYK yüzdeleri

%36.54
%3.21
%0
%38.82

Codes

Color #63979C in popluar color models

63979C
RGB99151156
HSL185°22.35%50.00%
HSB/HSV185°36.54%61.18%
CMYK36.54%3.21%0.00%
38.82%

Color #63979C in popluar number systems.

HEX63979C
Decimal99151156
Binary11000111001011110011100
Octal143227234

Shades and tints

Shades of #63979C

#63979C
(99,151,156)
#5A8A8E
(90,138,142)
#517D80
(81,125,128)
#487072
(72,112,114)
#3F6364
(63,99,100)
#365656
(54,86,86)
#2D4948
(45,73,72)
#243C3A
(36,60,58)
#1B2F2C
(27,47,44)
#12221E
(18,34,30)
#091510
(9,21,16)
#000000
(0,0,0)

Tints of #63979C

#63979C
(99,151,156)
#71A0A5
(113,160,165)
#7FA9AE
(127,169,174)
#8DB2B7
(141,178,183)
#9BBBC0
(155,187,192)
#A9C4C9
(169,196,201)
#B7CDD2
(183,205,210)
#C5D6DB
(197,214,219)
#D3DFE4
(211,223,228)
#E1E8ED
(225,232,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63979C color. Also use rgb(99,151,156) instead hex code.

Text Font Color

.myTextColor { color: #63979C; }

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

This text font color is #63979C.


Background Color

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

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

This div background color is #63979C.


Border color

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

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

This div border color is #63979C.


Opacity

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

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

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

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

This text has shadow with #63979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63979C on black background.


Color preview on white background

This text has color #63979C on white background.



Black color preview on #63979C background

This text has black color on #63979C background.


White color preview on #63979C background

This text has white color on #63979C background.