COLOR #665255

HEX: #665255
RGB: (102,82,85)

Color info

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

RGB color model

#665255 color RGB value is (102,82,85).

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

RGB channels and saturation

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

102
82
85

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

Portions of RGB colors in percentages

R + G + B =
102 + 82 + 85 = 269 (100%)
R 102 of 269 ~ 37.92%
G 82 of 269 ~ 30.48%
B 85 of 269 ~ 31.6%

%37.92
%30.48
%31.6

CMYK color model

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

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

CMYK percentages

%0
%19.61
%16.67
%60

Codes

Color #665255 in popluar color models

665255
RGB1028285
HSL351°10.87%36.08%
HSB/HSV351°19.61%40.00%
CMYK0.00%19.61%16.67%
60.00%

Color #665255 in popluar number systems.

HEX665255
Decimal1028285
Binary110011010100101010101
Octal146122125

Shades and tints

Shades of #665255

#665255
(102,82,85)
#5D4B4E
(93,75,78)
#544447
(84,68,71)
#4B3D40
(75,61,64)
#423639
(66,54,57)
#392F32
(57,47,50)
#30282B
(48,40,43)
#272124
(39,33,36)
#1E1A1D
(30,26,29)
#151316
(21,19,22)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #665255

#665255
(102,82,85)
#736164
(115,97,100)
#807073
(128,112,115)
#8D7F82
(141,127,130)
#9A8E91
(154,142,145)
#A79DA0
(167,157,160)
#B4ACAF
(180,172,175)
#C1BBBE
(193,187,190)
#CECACD
(206,202,205)
#DBD9DC
(219,217,220)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665255; }

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

This text font color is #665255.


Background Color

.myBgColor { background-color: #665255; }

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

This div background color is #665255.


Border color

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

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

This div border color is #665255.


Opacity

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

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

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

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

This text has shadow with #665255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665255 on black background.


Color preview on white background

This text has color #665255 on white background.



Black color preview on #665255 background

This text has black color on #665255 background.


White color preview on #665255 background

This text has white color on #665255 background.