COLOR #636364

HEX: #636364
RGB: (99,99,100)

Renk bilgisi

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

RGB renk modeli

#636364 color RGB value is (99,99,100).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 99 of 255 = 39%
B 100 of 255 = 39%

99
99
100

R + G + B ~ 39%. #636364 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 99 + 100 = 298 (100%)
R 99 of 298 ~ 33.22%
G 99 of 298 ~ 33.22%
B 100 of 298 ~ 33.56%

%33.22
%33.22
%33.56

CMYK RENK MODELİ

#636364 rengi CMYK tonu (1,1,0,61).

  • camgöbeği tonu 1.00%
  • eflatun tonu 1.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(1,1,0,61)
C1M1Y0K61 
(1%,1%,0%,61%)
(0.01/0.01/0.00/0.61)	

CMYK yüzdeleri

%1
%1
%0
%60.78

Codes

Color #636364 in popluar color models

636364
RGB9999100
HSL240°0.50%39.02%
HSB/HSV240°1.00%39.22%
CMYK1.00%1.00%0.00%
60.78%

Color #636364 in popluar number systems.

HEX636364
Decimal9999100
Binary110001111000111100100
Octal143143144

Shades and tints

Shades of #636364

#636364
(99,99,100)
#5A5A5B
(90,90,91)
#515152
(81,81,82)
#484849
(72,72,73)
#3F3F40
(63,63,64)
#363637
(54,54,55)
#2D2D2E
(45,45,46)
#242425
(36,36,37)
#1B1B1C
(27,27,28)
#121213
(18,18,19)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #636364

#636364
(99,99,100)
#717172
(113,113,114)
#7F7F80
(127,127,128)
#8D8D8E
(141,141,142)
#9B9B9C
(155,155,156)
#A9A9AA
(169,169,170)
#B7B7B8
(183,183,184)
#C5C5C6
(197,197,198)
#D3D3D4
(211,211,212)
#E1E1E2
(225,225,226)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636364; }

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

This text font color is #636364.


Background Color

.myBgColor { background-color: #636364; }

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

This div background color is #636364.


Border color

.myBorderColor { border: 1px solid #636364; }

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

This div border color is #636364.


Opacity

.myOpacity80 { color: #636364; opacity: 0.8; }

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

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

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

This text has shadow with #636364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636364 on black background.


Color preview on white background

This text has color #636364 on white background.



Black color preview on #636364 background

This text has black color on #636364 background.


White color preview on #636364 background

This text has white color on #636364 background.