COLOR #63979B

HEX: #63979B
RGB: (99,151,155)

Renk bilgisi

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

RGB renk modeli

#63979B color RGB value is (99,151,155).

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

RGB bağlantıları ve doygunluk

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

99
151
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 151 + 155 = 405 (100%)
R 99 of 405 ~ 24.44%
G 151 of 405 ~ 37.28%
B 155 of 405 ~ 38.27%

%24.44
%37.28
%38.27

CMYK RENK MODELİ

#63979B rengi CMYK tonu (36,3,0,39).

  • camgöbeği tonu 36.13%
  • eflatun tonu 2.58%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(36,3,0,39)
C36M3Y0K39 
(36%,3%,0%,39%)
(0.36/0.03/0.00/0.39)	

CMYK yüzdeleri

%36.13
%2.58
%0
%39.22

Codes

Color #63979B in popluar color models

63979B
RGB99151155
HSL184°22.05%49.80%
HSB/HSV184°36.13%60.78%
CMYK36.13%2.58%0.00%
39.22%

Color #63979B in popluar number systems.

HEX63979B
Decimal99151155
Binary11000111001011110011011
Octal143227233

Shades and tints

Shades of #63979B

#63979B
(99,151,155)
#5A8A8D
(90,138,141)
#517D7F
(81,125,127)
#487071
(72,112,113)
#3F6363
(63,99,99)
#365655
(54,86,85)
#2D4947
(45,73,71)
#243C39
(36,60,57)
#1B2F2B
(27,47,43)
#12221D
(18,34,29)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #63979B

#63979B
(99,151,155)
#71A0A4
(113,160,164)
#7FA9AD
(127,169,173)
#8DB2B6
(141,178,182)
#9BBBBF
(155,187,191)
#A9C4C8
(169,196,200)
#B7CDD1
(183,205,209)
#C5D6DA
(197,214,218)
#D3DFE3
(211,223,227)
#E1E8EC
(225,232,236)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63979B; }

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

This text font color is #63979B.


Background Color

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

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

This div background color is #63979B.


Border color

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

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

This div border color is #63979B.


Opacity

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

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

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

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

This text has shadow with #63979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63979B on black background.


Color preview on white background

This text has color #63979B on white background.



Black color preview on #63979B background

This text has black color on #63979B background.


White color preview on #63979B background

This text has white color on #63979B background.