COLOR #636461

HEX: #636461
RGB: (99,100,97)

Renk bilgisi

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

RGB renk modeli

#636461 color RGB value is (99,100,97).

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

RGB bağlantıları ve doygunluk

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

99
100
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 100 + 97 = 296 (100%)
R 99 of 296 ~ 33.45%
G 100 of 296 ~ 33.78%
B 97 of 296 ~ 32.77%

%33.45
%33.78
%32.77

CMYK RENK MODELİ

#636461 rengi CMYK tonu (1,0,3,61).

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

CMYK yüzdeleri

%1
%0
%3
%60.78

Codes

Color #636461 in popluar color models

636461
RGB9910097
HSL80°1.52%38.63%
HSB/HSV80°3.00%39.22%
CMYK1.00%0.00%3.00%
60.78%

Color #636461 in popluar number systems.

HEX636461
Decimal9910097
Binary110001111001001100001
Octal143144141

Shades and tints

Shades of #636461

#636461
(99,100,97)
#5A5B59
(90,91,89)
#515251
(81,82,81)
#484949
(72,73,73)
#3F4041
(63,64,65)
#363739
(54,55,57)
#2D2E31
(45,46,49)
#242529
(36,37,41)
#1B1C21
(27,28,33)
#121319
(18,19,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #636461

#636461
(99,100,97)
#71726F
(113,114,111)
#7F807D
(127,128,125)
#8D8E8B
(141,142,139)
#9B9C99
(155,156,153)
#A9AAA7
(169,170,167)
#B7B8B5
(183,184,181)
#C5C6C3
(197,198,195)
#D3D4D1
(211,212,209)
#E1E2DF
(225,226,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636461; }

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

This text font color is #636461.


Background Color

.myBgColor { background-color: #636461; }

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

This div background color is #636461.


Border color

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

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

This div border color is #636461.


Opacity

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

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

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

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

This text has shadow with #636461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636461 on black background.


Color preview on white background

This text has color #636461 on white background.



Black color preview on #636461 background

This text has black color on #636461 background.


White color preview on #636461 background

This text has white color on #636461 background.