COLOR #635349

HEX: #635349
RGB: (99,83,73)

Renk bilgisi

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

RGB renk modeli

#635349 color RGB value is (99,83,73).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 83 of 255 = 33%
B 73 of 255 = 29%

99
83
73

R + G + B ~ 34%. #635349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 83 + 73 = 255 (100%)
R 99 of 255 ~ 38.82%
G 83 of 255 ~ 32.55%
B 73 of 255 ~ 28.63%

%38.82
%32.55
%28.63

CMYK RENK MODELİ

#635349 rengi CMYK tonu (0,16,26,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.16%
  • sarı tonu 26.26%
  • ana renk tonu 61.18%
CMYK:
(0,16,26,61)
C0M16Y26K61 
(0%,16%,26%,61%)
(0.00/0.16/0.26/0.61)	

CMYK yüzdeleri

%0
%16.16
%26.26
%61.18

Codes

Color #635349 in popluar color models

635349
RGB998373
HSL23°15.12%33.73%
HSB/HSV23°26.26%38.82%
CMYK0.00%16.16%26.26%
61.18%

Color #635349 in popluar number systems.

HEX635349
Decimal998373
Binary110001110100111001001
Octal143123111

Shades and tints

Shades of #635349

#635349
(99,83,73)
#5A4C43
(90,76,67)
#51453D
(81,69,61)
#483E37
(72,62,55)
#3F3731
(63,55,49)
#36302B
(54,48,43)
#2D2925
(45,41,37)
#24221F
(36,34,31)
#1B1B19
(27,27,25)
#121413
(18,20,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #635349

#635349
(99,83,73)
#716259
(113,98,89)
#7F7169
(127,113,105)
#8D8079
(141,128,121)
#9B8F89
(155,143,137)
#A99E99
(169,158,153)
#B7ADA9
(183,173,169)
#C5BCB9
(197,188,185)
#D3CBC9
(211,203,201)
#E1DAD9
(225,218,217)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635349; }

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

This text font color is #635349.


Background Color

.myBgColor { background-color: #635349; }

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

This div background color is #635349.


Border color

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

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

This div border color is #635349.


Opacity

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

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

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

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

This text has shadow with #635349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635349 on black background.


Color preview on white background

This text has color #635349 on white background.



Black color preview on #635349 background

This text has black color on #635349 background.


White color preview on #635349 background

This text has white color on #635349 background.