COLOR #667583

HEX: #667583
RGB: (102,117,131)

Color info

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

RGB color model

#667583 color RGB value is (102,117,131).

  • red value is 102;
  • green value is 117;
  • blue value is 131.
RGB:
(102,117,131)
(40%,46%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 131 of 255 = 51%

102
117
131

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 131 = 350 (100%)
R 102 of 350 ~ 29.14%
G 117 of 350 ~ 33.43%
B 131 of 350 ~ 37.43%

%29.14
%33.43
%37.43

CMYK color model

#667583 color CMYK value is (22,11,0,49).

  • cyan value is 22.14%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(22,11,0,49)
C22M11Y0K49 
(22%,11%,0%,49%)
(0.22/0.11/0.00/0.49)	

CMYK percentages

%22.14
%10.69
%0
%48.63

Codes

Color #667583 in popluar color models

667583
RGB102117131
HSL209°12.45%45.69%
HSB/HSV209°22.14%51.37%
CMYK22.14%10.69%0.00%
48.63%

Color #667583 in popluar number systems.

HEX667583
Decimal102117131
Binary1100110111010110000011
Octal146165203

Shades and tints

Shades of #667583

#667583
(102,117,131)
#5D6B78
(93,107,120)
#54616D
(84,97,109)
#4B5762
(75,87,98)
#424D57
(66,77,87)
#39434C
(57,67,76)
#303941
(48,57,65)
#272F36
(39,47,54)
#1E252B
(30,37,43)
#151B20
(21,27,32)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #667583

#667583
(102,117,131)
#73818E
(115,129,142)
#808D99
(128,141,153)
#8D99A4
(141,153,164)
#9AA5AF
(154,165,175)
#A7B1BA
(167,177,186)
#B4BDC5
(180,189,197)
#C1C9D0
(193,201,208)
#CED5DB
(206,213,219)
#DBE1E6
(219,225,230)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667583 color. Also use rgb(102,117,131) instead hex code.

Text Font Color

.myTextColor { color: #667583; }

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

This text font color is #667583.


Background Color

.myBgColor { background-color: #667583; }

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

This div background color is #667583.


Border color

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

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

This div border color is #667583.


Opacity

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

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

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

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

This text has shadow with #667583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667583 on black background.


Color preview on white background

This text has color #667583 on white background.



Black color preview on #667583 background

This text has black color on #667583 background.


White color preview on #667583 background

This text has white color on #667583 background.