COLOR #664353

HEX: #664353
RGB: (102,67,83)

Color info

#664353 contains red, green and blue colors in about the same proportion. Web safe color of #664353 is #663366 (or #636).

RGB color model

#664353 color RGB value is (102,67,83).

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

RGB channels and saturation

R 102 of 255 = 40%
G 67 of 255 = 26%
B 83 of 255 = 33%

102
67
83

R + G + B ~ 33%. #664353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 67 + 83 = 252 (100%)
R 102 of 252 ~ 40.48%
G 67 of 252 ~ 26.59%
B 83 of 252 ~ 32.94%

%40.48
%26.59
%32.94

CMYK color model

#664353 color CMYK value is (0,34,19,60).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 18.63%
  • key color value is 60.00%
CMYK:
(0,34,19,60)
C0M34Y19K60 
(0%,34%,19%,60%)
(0.00/0.34/0.19/0.60)	

CMYK percentages

%0
%34.31
%18.63
%60

Codes

Color #664353 in popluar color models

664353
RGB1026783
HSL333°20.71%33.14%
HSB/HSV333°34.31%40.00%
CMYK0.00%34.31%18.63%
60.00%

Color #664353 in popluar number systems.

HEX664353
Decimal1026783
Binary110011010000111010011
Octal146103123

Shades and tints

Shades of #664353

#664353
(102,67,83)
#5D3D4C
(93,61,76)
#543745
(84,55,69)
#4B313E
(75,49,62)
#422B37
(66,43,55)
#392530
(57,37,48)
#301F29
(48,31,41)
#271922
(39,25,34)
#1E131B
(30,19,27)
#150D14
(21,13,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #664353

#664353
(102,67,83)
#735462
(115,84,98)
#806571
(128,101,113)
#8D7680
(141,118,128)
#9A878F
(154,135,143)
#A7989E
(167,152,158)
#B4A9AD
(180,169,173)
#C1BABC
(193,186,188)
#CECBCB
(206,203,203)
#DBDCDA
(219,220,218)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664353; }

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

This text font color is #664353.


Background Color

.myBgColor { background-color: #664353; }

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

This div background color is #664353.


Border color

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

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

This div border color is #664353.


Opacity

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

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

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

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

This text has shadow with #664353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664353 on black background.


Color preview on white background

This text has color #664353 on white background.



Black color preview on #664353 background

This text has black color on #664353 background.


White color preview on #664353 background

This text has white color on #664353 background.