COLOR #66414D

HEX: #66414D RGB: (102,65,77)

Color info

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

RGB color model

#66414D color RGB value is (102,65,77).

RGB: (102,65,77) (40%, 25%, 30%)

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 77 of 255 = 30%

102
65
77

R + G + B ~ 32%. #66414D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 65 + 77 = 244 (100%)
R 102 of 244 ~ 41.8%
G 65 of 244 ~ 26.64%
B 77 of 244 ~ 31.56'%

%41.8
%26.64
%31.56

CMYK color model

#66414D color CMYK value is (0,36,25,60).

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

CMYK: (0,36,25,60)
C0M36Y25K60 (0%, 36%, 25%, 60%)
(0.00 / 0.36 / 0.25 / 0.60)

CMYK percentages

%0
%36.27
%24.51
%60

Codes

Color #66414D in popluar color models

66 41 4D
RGB 102 65 77
HSL 341° 22.16% 32.75%
HSB/HSV 341° 36.27% 40.00%
CMYK 0.00% 36.27% 24.51%
60.00%

Color #66414D in popluar number systems.

HEX 66 41 4D
Decimal 102 65 77
Binary 1100110 1000001 1001101
Octal 146 101 115

Shades and tints

Shades of #66414D

#66414D
(102,65,77)
#5D3C46
(93,60,70)
#54373F
(84,55,63)
#4B3238
(75,50,56)
#422D31
(66,45,49)
#39282A
(57,40,42)
#302323
(48,35,35)
#271E1C
(39,30,28)
#1E1915
(30,25,21)
#15140E
(21,20,14)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #66414D

#66414D
(102,65,77)
#73525D
(115,82,93)
#80636D
(128,99,109)
#8D747D
(141,116,125)
#9A858D
(154,133,141)
#A7969D
(167,150,157)
#B4A7AD
(180,167,173)
#C1B8BD
(193,184,189)
#CEC9CD
(206,201,205)
#DBDADD
(219,218,221)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66414D; }

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

This text font color is #66414D.

Background Color

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

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

This div background color is #66414D.

Border color

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

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

This div border color is #66414D.

Opacity

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

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

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

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

This text has shadow with #66414D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66414D.

Preview

Color preview on black background

This text has color #66414D on black background.


Color preview on white background

This text has color #66414D on white background.


Black color preview on #66414D background

This text has black color on #66414D background.


White color preview on #66414D background

This text has white color on #66414D background.


Related colors

Complementary color

Complementary color for #hex is #99BEB2.


I love getcolorcode.com

Triadic colors

1 #4D6641 and #414D66 with #66414D are triadic colors.

2 #4D4166 and #41664D with #66414D are triadic colors.