COLOR #66473D

HEX: #66473D
RGB: (102,71,61)

Color info

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

RGB color model

#66473D color RGB value is (102,71,61).

  • red value is 102;
  • green value is 71;
  • blue value is 61.
RGB:
(102,71,61)
(40%,28%,24%)

RGB channels and saturation

R 102 of 255 = 40%
G 71 of 255 = 28%
B 61 of 255 = 24%

102
71
61

R + G + B ~ 31%. #66473D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 71 + 61 = 234 (100%)
R 102 of 234 ~ 43.59%
G 71 of 234 ~ 30.34%
B 61 of 234 ~ 26.07%

%43.59
%30.34
%26.07

CMYK color model

#66473D color CMYK value is (0,30,40,60).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(0,30,40,60)
C0M30Y40K60 
(0%,30%,40%,60%)
(0.00/0.30/0.40/0.60)	

CMYK percentages

%0
%30.39
%40.2
%60

Codes

Color #66473D in popluar color models

66473D
RGB1027161
HSL15°25.15%31.96%
HSB/HSV15°40.20%40.00%
CMYK0.00%30.39%40.20%
60.00%

Color #66473D in popluar number systems.

HEX66473D
Decimal1027161
Binary11001101000111111101
Octal14610775

Shades and tints

Shades of #66473D

#66473D
(102,71,61)
#5D4138
(93,65,56)
#543B33
(84,59,51)
#4B352E
(75,53,46)
#422F29
(66,47,41)
#392924
(57,41,36)
#30231F
(48,35,31)
#271D1A
(39,29,26)
#1E1715
(30,23,21)
#151110
(21,17,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #66473D

#66473D
(102,71,61)
#73574E
(115,87,78)
#80675F
(128,103,95)
#8D7770
(141,119,112)
#9A8781
(154,135,129)
#A79792
(167,151,146)
#B4A7A3
(180,167,163)
#C1B7B4
(193,183,180)
#CEC7C5
(206,199,197)
#DBD7D6
(219,215,214)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66473D color. Also use rgb(102,71,61) instead hex code.

Text Font Color

.myTextColor { color: #66473D; }

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

This text font color is #66473D.


Background Color

.myBgColor { background-color: #66473D; }

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

This div background color is #66473D.


Border color

.myBorderColor { border: 1px solid #66473D; }

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

This div border color is #66473D.


Opacity

.myOpacity80 { color: #66473D; opacity: 0.8; }

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

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

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

This text has shadow with #66473D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66473D on black background.


Color preview on white background

This text has color #66473D on white background.



Black color preview on #66473D background

This text has black color on #66473D background.


White color preview on #66473D background

This text has white color on #66473D background.