COLOR #665C52

HEX: #665C52
RGB: (102,92,82)

Color info

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

RGB color model

#665C52 color RGB value is (102,92,82).

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

RGB channels and saturation

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

102
92
82

R + G + B ~ 36%. #665C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 82 = 276 (100%)
R 102 of 276 ~ 36.96%
G 92 of 276 ~ 33.33%
B 82 of 276 ~ 29.71%

%36.96
%33.33
%29.71

CMYK color model

#665C52 color CMYK value is (0,10,20,60).

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

CMYK percentages

%0
%9.8
%19.61
%60

Codes

Color #665C52 in popluar color models

665C52
RGB1029282
HSL30°10.87%36.08%
HSB/HSV30°19.61%40.00%
CMYK0.00%9.80%19.61%
60.00%

Color #665C52 in popluar number systems.

HEX665C52
Decimal1029282
Binary110011010111001010010
Octal146134122

Shades and tints

Shades of #665C52

#665C52
(102,92,82)
#5D544B
(93,84,75)
#544C44
(84,76,68)
#4B443D
(75,68,61)
#423C36
(66,60,54)
#39342F
(57,52,47)
#302C28
(48,44,40)
#272421
(39,36,33)
#1E1C1A
(30,28,26)
#151413
(21,20,19)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #665C52

#665C52
(102,92,82)
#736A61
(115,106,97)
#807870
(128,120,112)
#8D867F
(141,134,127)
#9A948E
(154,148,142)
#A7A29D
(167,162,157)
#B4B0AC
(180,176,172)
#C1BEBB
(193,190,187)
#CECCCA
(206,204,202)
#DBDAD9
(219,218,217)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C52; }

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

This text font color is #665C52.


Background Color

.myBgColor { background-color: #665C52; }

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

This div background color is #665C52.


Border color

.myBorderColor { border: 1px solid #665C52; }

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

This div border color is #665C52.


Opacity

.myOpacity80 { color: #665C52; opacity: 0.8; }

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

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

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

This text has shadow with #665C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C52 on black background.


Color preview on white background

This text has color #665C52 on white background.



Black color preview on #665C52 background

This text has black color on #665C52 background.


White color preview on #665C52 background

This text has white color on #665C52 background.