COLOR #66436F

HEX: #66436F RGB: (102,67,111)

Color info

#66436F contains red, green and blue colors in about the same proportion. Web safe color of #66436F is #663366 (or #636).

RGB color model

#66436F color RGB value is (102,67,111).

RGB: (102,67,111) (40%, 26%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 67 of 255 = 26%
B 111 of 255 = 44%

102
67
111

R + G + B ~ 37%. #66436F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 67 + 111 = 280 (100%)
R 102 of 280 ~ 36.43%
G 67 of 280 ~ 23.93%
B 111 of 280 ~ 39.64'%

%36.43
%23.93
%39.64

CMYK color model

#66436F color CMYK value is (8,40,0,56).

  • cyan value is 8.11%
  • magenta value is 39.64%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (8,40,0,56)
C8M40Y0K56 (8%, 40%, 0%, 56%)
(0.08 / 0.40 / 0.00 / 0.56)

CMYK percentages

%8.11
%39.64
%0
%56.47

Codes

Color #66436F in popluar color models

66 43 6F
RGB 102 67 111
HSL 288° 24.72% 34.90%
HSB/HSV 288° 39.64% 43.53%
CMYK 8.11% 39.64% 0.00%
56.47%

Color #66436F in popluar number systems.

HEX 66 43 6F
Decimal 102 67 111
Binary 1100110 1000011 1101111
Octal 146 103 157

Shades and tints

Shades of #66436F

#66436F
(102,67,111)
#5D3D65
(93,61,101)
#54375B
(84,55,91)
#4B3151
(75,49,81)
#422B47
(66,43,71)
#39253D
(57,37,61)
#301F33
(48,31,51)
#271929
(39,25,41)
#1E131F
(30,19,31)
#150D15
(21,13,21)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #66436F

#66436F
(102,67,111)
#73547C
(115,84,124)
#806589
(128,101,137)
#8D7696
(141,118,150)
#9A87A3
(154,135,163)
#A798B0
(167,152,176)
#B4A9BD
(180,169,189)
#C1BACA
(193,186,202)
#CECBD7
(206,203,215)
#DBDCE4
(219,220,228)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66436F color. Also use rgb(102,67,111) instead hex code.

Text Font Color

.myTextColor { color: #66436F; }

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

This text font color is #66436F.

Background Color

.myBgColor { background-color: #66436F; }

<div style="background-color:#66436F">Inner text</div>

This div background color is #66436F.

Border color

.myBorderColor { border: 1px solid #66436F; }

<div style="border:3px solid #66436F">Div</div>

This div border color is #66436F.

Opacity

.myOpacity80 { color: #66436F; opacity: 0.8; }

<p style="color:#66436F;opacity:0.8;">80%</p>

Text with #66436F 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 #66436F;}

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

This text has shadow with #66436F color.


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

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

This text has shadow with #66436F primary color and red secondary color.


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

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

This text has shadow with #66436F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66436F.

Preview

Color preview on black background

This text has color #66436F on black background.


Color preview on white background

This text has color #66436F on white background.


Black color preview on #66436F background

This text has black color on #66436F background.


White color preview on #66436F background

This text has white color on #66436F background.


Related colors

Complementary color

Complementary color for #hex is #99BC90.


I love getcolorcode.com

Triadic colors

1 #6F6643 and #436F66 with #66436F are triadic colors.

2 #6F4366 and #43666F with #66436F are triadic colors.