COLOR #66484A

HEX: #66484A
RGB: (102,72,74)

Color info

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

RGB color model

#66484A color RGB value is (102,72,74).

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

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 74 of 255 = 29%

102
72
74

R + G + B ~ 32%. #66484A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 72 + 74 = 248 (100%)
R 102 of 248 ~ 41.13%
G 72 of 248 ~ 29.03%
B 74 of 248 ~ 29.84%

%41.13
%29.03
%29.84

CMYK color model

#66484A color CMYK value is (0,29,27,60).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(0,29,27,60)
C0M29Y27K60 
(0%,29%,27%,60%)
(0.00/0.29/0.27/0.60)	

CMYK percentages

%0
%29.41
%27.45
%60

Codes

Color #66484A in popluar color models

66484A
RGB1027274
HSL356°17.24%34.12%
HSB/HSV356°29.41%40.00%
CMYK0.00%29.41%27.45%
60.00%

Color #66484A in popluar number systems.

HEX66484A
Decimal1027274
Binary110011010010001001010
Octal146110112

Shades and tints

Shades of #66484A

#66484A
(102,72,74)
#5D4244
(93,66,68)
#543C3E
(84,60,62)
#4B3638
(75,54,56)
#423032
(66,48,50)
#392A2C
(57,42,44)
#302426
(48,36,38)
#271E20
(39,30,32)
#1E181A
(30,24,26)
#151214
(21,18,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #66484A

#66484A
(102,72,74)
#73585A
(115,88,90)
#80686A
(128,104,106)
#8D787A
(141,120,122)
#9A888A
(154,136,138)
#A7989A
(167,152,154)
#B4A8AA
(180,168,170)
#C1B8BA
(193,184,186)
#CEC8CA
(206,200,202)
#DBD8DA
(219,216,218)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66484A; }

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

This text font color is #66484A.


Background Color

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

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

This div background color is #66484A.


Border color

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

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

This div border color is #66484A.


Opacity

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

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

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

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

This text has shadow with #66484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66484A on black background.


Color preview on white background

This text has color #66484A on white background.



Black color preview on #66484A background

This text has black color on #66484A background.


White color preview on #66484A background

This text has white color on #66484A background.