COLOR #636961

HEX: #636961
RGB: (99,105,97)

Renk bilgisi

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

RGB renk modeli

#636961 color RGB value is (99,105,97).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 105 of 255 = 41%
B 97 of 255 = 38%

99
105
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 105 + 97 = 301 (100%)
R 99 of 301 ~ 32.89%
G 105 of 301 ~ 34.88%
B 97 of 301 ~ 32.23%

%32.89
%34.88
%32.23

CMYK RENK MODELİ

#636961 rengi CMYK tonu (6,0,8,59).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 7.62%
  • ana renk tonu 58.82%
CMYK:
(6,0,8,59)
C6M0Y8K59 
(6%,0%,8%,59%)
(0.06/0.00/0.08/0.59)	

CMYK yüzdeleri

%5.71
%0
%7.62
%58.82

Codes

Color #636961 in popluar color models

636961
RGB9910597
HSL105°3.96%39.61%
HSB/HSV105°7.62%41.18%
CMYK5.71%0.00%7.62%
58.82%

Color #636961 in popluar number systems.

HEX636961
Decimal9910597
Binary110001111010011100001
Octal143151141

Shades and tints

Shades of #636961

#636961
(99,105,97)
#5A6059
(90,96,89)
#515751
(81,87,81)
#484E49
(72,78,73)
#3F4541
(63,69,65)
#363C39
(54,60,57)
#2D3331
(45,51,49)
#242A29
(36,42,41)
#1B2121
(27,33,33)
#121819
(18,24,25)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #636961

#636961
(99,105,97)
#71766F
(113,118,111)
#7F837D
(127,131,125)
#8D908B
(141,144,139)
#9B9D99
(155,157,153)
#A9AAA7
(169,170,167)
#B7B7B5
(183,183,181)
#C5C4C3
(197,196,195)
#D3D1D1
(211,209,209)
#E1DEDF
(225,222,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636961; }

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

This text font color is #636961.


Background Color

.myBgColor { background-color: #636961; }

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

This div background color is #636961.


Border color

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

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

This div border color is #636961.


Opacity

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

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

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

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

This text has shadow with #636961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636961 on black background.


Color preview on white background

This text has color #636961 on white background.



Black color preview on #636961 background

This text has black color on #636961 background.


White color preview on #636961 background

This text has white color on #636961 background.