COLOR #667788

HEX: #667788 RGB: (102,119,136)

Color info

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

RGB color model

#667788 color RGB value is (102,119,136).

RGB: (102,119,136) (40%, 47%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 136 of 255 = 53%

102
119
136

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

Portions of RGB colors in percentages

R + G + B = 102 + 119 + 136 = 357 (100%)
R 102 of 357 ~ 28.57%
G 119 of 357 ~ 33.33%
B 136 of 357 ~ 38.1'%

%28.57
%33.33
%38.1

CMYK color model

#667788 color CMYK value is (25,13,0,47).

  • cyan value is 25.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (25,13,0,47)
C25M13Y0K47 (25%, 13%, 0%, 47%)
(0.25 / 0.13 / 0.00 / 0.47)

CMYK percentages

%25
%12.5
%0
%46.67

Codes

Color #667788 in popluar color models

66 77 88
RGB 102 119 136
HSL 210° 14.29% 46.67%
HSB/HSV 210° 25.00% 53.33%
CMYK 25.00% 12.50% 0.00%
46.67%

Color #667788 in popluar number systems.

HEX 66 77 88
Decimal 102 119 136
Binary 1100110 1110111 10001000
Octal 146 167 210

Shades and tints

Shades of #667788

#667788
(102,119,136)
#5D6D7C
(93,109,124)
#546370
(84,99,112)
#4B5964
(75,89,100)
#424F58
(66,79,88)
#39454C
(57,69,76)
#303B40
(48,59,64)
#273134
(39,49,52)
#1E2728
(30,39,40)
#151D1C
(21,29,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #667788

#667788
(102,119,136)
#738392
(115,131,146)
#808F9C
(128,143,156)
#8D9BA6
(141,155,166)
#9AA7B0
(154,167,176)
#A7B3BA
(167,179,186)
#B4BFC4
(180,191,196)
#C1CBCE
(193,203,206)
#CED7D8
(206,215,216)
#DBE3E2
(219,227,226)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667788 color. Also use rgb(102,119,136) instead hex code.

Text Font Color

.myTextColor { color: #667788; }

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

This text font color is #667788.

Background Color

.myBgColor { background-color: #667788; }

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

This div background color is #667788.

Border color

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

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

This div border color is #667788.

Opacity

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

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

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

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

This text has shadow with #667788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667788.

Preview

Color preview on black background

This text has color #667788 on black background.


Color preview on white background

This text has color #667788 on white background.


Black color preview on #667788 background

This text has black color on #667788 background.


White color preview on #667788 background

This text has white color on #667788 background.


Related colors

Complementary color

Complementary color for #hex is #998877.


I love getcolorcode.com

Triadic colors

1 #886677 and #778866 with #667788 are triadic colors.

2 #887766 and #776688 with #667788 are triadic colors.