COLOR #666252

HEX: #666252
RGB: (102,98,82)

Color info

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

RGB color model

#666252 color RGB value is (102,98,82).

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

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 82 of 255 = 32%

102
98
82

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

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 82 = 282 (100%)
R 102 of 282 ~ 36.17%
G 98 of 282 ~ 34.75%
B 82 of 282 ~ 29.08%

%36.17
%34.75
%29.08

CMYK color model

#666252 color CMYK value is (0,4,20,60).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(0,4,20,60)
C0M4Y20K60 
(0%,4%,20%,60%)
(0.00/0.04/0.20/0.60)	

CMYK percentages

%0
%3.92
%19.61
%60

Codes

Color #666252 in popluar color models

666252
RGB1029882
HSL48°10.87%36.08%
HSB/HSV48°19.61%40.00%
CMYK0.00%3.92%19.61%
60.00%

Color #666252 in popluar number systems.

HEX666252
Decimal1029882
Binary110011011000101010010
Octal146142122

Shades and tints

Shades of #666252

#666252
(102,98,82)
#5D5A4B
(93,90,75)
#545244
(84,82,68)
#4B4A3D
(75,74,61)
#424236
(66,66,54)
#393A2F
(57,58,47)
#303228
(48,50,40)
#272A21
(39,42,33)
#1E221A
(30,34,26)
#151A13
(21,26,19)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #666252

#666252
(102,98,82)
#737061
(115,112,97)
#807E70
(128,126,112)
#8D8C7F
(141,140,127)
#9A9A8E
(154,154,142)
#A7A89D
(167,168,157)
#B4B6AC
(180,182,172)
#C1C4BB
(193,196,187)
#CED2CA
(206,210,202)
#DBE0D9
(219,224,217)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666252; }

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

This text font color is #666252.


Background Color

.myBgColor { background-color: #666252; }

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

This div background color is #666252.


Border color

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

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

This div border color is #666252.


Opacity

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

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

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

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

This text has shadow with #666252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666252 on black background.


Color preview on white background

This text has color #666252 on white background.



Black color preview on #666252 background

This text has black color on #666252 background.


White color preview on #666252 background

This text has white color on #666252 background.