COLOR #665057

HEX: #665057
RGB: (102,80,87)

Color info

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

RGB color model

#665057 color RGB value is (102,80,87).

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

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 87 of 255 = 34%

102
80
87

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

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 87 = 269 (100%)
R 102 of 269 ~ 37.92%
G 80 of 269 ~ 29.74%
B 87 of 269 ~ 32.34%

%37.92
%29.74
%32.34

CMYK color model

#665057 color CMYK value is (0,22,15,60).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(0,22,15,60)
C0M22Y15K60 
(0%,22%,15%,60%)
(0.00/0.22/0.15/0.60)	

CMYK percentages

%0
%21.57
%14.71
%60

Codes

Color #665057 in popluar color models

665057
RGB1028087
HSL341°12.09%35.69%
HSB/HSV341°21.57%40.00%
CMYK0.00%21.57%14.71%
60.00%

Color #665057 in popluar number systems.

HEX665057
Decimal1028087
Binary110011010100001010111
Octal146120127

Shades and tints

Shades of #665057

#665057
(102,80,87)
#5D4950
(93,73,80)
#544249
(84,66,73)
#4B3B42
(75,59,66)
#42343B
(66,52,59)
#392D34
(57,45,52)
#30262D
(48,38,45)
#271F26
(39,31,38)
#1E181F
(30,24,31)
#151118
(21,17,24)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #665057

#665057
(102,80,87)
#735F66
(115,95,102)
#806E75
(128,110,117)
#8D7D84
(141,125,132)
#9A8C93
(154,140,147)
#A79BA2
(167,155,162)
#B4AAB1
(180,170,177)
#C1B9C0
(193,185,192)
#CEC8CF
(206,200,207)
#DBD7DE
(219,215,222)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665057; }

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

This text font color is #665057.


Background Color

.myBgColor { background-color: #665057; }

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

This div background color is #665057.


Border color

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

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

This div border color is #665057.


Opacity

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

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

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

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

This text has shadow with #665057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665057 on black background.


Color preview on white background

This text has color #665057 on white background.



Black color preview on #665057 background

This text has black color on #665057 background.


White color preview on #665057 background

This text has white color on #665057 background.