COLOR #666074

HEX: #666074
RGB: (102,96,116)

Color info

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

RGB color model

#666074 color RGB value is (102,96,116).

  • red value is 102;
  • green value is 96;
  • blue value is 116.
RGB:
(102,96,116)
(40%,38%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 96 of 255 = 38%
B 116 of 255 = 45%

102
96
116

R + G + B ~ 41%. #666074 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 96 + 116 = 314 (100%)
R 102 of 314 ~ 32.48%
G 96 of 314 ~ 30.57%
B 116 of 314 ~ 36.94%

%32.48
%30.57
%36.94

CMYK color model

#666074 color CMYK value is (12,17,0,55).

  • cyan value is 12.07%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(12,17,0,55)
C12M17Y0K55 
(12%,17%,0%,55%)
(0.12/0.17/0.00/0.55)	

CMYK percentages

%12.07
%17.24
%0
%54.51

Codes

Color #666074 in popluar color models

666074
RGB10296116
HSL258°9.43%41.57%
HSB/HSV258°17.24%45.49%
CMYK12.07%17.24%0.00%
54.51%

Color #666074 in popluar number systems.

HEX666074
Decimal10296116
Binary110011011000001110100
Octal146140164

Shades and tints

Shades of #666074

#666074
(102,96,116)
#5D586A
(93,88,106)
#545060
(84,80,96)
#4B4856
(75,72,86)
#42404C
(66,64,76)
#393842
(57,56,66)
#303038
(48,48,56)
#27282E
(39,40,46)
#1E2024
(30,32,36)
#15181A
(21,24,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #666074

#666074
(102,96,116)
#736E80
(115,110,128)
#807C8C
(128,124,140)
#8D8A98
(141,138,152)
#9A98A4
(154,152,164)
#A7A6B0
(167,166,176)
#B4B4BC
(180,180,188)
#C1C2C8
(193,194,200)
#CED0D4
(206,208,212)
#DBDEE0
(219,222,224)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666074 color. Also use rgb(102,96,116) instead hex code.

Text Font Color

.myTextColor { color: #666074; }

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

This text font color is #666074.


Background Color

.myBgColor { background-color: #666074; }

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

This div background color is #666074.


Border color

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

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

This div border color is #666074.


Opacity

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

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

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

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

This text has shadow with #666074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666074 on black background.


Color preview on white background

This text has color #666074 on white background.



Black color preview on #666074 background

This text has black color on #666074 background.


White color preview on #666074 background

This text has white color on #666074 background.