COLOR #66364A

HEX: #66364A
RGB: (102,54,74)

Color info

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

RGB color model

#66364A color RGB value is (102,54,74).

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

RGB channels and saturation

R 102 of 255 = 40%
G 54 of 255 = 21%
B 74 of 255 = 29%

102
54
74

R + G + B ~ 30%. #66364A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 54 + 74 = 230 (100%)
R 102 of 230 ~ 44.35%
G 54 of 230 ~ 23.48%
B 74 of 230 ~ 32.17%

%44.35
%23.48
%32.17

CMYK color model

#66364A color CMYK value is (0,47,27,60).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(0,47,27,60)
C0M47Y27K60 
(0%,47%,27%,60%)
(0.00/0.47/0.27/0.60)	

CMYK percentages

%0
%47.06
%27.45
%60

Codes

Color #66364A in popluar color models

66364A
RGB1025474
HSL335°30.77%30.59%
HSB/HSV335°47.06%40.00%
CMYK0.00%47.06%27.45%
60.00%

Color #66364A in popluar number systems.

HEX66364A
Decimal1025474
Binary11001101101101001010
Octal14666112

Shades and tints

Shades of #66364A

#66364A
(102,54,74)
#5D3244
(93,50,68)
#542E3E
(84,46,62)
#4B2A38
(75,42,56)
#422632
(66,38,50)
#39222C
(57,34,44)
#301E26
(48,30,38)
#271A20
(39,26,32)
#1E161A
(30,22,26)
#151214
(21,18,20)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #66364A

#66364A
(102,54,74)
#73485A
(115,72,90)
#805A6A
(128,90,106)
#8D6C7A
(141,108,122)
#9A7E8A
(154,126,138)
#A7909A
(167,144,154)
#B4A2AA
(180,162,170)
#C1B4BA
(193,180,186)
#CEC6CA
(206,198,202)
#DBD8DA
(219,216,218)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66364A; }

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

This text font color is #66364A.


Background Color

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

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

This div background color is #66364A.


Border color

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

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

This div border color is #66364A.


Opacity

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

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

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

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

This text has shadow with #66364A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66364A on black background.


Color preview on white background

This text has color #66364A on white background.



Black color preview on #66364A background

This text has black color on #66364A background.


White color preview on #66364A background

This text has white color on #66364A background.