COLOR #665076

HEX: #665076
RGB: (102,80,118)

Color info

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

RGB color model

#665076 color RGB value is (102,80,118).

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

RGB channels and saturation

R 102 of 255 = 40%
G 80 of 255 = 31%
B 118 of 255 = 46%

102
80
118

R + G + B ~ 39%. #665076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 80 + 118 = 300 (100%)
R 102 of 300 ~ 34%
G 80 of 300 ~ 26.67%
B 118 of 300 ~ 39.33%

%34
%26.67
%39.33

CMYK color model

#665076 color CMYK value is (14,32,0,54).

  • cyan value is 13.56%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,32,0,54)
C14M32Y0K54 
(14%,32%,0%,54%)
(0.14/0.32/0.00/0.54)	

CMYK percentages

%13.56
%32.2
%0
%53.73

Codes

Color #665076 in popluar color models

665076
RGB10280118
HSL275°19.19%38.82%
HSB/HSV275°32.20%46.27%
CMYK13.56%32.20%0.00%
53.73%

Color #665076 in popluar number systems.

HEX665076
Decimal10280118
Binary110011010100001110110
Octal146120166

Shades and tints

Shades of #665076

#665076
(102,80,118)
#5D496C
(93,73,108)
#544262
(84,66,98)
#4B3B58
(75,59,88)
#42344E
(66,52,78)
#392D44
(57,45,68)
#30263A
(48,38,58)
#271F30
(39,31,48)
#1E1826
(30,24,38)
#15111C
(21,17,28)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #665076

#665076
(102,80,118)
#735F82
(115,95,130)
#806E8E
(128,110,142)
#8D7D9A
(141,125,154)
#9A8CA6
(154,140,166)
#A79BB2
(167,155,178)
#B4AABE
(180,170,190)
#C1B9CA
(193,185,202)
#CEC8D6
(206,200,214)
#DBD7E2
(219,215,226)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665076; }

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

This text font color is #665076.


Background Color

.myBgColor { background-color: #665076; }

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

This div background color is #665076.


Border color

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

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

This div border color is #665076.


Opacity

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

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

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

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

This text has shadow with #665076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665076 on black background.


Color preview on white background

This text has color #665076 on white background.



Black color preview on #665076 background

This text has black color on #665076 background.


White color preview on #665076 background

This text has white color on #665076 background.