COLOR #666352

HEX: #666352
RGB: (102,99,82)

Color info

#666352 contains red, green and blue colors in about the same proportion. Web safe color of #666352 is #666666 (or #666).

RGB color model

#666352 color RGB value is (102,99,82).

  • red value is 102;
  • green value is 99;
  • blue value is 82.
RGB:
(102,99,82)
(40%,39%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 82 of 255 = 32%

102
99
82

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

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 82 = 283 (100%)
R 102 of 283 ~ 36.04%
G 99 of 283 ~ 34.98%
B 82 of 283 ~ 28.98%

%36.04
%34.98
%28.98

CMYK color model

#666352 color CMYK value is (0,3,20,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(0,3,20,60)
C0M3Y20K60 
(0%,3%,20%,60%)
(0.00/0.03/0.20/0.60)	

CMYK percentages

%0
%2.94
%19.61
%60

Codes

Color #666352 in popluar color models

666352
RGB1029982
HSL51°10.87%36.08%
HSB/HSV51°19.61%40.00%
CMYK0.00%2.94%19.61%
60.00%

Color #666352 in popluar number systems.

HEX666352
Decimal1029982
Binary110011011000111010010
Octal146143122

Shades and tints

Shades of #666352

#666352
(102,99,82)
#5D5A4B
(93,90,75)
#545144
(84,81,68)
#4B483D
(75,72,61)
#423F36
(66,63,54)
#39362F
(57,54,47)
#302D28
(48,45,40)
#272421
(39,36,33)
#1E1B1A
(30,27,26)
#151213
(21,18,19)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #666352

#666352
(102,99,82)
#737161
(115,113,97)
#807F70
(128,127,112)
#8D8D7F
(141,141,127)
#9A9B8E
(154,155,142)
#A7A99D
(167,169,157)
#B4B7AC
(180,183,172)
#C1C5BB
(193,197,187)
#CED3CA
(206,211,202)
#DBE1D9
(219,225,217)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666352 color. Also use rgb(102,99,82) instead hex code.

Text Font Color

.myTextColor { color: #666352; }

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

This text font color is #666352.


Background Color

.myBgColor { background-color: #666352; }

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

This div background color is #666352.


Border color

.myBorderColor { border: 1px solid #666352; }

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

This div border color is #666352.


Opacity

.myOpacity80 { color: #666352; opacity: 0.8; }

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

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

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

This text has shadow with #666352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666352 on black background.


Color preview on white background

This text has color #666352 on white background.



Black color preview on #666352 background

This text has black color on #666352 background.


White color preview on #666352 background

This text has white color on #666352 background.