COLOR #63677C

HEX: #63677C
RGB: (99,103,124)

Renk bilgisi

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

RGB renk modeli

#63677C color RGB value is (99,103,124).

  • kırmız ton 99;
  • yeşil ton 103;
  • mavi ton 124.
RGB:
(99,103,124)
(39%,40%,49%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 103 of 255 = 40%
B 124 of 255 = 49%

99
103
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 103 + 124 = 326 (100%)
R 99 of 326 ~ 30.37%
G 103 of 326 ~ 31.6%
B 124 of 326 ~ 38.04%

%30.37
%31.6
%38.04

CMYK RENK MODELİ

#63677C rengi CMYK tonu (20,17,0,51).

  • camgöbeği tonu 20.16%
  • eflatun tonu 16.94%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(20,17,0,51)
C20M17Y0K51 
(20%,17%,0%,51%)
(0.20/0.17/0.00/0.51)	

CMYK yüzdeleri

%20.16
%16.94
%0
%51.37

Codes

Color #63677C in popluar color models

63677C
RGB99103124
HSL230°11.21%43.73%
HSB/HSV230°20.16%48.63%
CMYK20.16%16.94%0.00%
51.37%

Color #63677C in popluar number systems.

HEX63677C
Decimal99103124
Binary110001111001111111100
Octal143147174

Shades and tints

Shades of #63677C

#63677C
(99,103,124)
#5A5E71
(90,94,113)
#515566
(81,85,102)
#484C5B
(72,76,91)
#3F4350
(63,67,80)
#363A45
(54,58,69)
#2D313A
(45,49,58)
#24282F
(36,40,47)
#1B1F24
(27,31,36)
#121619
(18,22,25)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #63677C

#63677C
(99,103,124)
#717487
(113,116,135)
#7F8192
(127,129,146)
#8D8E9D
(141,142,157)
#9B9BA8
(155,155,168)
#A9A8B3
(169,168,179)
#B7B5BE
(183,181,190)
#C5C2C9
(197,194,201)
#D3CFD4
(211,207,212)
#E1DCDF
(225,220,223)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63677C color. Also use rgb(99,103,124) instead hex code.

Text Font Color

.myTextColor { color: #63677C; }

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

This text font color is #63677C.


Background Color

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

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

This div background color is #63677C.


Border color

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

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

This div border color is #63677C.


Opacity

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

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

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

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

This text has shadow with #63677C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63677C on black background.


Color preview on white background

This text has color #63677C on white background.



Black color preview on #63677C background

This text has black color on #63677C background.


White color preview on #63677C background

This text has white color on #63677C background.