COLOR #636A63

HEX: #636A63
RGB: (99,106,99)

Renk bilgisi

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

RGB renk modeli

#636A63 color RGB value is (99,106,99).

  • kırmız ton 99;
  • yeşil ton 106;
  • mavi ton 99.
RGB:
(99,106,99)
(39%,42%,39%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 106 of 255 = 42%
B 99 of 255 = 39%

99
106
99

R + G + B ~ 40%. #636A63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 106 + 99 = 304 (100%)
R 99 of 304 ~ 32.57%
G 106 of 304 ~ 34.87%
B 99 of 304 ~ 32.57%

%32.57
%34.87
%32.57

CMYK RENK MODELİ

#636A63 rengi CMYK tonu (7,0,7,58).

  • camgöbeği tonu 6.60%
  • eflatun tonu 0.00%
  • sarı tonu 6.60%
  • ana renk tonu 58.43%
CMYK:
(7,0,7,58)
C7M0Y7K58 
(7%,0%,7%,58%)
(0.07/0.00/0.07/0.58)	

CMYK yüzdeleri

%6.6
%0
%6.6
%58.43

Codes

Color #636A63 in popluar color models

636A63
RGB9910699
HSL120°3.41%40.20%
HSB/HSV120°6.60%41.57%
CMYK6.60%0.00%6.60%
58.43%

Color #636A63 in popluar number systems.

HEX636A63
Decimal9910699
Binary110001111010101100011
Octal143152143

Shades and tints

Shades of #636A63

#636A63
(99,106,99)
#5A615A
(90,97,90)
#515851
(81,88,81)
#484F48
(72,79,72)
#3F463F
(63,70,63)
#363D36
(54,61,54)
#2D342D
(45,52,45)
#242B24
(36,43,36)
#1B221B
(27,34,27)
#121912
(18,25,18)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #636A63

#636A63
(99,106,99)
#717771
(113,119,113)
#7F847F
(127,132,127)
#8D918D
(141,145,141)
#9B9E9B
(155,158,155)
#A9ABA9
(169,171,169)
#B7B8B7
(183,184,183)
#C5C5C5
(197,197,197)
#D3D2D3
(211,210,211)
#E1DFE1
(225,223,225)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636A63 color. Also use rgb(99,106,99) instead hex code.

Text Font Color

.myTextColor { color: #636A63; }

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

This text font color is #636A63.


Background Color

.myBgColor { background-color: #636A63; }

<div style="background-color:#636A63">Inner text</div>

This div background color is #636A63.


Border color

.myBorderColor { border: 1px solid #636A63; }

<div style="border:3px solid #636A63">Div</div>

This div border color is #636A63.


Opacity

.myOpacity80 { color: #636A63; opacity: 0.8; }

<p style="color:#636A63;opacity:0.8;">80%</p>

Text with #636A63 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 #636A63;}

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

This text has shadow with #636A63 color.

.textShadow {text-shadow: 3px 3px 1px #636A63, 3px 3px 1px red;}

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

This text has shadow with #636A63 primary color and red secondary color.


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

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

This text has shadow with #636A63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A63 on black background.


Color preview on white background

This text has color #636A63 on white background.



Black color preview on #636A63 background

This text has black color on #636A63 background.


White color preview on #636A63 background

This text has white color on #636A63 background.