COLOR #636464

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

99
100
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 100 + 100 = 299 (100%)
R 99 of 299 ~ 33.11%
G 100 of 299 ~ 33.44%
B 100 of 299 ~ 33.44%

%33.11
%33.44
%33.44

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1
%0
%0
%60.78

Codes

Color #636464 in popluar color models

636464
RGB99100100
HSL180°0.50%39.02%
HSB/HSV180°1.00%39.22%
CMYK1.00%0.00%0.00%
60.78%

Color #636464 in popluar number systems.

HEX636464
Decimal99100100
Binary110001111001001100100
Octal143144144

Shades and tints

Shades of #636464

#636464
(99,100,100)
#5A5B5B
(90,91,91)
#515252
(81,82,82)
#484949
(72,73,73)
#3F4040
(63,64,64)
#363737
(54,55,55)
#2D2E2E
(45,46,46)
#242525
(36,37,37)
#1B1C1C
(27,28,28)
#121313
(18,19,19)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #636464

#636464
(99,100,100)
#717272
(113,114,114)
#7F8080
(127,128,128)
#8D8E8E
(141,142,142)
#9B9C9C
(155,156,156)
#A9AAAA
(169,170,170)
#B7B8B8
(183,184,184)
#C5C6C6
(197,198,198)
#D3D4D4
(211,212,212)
#E1E2E2
(225,226,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636464; }

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

This text font color is #636464.


Background Color

.myBgColor { background-color: #636464; }

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

This div background color is #636464.


Border color

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

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

This div border color is #636464.


Opacity

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

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

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

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

This text has shadow with #636464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636464 on black background.


Color preview on white background

This text has color #636464 on white background.



Black color preview on #636464 background

This text has black color on #636464 background.


White color preview on #636464 background

This text has white color on #636464 background.