COLOR #665455

HEX: #665455
RGB: (102,84,85)

Color info

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

RGB color model

#665455 color RGB value is (102,84,85).

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

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 85 of 255 = 33%

102
84
85

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

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 85 = 271 (100%)
R 102 of 271 ~ 37.64%
G 84 of 271 ~ 31%
B 85 of 271 ~ 31.37%

%37.64
%31
%31.37

CMYK color model

#665455 color CMYK value is (0,18,17,60).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK: (0,18,17,60) C0M18Y17K60 (0%,18%,17%,60%) (0.00/0.18/0.17/0.60)

CMYK percentages

%0
%17.65
%16.67
%60

Codes

Color #665455 in popluar color models

665455
RGB1028485
HSL357°9.68%36.47%
HSB/HSV357°17.65%40.00%
CMYK0.00%17.65%16.67%
60.00%

Color #665455 in popluar number systems.

HEX665455
Decimal1028485
Binary110011010101001010101
Octal146124125

Shades and tints

Shades of #665455

#665455
(102,84,85)
#5D4D4E
(93,77,78)
#544647
(84,70,71)
#4B3F40
(75,63,64)
#423839
(66,56,57)
#393132
(57,49,50)
#302A2B
(48,42,43)
#272324
(39,35,36)
#1E1C1D
(30,28,29)
#151516
(21,21,22)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #665455

#665455
(102,84,85)
#736364
(115,99,100)
#807273
(128,114,115)
#8D8182
(141,129,130)
#9A9091
(154,144,145)
#A79FA0
(167,159,160)
#B4AEAF
(180,174,175)
#C1BDBE
(193,189,190)
#CECCCD
(206,204,205)
#DBDBDC
(219,219,220)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665455; }

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

This text font color is #665455.


Background Color

.myBgColor { background-color: #665455; }

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

This div background color is #665455.


Border color

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

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

This div border color is #665455.


Opacity

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

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

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

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

This text has shadow with #665455 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #665455 on black background.


Color preview on white background

This text has color #665455 on white background.



Black color preview on #665455 background

This text has black color on #665455 background.


White color preview on #665455 background

This text has white color on #665455 background.