COLOR #663333

HEX: #663333
RGB: (102,51,51)

Renk bilgisi

#663333 contains red, green and blue colors in about the same proportion. #663333 color is web safe color. It maybe written shortly as #633.

RGB renk modeli

#663333 color RGB value is (102,51,51).

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

RGB bağlantıları ve doygunluk

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

102
51
51

R + G + B ~ 27%. #663333 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 51 + 51 = 204 (100%)
R 102 of 204 ~ 50%
G 51 of 204 ~ 25%
B 51 of 204 ~ 25%

%50
%25
%25

CMYK RENK MODELİ

#663333 rengi CMYK tonu (0,50,50,60).

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

CMYK yüzdeleri

%0
%50
%50
%60

Codes

Color #663333 in popluar color models

663333
RGB1025151
HSL33.33%30.00%
HSB/HSV50.00%40.00%
CMYK0.00%50.00%50.00%
60.00%

Color #663333 in popluar number systems.

HEX663333
Decimal1025151
Binary1100110110011110011
Octal1466363

Shades and tints

Shades of #663333

#663333
(102,51,51)
#5D2F2F
(93,47,47)
#542B2B
(84,43,43)
#4B2727
(75,39,39)
#422323
(66,35,35)
#391F1F
(57,31,31)
#301B1B
(48,27,27)
#271717
(39,23,23)
#1E1313
(30,19,19)
#150F0F
(21,15,15)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #663333

#663333
(102,51,51)
#734545
(115,69,69)
#805757
(128,87,87)
#8D6969
(141,105,105)
#9A7B7B
(154,123,123)
#A78D8D
(167,141,141)
#B49F9F
(180,159,159)
#C1B1B1
(193,177,177)
#CEC3C3
(206,195,195)
#DBD5D5
(219,213,213)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663333; }

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

This text font color is #663333.


Background Color

.myBgColor { background-color: #663333; }

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

This div background color is #663333.


Border color

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

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

This div border color is #663333.


Opacity

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

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

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

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

This text has shadow with #663333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663333 on black background.


Color preview on white background

This text has color #663333 on white background.



Black color preview on #663333 background

This text has black color on #663333 background.


White color preview on #663333 background

This text has white color on #663333 background.