COLOR #66739A

HEX: #66739A
RGB: (102,115,154)

Color info

#66739A contains red, green and blue colors in about the same proportion. Web safe color of #66739A is #666699 (or #669).

RGB color model

#66739A color RGB value is (102,115,154).

  • red value is 102;
  • green value is 115;
  • blue value is 154.
RGB:
(102,115,154)
(40%,45%,60%)

RGB channels and saturation

R 102 of 255 = 40%
G 115 of 255 = 45%
B 154 of 255 = 60%

102
115
154

R + G + B ~ 48%. #66739A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 115 + 154 = 371 (100%)
R 102 of 371 ~ 27.49%
G 115 of 371 ~ 31%
B 154 of 371 ~ 41.51%

%27.49
%31
%41.51

CMYK color model

#66739A color CMYK value is (34,25,0,40).

  • cyan value is 33.77%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(34,25,0,40)
C34M25Y0K40 
(34%,25%,0%,40%)
(0.34/0.25/0.00/0.40)	

CMYK percentages

%33.77
%25.32
%0
%39.61

Codes

Color #66739A in popluar color models

66739A
RGB102115154
HSL225°20.47%50.20%
HSB/HSV225°33.77%60.39%
CMYK33.77%25.32%0.00%
39.61%

Color #66739A in popluar number systems.

HEX66739A
Decimal102115154
Binary1100110111001110011010
Octal146163232

Shades and tints

Shades of #66739A

#66739A
(102,115,154)
#5D698C
(93,105,140)
#545F7E
(84,95,126)
#4B5570
(75,85,112)
#424B62
(66,75,98)
#394154
(57,65,84)
#303746
(48,55,70)
#272D38
(39,45,56)
#1E232A
(30,35,42)
#15191C
(21,25,28)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #66739A

#66739A
(102,115,154)
#737FA3
(115,127,163)
#808BAC
(128,139,172)
#8D97B5
(141,151,181)
#9AA3BE
(154,163,190)
#A7AFC7
(167,175,199)
#B4BBD0
(180,187,208)
#C1C7D9
(193,199,217)
#CED3E2
(206,211,226)
#DBDFEB
(219,223,235)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66739A color. Also use rgb(102,115,154) instead hex code.

Text Font Color

.myTextColor { color: #66739A; }

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

This text font color is #66739A.


Background Color

.myBgColor { background-color: #66739A; }

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

This div background color is #66739A.


Border color

.myBorderColor { border: 1px solid #66739A; }

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

This div border color is #66739A.


Opacity

.myOpacity80 { color: #66739A; opacity: 0.8; }

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

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

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

This text has shadow with #66739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66739A on black background.


Color preview on white background

This text has color #66739A on white background.



Black color preview on #66739A background

This text has black color on #66739A background.


White color preview on #66739A background

This text has white color on #66739A background.