COLOR #66404A

HEX: #66404A
RGB: (102,64,74)

Color info

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

RGB color model

#66404A color RGB value is (102,64,74).

  • red value is 102;
  • green value is 64;
  • blue value is 74.
RGB:
(102,64,74)
(40%,25%,29%)

RGB channels and saturation

R 102 of 255 = 40%
G 64 of 255 = 25%
B 74 of 255 = 29%

102
64
74

R + G + B ~ 31%. #66404A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 64 + 74 = 240 (100%)
R 102 of 240 ~ 42.5%
G 64 of 240 ~ 26.67%
B 74 of 240 ~ 30.83%

%42.5
%26.67
%30.83

CMYK color model

#66404A color CMYK value is (0,37,27,60).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(0,37,27,60)
C0M37Y27K60 
(0%,37%,27%,60%)
(0.00/0.37/0.27/0.60)	

CMYK percentages

%0
%37.25
%27.45
%60

Codes

Color #66404A in popluar color models

66404A
RGB1026474
HSL344°22.89%32.55%
HSB/HSV344°37.25%40.00%
CMYK0.00%37.25%27.45%
60.00%

Color #66404A in popluar number systems.

HEX66404A
Decimal1026474
Binary110011010000001001010
Octal146100112

Shades and tints

Shades of #66404A

#66404A
(102,64,74)
#5D3B44
(93,59,68)
#54363E
(84,54,62)
#4B3138
(75,49,56)
#422C32
(66,44,50)
#39272C
(57,39,44)
#302226
(48,34,38)
#271D20
(39,29,32)
#1E181A
(30,24,26)
#151314
(21,19,20)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #66404A

#66404A
(102,64,74)
#73515A
(115,81,90)
#80626A
(128,98,106)
#8D737A
(141,115,122)
#9A848A
(154,132,138)
#A7959A
(167,149,154)
#B4A6AA
(180,166,170)
#C1B7BA
(193,183,186)
#CEC8CA
(206,200,202)
#DBD9DA
(219,217,218)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66404A color. Also use rgb(102,64,74) instead hex code.

Text Font Color

.myTextColor { color: #66404A; }

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

This text font color is #66404A.


Background Color

.myBgColor { background-color: #66404A; }

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

This div background color is #66404A.


Border color

.myBorderColor { border: 1px solid #66404A; }

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

This div border color is #66404A.


Opacity

.myOpacity80 { color: #66404A; opacity: 0.8; }

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

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

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

This text has shadow with #66404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66404A on black background.


Color preview on white background

This text has color #66404A on white background.



Black color preview on #66404A background

This text has black color on #66404A background.


White color preview on #66404A background

This text has white color on #66404A background.