COLOR #663349

HEX: #663349
RGB: (102,51,73)

Renk bilgisi

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

RGB renk modeli

#663349 color RGB value is (102,51,73).

  • kırmız ton 102;
  • yeşil ton 51;
  • mavi ton 73.
RGB:
(102,51,73)
(40%,20%,29%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 51 of 255 = 20%
B 73 of 255 = 29%

102
51
73

R + G + B ~ 30%. #663349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 51 + 73 = 226 (100%)
R 102 of 226 ~ 45.13%
G 51 of 226 ~ 22.57%
B 73 of 226 ~ 32.3%

%45.13
%22.57
%32.3

CMYK RENK MODELİ

#663349 rengi CMYK tonu (0,50,28,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 28.43%
  • ana renk tonu 60.00%
CMYK:
(0,50,28,60)
C0M50Y28K60 
(0%,50%,28%,60%)
(0.00/0.50/0.28/0.60)	

CMYK yüzdeleri

%0
%50
%28.43
%60

Codes

Color #663349 in popluar color models

663349
RGB1025173
HSL334°33.33%30.00%
HSB/HSV334°50.00%40.00%
CMYK0.00%50.00%28.43%
60.00%

Color #663349 in popluar number systems.

HEX663349
Decimal1025173
Binary11001101100111001001
Octal14663111

Shades and tints

Shades of #663349

#663349
(102,51,73)
#5D2F43
(93,47,67)
#542B3D
(84,43,61)
#4B2737
(75,39,55)
#422331
(66,35,49)
#391F2B
(57,31,43)
#301B25
(48,27,37)
#27171F
(39,23,31)
#1E1319
(30,19,25)
#150F13
(21,15,19)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #663349

#663349
(102,51,73)
#734559
(115,69,89)
#805769
(128,87,105)
#8D6979
(141,105,121)
#9A7B89
(154,123,137)
#A78D99
(167,141,153)
#B49FA9
(180,159,169)
#C1B1B9
(193,177,185)
#CEC3C9
(206,195,201)
#DBD5D9
(219,213,217)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663349 color. Also use rgb(102,51,73) instead hex code.

Text Font Color

.myTextColor { color: #663349; }

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

This text font color is #663349.


Background Color

.myBgColor { background-color: #663349; }

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

This div background color is #663349.


Border color

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

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

This div border color is #663349.


Opacity

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

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

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

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

This text has shadow with #663349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663349 on black background.


Color preview on white background

This text has color #663349 on white background.



Black color preview on #663349 background

This text has black color on #663349 background.


White color preview on #663349 background

This text has white color on #663349 background.