COLOR #635361

HEX: #635361
RGB: (99,83,97)

Renk bilgisi

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

RGB renk modeli

#635361 color RGB value is (99,83,97).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 83 of 255 = 33%
B 97 of 255 = 38%

99
83
97

R + G + B ~ 37%. #635361 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 83 + 97 = 279 (100%)
R 99 of 279 ~ 35.48%
G 83 of 279 ~ 29.75%
B 97 of 279 ~ 34.77%

%35.48
%29.75
%34.77

CMYK RENK MODELİ

#635361 rengi CMYK tonu (0,16,2,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.16%
  • sarı tonu 2.02%
  • ana renk tonu 61.18%
CMYK:
(0,16,2,61)
C0M16Y2K61 
(0%,16%,2%,61%)
(0.00/0.16/0.02/0.61)	

CMYK yüzdeleri

%0
%16.16
%2.02
%61.18

Codes

Color #635361 in popluar color models

635361
RGB998397
HSL308°8.79%35.69%
HSB/HSV308°16.16%38.82%
CMYK0.00%16.16%2.02%
61.18%

Color #635361 in popluar number systems.

HEX635361
Decimal998397
Binary110001110100111100001
Octal143123141

Shades and tints

Shades of #635361

#635361
(99,83,97)
#5A4C59
(90,76,89)
#514551
(81,69,81)
#483E49
(72,62,73)
#3F3741
(63,55,65)
#363039
(54,48,57)
#2D2931
(45,41,49)
#242229
(36,34,41)
#1B1B21
(27,27,33)
#121419
(18,20,25)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #635361

#635361
(99,83,97)
#71626F
(113,98,111)
#7F717D
(127,113,125)
#8D808B
(141,128,139)
#9B8F99
(155,143,153)
#A99EA7
(169,158,167)
#B7ADB5
(183,173,181)
#C5BCC3
(197,188,195)
#D3CBD1
(211,203,209)
#E1DADF
(225,218,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635361; }

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

This text font color is #635361.


Background Color

.myBgColor { background-color: #635361; }

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

This div background color is #635361.


Border color

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

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

This div border color is #635361.


Opacity

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

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

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

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

This text has shadow with #635361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635361 on black background.


Color preview on white background

This text has color #635361 on white background.



Black color preview on #635361 background

This text has black color on #635361 background.


White color preview on #635361 background

This text has white color on #635361 background.