COLOR #665752

HEX: #665752
RGB: (102,87,82)

Color info

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

RGB color model

#665752 color RGB value is (102,87,82).

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

RGB channels and saturation

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

102
87
82

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

Portions of RGB colors in percentages

R + G + B =
102 + 87 + 82 = 271 (100%)
R 102 of 271 ~ 37.64%
G 87 of 271 ~ 32.1%
B 82 of 271 ~ 30.26%

%37.64
%32.1
%30.26

CMYK color model

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

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

CMYK percentages

%0
%14.71
%19.61
%60

Codes

Color #665752 in popluar color models

665752
RGB1028782
HSL15°10.87%36.08%
HSB/HSV15°19.61%40.00%
CMYK0.00%14.71%19.61%
60.00%

Color #665752 in popluar number systems.

HEX665752
Decimal1028782
Binary110011010101111010010
Octal146127122

Shades and tints

Shades of #665752

#665752
(102,87,82)
#5D504B
(93,80,75)
#544944
(84,73,68)
#4B423D
(75,66,61)
#423B36
(66,59,54)
#39342F
(57,52,47)
#302D28
(48,45,40)
#272621
(39,38,33)
#1E1F1A
(30,31,26)
#151813
(21,24,19)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #665752

#665752
(102,87,82)
#736661
(115,102,97)
#807570
(128,117,112)
#8D847F
(141,132,127)
#9A938E
(154,147,142)
#A7A29D
(167,162,157)
#B4B1AC
(180,177,172)
#C1C0BB
(193,192,187)
#CECFCA
(206,207,202)
#DBDED9
(219,222,217)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665752; }

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

This text font color is #665752.


Background Color

.myBgColor { background-color: #665752; }

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

This div background color is #665752.


Border color

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

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

This div border color is #665752.


Opacity

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

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

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

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

This text has shadow with #665752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665752 on black background.


Color preview on white background

This text has color #665752 on white background.



Black color preview on #665752 background

This text has black color on #665752 background.


White color preview on #665752 background

This text has white color on #665752 background.