COLOR #663300

HEX: #663300
RGB: (102,51,0)

Renk bilgisi

#663300 contains only red and green colors. #663300 color is web safe color. It maybe written shortly as #630.

RGB renk modeli

#663300 color RGB value is (102,51,0).

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

RGB bağlantıları ve doygunluk

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

102
51
0

R + G + B ~ 20%. #663300 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 51 + 0 = 153 (100%)
R 102 of 153 ~ 66.67%
G 51 of 153 ~ 33.33%
B 0 of 153 ~ 0%

%66.67
%33.33

CMYK RENK MODELİ

#663300 rengi CMYK tonu (0,50,100,60).

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

CMYK yüzdeleri

%0
%50
%100
%60

Codes

Color #663300 in popluar color models

663300
RGB102510
HSL30°100.00%20.00%
HSB/HSV30°100.00%40.00%
CMYK0.00%50.00%100.00%
60.00%

Color #663300 in popluar number systems.

HEX663300
Decimal102510
Binary11001101100110
Octal146630

Shades and tints

Shades of #663300

#663300
(102,51,0)
#5D2F00
(93,47,0)
#542B00
(84,43,0)
#4B2700
(75,39,0)
#422300
(66,35,0)
#391F00
(57,31,0)
#301B00
(48,27,0)
#271700
(39,23,0)
#1E1300
(30,19,0)
#150F00
(21,15,0)
#0C0B00
(12,11,0)
#000000
(0,0,0)

Tints of #663300

#663300
(102,51,0)
#734517
(115,69,23)
#80572E
(128,87,46)
#8D6945
(141,105,69)
#9A7B5C
(154,123,92)
#A78D73
(167,141,115)
#B49F8A
(180,159,138)
#C1B1A1
(193,177,161)
#CEC3B8
(206,195,184)
#DBD5CF
(219,213,207)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663300; }

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

This text font color is #663300.


Background Color

.myBgColor { background-color: #663300; }

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

This div background color is #663300.


Border color

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

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

This div border color is #663300.


Opacity

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

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

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

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

This text has shadow with #663300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663300 on black background.


Color preview on white background

This text has color #663300 on white background.



Black color preview on #663300 background

This text has black color on #663300 background.


White color preview on #663300 background

This text has white color on #663300 background.