COLOR #66364D

HEX: #66364D RGB: (102,54,77)

Color info

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

RGB color model

#66364D color RGB value is (102,54,77).

RGB: (102,54,77) (40%, 21%, 30%)

RGB channels and saturation

R 102 of 255 = 40%
G 54 of 255 = 21%
B 77 of 255 = 30%

102
54
77

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

Portions of RGB colors in percentages

R + G + B = 102 + 54 + 77 = 233 (100%)
R 102 of 233 ~ 43.78%
G 54 of 233 ~ 23.18%
B 77 of 233 ~ 33.05'%

%43.78
%23.18
%33.05

CMYK color model

#66364D color CMYK value is (0,47,25,60).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 24.51%
  • key color value is 60.00%

CMYK: (0,47,25,60)
C0M47Y25K60 (0%, 47%, 25%, 60%)
(0.00 / 0.47 / 0.25 / 0.60)

CMYK percentages

%0
%47.06
%24.51
%60

Codes

Color #66364D in popluar color models

66 36 4D
RGB 102 54 77
HSL 331° 30.77% 30.59%
HSB/HSV 331° 47.06% 40.00%
CMYK 0.00% 47.06% 24.51%
60.00%

Color #66364D in popluar number systems.

HEX 66 36 4D
Decimal 102 54 77
Binary 1100110 110110 1001101
Octal 146 66 115

Shades and tints

Shades of #66364D

#66364D
(102,54,77)
#5D3246
(93,50,70)
#542E3F
(84,46,63)
#4B2A38
(75,42,56)
#422631
(66,38,49)
#39222A
(57,34,42)
#301E23
(48,30,35)
#271A1C
(39,26,28)
#1E1615
(30,22,21)
#15120E
(21,18,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #66364D

#66364D
(102,54,77)
#73485D
(115,72,93)
#805A6D
(128,90,109)
#8D6C7D
(141,108,125)
#9A7E8D
(154,126,141)
#A7909D
(167,144,157)
#B4A2AD
(180,162,173)
#C1B4BD
(193,180,189)
#CEC6CD
(206,198,205)
#DBD8DD
(219,216,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66364D; }

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

This text font color is #66364D.

Background Color

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

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

This div background color is #66364D.

Border color

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

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

This div border color is #66364D.

Opacity

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

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

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

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

This text has shadow with #66364D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66364D.

Preview

Color preview on black background

This text has color #66364D on black background.


Color preview on white background

This text has color #66364D on white background.


Black color preview on #66364D background

This text has black color on #66364D background.


White color preview on #66364D background

This text has white color on #66364D background.


Related colors

Complementary color

Complementary color for #hex is #99C9B2.


I love getcolorcode.com

Triadic colors

1 #4D6636 and #364D66 with #66364D are triadic colors.

2 #4D3666 and #36664D with #66364D are triadic colors.