COLOR #664333

HEX: #664333
RGB: (102,67,51)

Color info

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

RGB color model

#664333 color RGB value is (102,67,51).

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

RGB channels and saturation

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

102
67
51

R + G + B ~ 29%. #664333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 67 + 51 = 220 (100%)
R 102 of 220 ~ 46.36%
G 67 of 220 ~ 30.45%
B 51 of 220 ~ 23.18%

%46.36
%30.45
%23.18

CMYK color model

#664333 color CMYK value is (0,34,50,60).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 50.00%
  • key color value is 60.00%
CMYK:
(0,34,50,60)
C0M34Y50K60 
(0%,34%,50%,60%)
(0.00/0.34/0.50/0.60)	

CMYK percentages

%0
%34.31
%50
%60

Codes

Color #664333 in popluar color models

664333
RGB1026751
HSL19°33.33%30.00%
HSB/HSV19°50.00%40.00%
CMYK0.00%34.31%50.00%
60.00%

Color #664333 in popluar number systems.

HEX664333
Decimal1026751
Binary11001101000011110011
Octal14610363

Shades and tints

Shades of #664333

#664333
(102,67,51)
#5D3D2F
(93,61,47)
#54372B
(84,55,43)
#4B3127
(75,49,39)
#422B23
(66,43,35)
#39251F
(57,37,31)
#301F1B
(48,31,27)
#271917
(39,25,23)
#1E1313
(30,19,19)
#150D0F
(21,13,15)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #664333

#664333
(102,67,51)
#735445
(115,84,69)
#806557
(128,101,87)
#8D7669
(141,118,105)
#9A877B
(154,135,123)
#A7988D
(167,152,141)
#B4A99F
(180,169,159)
#C1BAB1
(193,186,177)
#CECBC3
(206,203,195)
#DBDCD5
(219,220,213)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664333; }

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

This text font color is #664333.


Background Color

.myBgColor { background-color: #664333; }

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

This div background color is #664333.


Border color

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

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

This div border color is #664333.


Opacity

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

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

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

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

This text has shadow with #664333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664333 on black background.


Color preview on white background

This text has color #664333 on white background.



Black color preview on #664333 background

This text has black color on #664333 background.


White color preview on #664333 background

This text has white color on #664333 background.