COLOR #665252

HEX: #665252
RGB: (102,82,82)

Color info

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

RGB color model

#665252 color RGB value is (102,82,82).

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

RGB channels and saturation

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

102
82
82

R + G + B ~ 35%. #665252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 82 + 82 = 266 (100%)
R 102 of 266 ~ 38.35%
G 82 of 266 ~ 30.83%
B 82 of 266 ~ 30.83%

%38.35
%30.83
%30.83

CMYK color model

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

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

CMYK percentages

%0
%19.61
%19.61
%60

Codes

Color #665252 in popluar color models

665252
RGB1028282
HSL10.87%36.08%
HSB/HSV19.61%40.00%
CMYK0.00%19.61%19.61%
60.00%

Color #665252 in popluar number systems.

HEX665252
Decimal1028282
Binary110011010100101010010
Octal146122122

Shades and tints

Shades of #665252

#665252
(102,82,82)
#5D4B4B
(93,75,75)
#544444
(84,68,68)
#4B3D3D
(75,61,61)
#423636
(66,54,54)
#392F2F
(57,47,47)
#302828
(48,40,40)
#272121
(39,33,33)
#1E1A1A
(30,26,26)
#151313
(21,19,19)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #665252

#665252
(102,82,82)
#736161
(115,97,97)
#807070
(128,112,112)
#8D7F7F
(141,127,127)
#9A8E8E
(154,142,142)
#A79D9D
(167,157,157)
#B4ACAC
(180,172,172)
#C1BBBB
(193,187,187)
#CECACA
(206,202,202)
#DBD9D9
(219,217,217)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665252; }

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

This text font color is #665252.


Background Color

.myBgColor { background-color: #665252; }

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

This div background color is #665252.


Border color

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

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

This div border color is #665252.


Opacity

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

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

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

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

This text has shadow with #665252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665252 on black background.


Color preview on white background

This text has color #665252 on white background.



Black color preview on #665252 background

This text has black color on #665252 background.


White color preview on #665252 background

This text has white color on #665252 background.