COLOR #635D63

HEX: #635D63
RGB: (99,93,99)

Renk bilgisi

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

RGB renk modeli

#635D63 color RGB value is (99,93,99).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 93 of 255 = 36%
B 99 of 255 = 39%

99
93
99

R + G + B ~ 38%. #635D63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 93 + 99 = 291 (100%)
R 99 of 291 ~ 34.02%
G 93 of 291 ~ 31.96%
B 99 of 291 ~ 34.02%

%34.02
%31.96
%34.02

CMYK RENK MODELİ

#635D63 rengi CMYK tonu (0,6,0,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.06%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(0,6,0,61)
C0M6Y0K61 
(0%,6%,0%,61%)
(0.00/0.06/0.00/0.61)	

CMYK yüzdeleri

%0
%6.06
%0
%61.18

Codes

Color #635D63 in popluar color models

635D63
RGB999399
HSL300°3.13%37.65%
HSB/HSV300°6.06%38.82%
CMYK0.00%6.06%0.00%
61.18%

Color #635D63 in popluar number systems.

HEX635D63
Decimal999399
Binary110001110111011100011
Octal143135143

Shades and tints

Shades of #635D63

#635D63
(99,93,99)
#5A555A
(90,85,90)
#514D51
(81,77,81)
#484548
(72,69,72)
#3F3D3F
(63,61,63)
#363536
(54,53,54)
#2D2D2D
(45,45,45)
#242524
(36,37,36)
#1B1D1B
(27,29,27)
#121512
(18,21,18)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #635D63

#635D63
(99,93,99)
#716B71
(113,107,113)
#7F797F
(127,121,127)
#8D878D
(141,135,141)
#9B959B
(155,149,155)
#A9A3A9
(169,163,169)
#B7B1B7
(183,177,183)
#C5BFC5
(197,191,197)
#D3CDD3
(211,205,211)
#E1DBE1
(225,219,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635D63; }

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

This text font color is #635D63.


Background Color

.myBgColor { background-color: #635D63; }

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

This div background color is #635D63.


Border color

.myBorderColor { border: 1px solid #635D63; }

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

This div border color is #635D63.


Opacity

.myOpacity80 { color: #635D63; opacity: 0.8; }

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

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

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

This text has shadow with #635D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635D63 on black background.


Color preview on white background

This text has color #635D63 on white background.



Black color preview on #635D63 background

This text has black color on #635D63 background.


White color preview on #635D63 background

This text has white color on #635D63 background.