COLOR #663533

HEX: #663533
RGB: (102,53,51)

Color info

#663533 contains red, green and blue colors in about the same proportion. Web safe color of #663533 is #663333 (or #633).

RGB color model

#663533 color RGB value is (102,53,51).

  • red value is 102;
  • green value is 53;
  • blue value is 51.
RGB:
(102,53,51)
(40%,21%,20%)

RGB channels and saturation

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

102
53
51

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

Portions of RGB colors in percentages

R + G + B =
102 + 53 + 51 = 206 (100%)
R 102 of 206 ~ 49.51%
G 53 of 206 ~ 25.73%
B 51 of 206 ~ 24.76%

%49.51
%25.73
%24.76

CMYK color model

#663533 color CMYK value is (0,48,50,60).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 50.00%
  • key color value is 60.00%
CMYK:
(0,48,50,60)
C0M48Y50K60 
(0%,48%,50%,60%)
(0.00/0.48/0.50/0.60)	

CMYK percentages

%0
%48.04
%50
%60

Codes

Color #663533 in popluar color models

663533
RGB1025351
HSL33.33%30.00%
HSB/HSV50.00%40.00%
CMYK0.00%48.04%50.00%
60.00%

Color #663533 in popluar number systems.

HEX663533
Decimal1025351
Binary1100110110101110011
Octal1466563

Shades and tints

Shades of #663533

#663533
(102,53,51)
#5D312F
(93,49,47)
#542D2B
(84,45,43)
#4B2927
(75,41,39)
#422523
(66,37,35)
#39211F
(57,33,31)
#301D1B
(48,29,27)
#271917
(39,25,23)
#1E1513
(30,21,19)
#15110F
(21,17,15)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #663533

#663533
(102,53,51)
#734745
(115,71,69)
#805957
(128,89,87)
#8D6B69
(141,107,105)
#9A7D7B
(154,125,123)
#A78F8D
(167,143,141)
#B4A19F
(180,161,159)
#C1B3B1
(193,179,177)
#CEC5C3
(206,197,195)
#DBD7D5
(219,215,213)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663533; }

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

This text font color is #663533.


Background Color

.myBgColor { background-color: #663533; }

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

This div background color is #663533.


Border color

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

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

This div border color is #663533.


Opacity

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

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

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

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

This text has shadow with #663533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663533 on black background.


Color preview on white background

This text has color #663533 on white background.



Black color preview on #663533 background

This text has black color on #663533 background.


White color preview on #663533 background

This text has white color on #663533 background.