COLOR #676583

HEX: #676583
RGB: (103,101,131)

Color info

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

RGB color model

#676583 color RGB value is (103,101,131).

  • red value is 103;
  • green value is 101;
  • blue value is 131.
RGB:
(103,101,131)
(40%,40%,51%)

RGB channels and saturation

R 103 of 255 = 40%
G 101 of 255 = 40%
B 131 of 255 = 51%

103
101
131

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

Portions of RGB colors in percentages

R + G + B =
103 + 101 + 131 = 335 (100%)
R 103 of 335 ~ 30.75%
G 101 of 335 ~ 30.15%
B 131 of 335 ~ 39.1%

%30.75
%30.15
%39.1

CMYK color model

#676583 color CMYK value is (21,23,0,49).

  • cyan value is 21.37%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(21,23,0,49)
C21M23Y0K49 
(21%,23%,0%,49%)
(0.21/0.23/0.00/0.49)	

CMYK percentages

%21.37
%22.9
%0
%48.63

Codes

Color #676583 in popluar color models

676583
RGB103101131
HSL244°12.93%45.49%
HSB/HSV244°22.90%51.37%
CMYK21.37%22.90%0.00%
48.63%

Color #676583 in popluar number systems.

HEX676583
Decimal103101131
Binary1100111110010110000011
Octal147145203

Shades and tints

Shades of #676583

#676583
(103,101,131)
#5E5C78
(94,92,120)
#55536D
(85,83,109)
#4C4A62
(76,74,98)
#434157
(67,65,87)
#3A384C
(58,56,76)
#312F41
(49,47,65)
#282636
(40,38,54)
#1F1D2B
(31,29,43)
#161420
(22,20,32)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #676583

#676583
(103,101,131)
#74738E
(116,115,142)
#818199
(129,129,153)
#8E8FA4
(142,143,164)
#9B9DAF
(155,157,175)
#A8ABBA
(168,171,186)
#B5B9C5
(181,185,197)
#C2C7D0
(194,199,208)
#CFD5DB
(207,213,219)
#DCE3E6
(220,227,230)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676583 color. Also use rgb(103,101,131) instead hex code.

Text Font Color

.myTextColor { color: #676583; }

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

This text font color is #676583.


Background Color

.myBgColor { background-color: #676583; }

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

This div background color is #676583.


Border color

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

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

This div border color is #676583.


Opacity

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

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

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

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

This text has shadow with #676583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676583 on black background.


Color preview on white background

This text has color #676583 on white background.



Black color preview on #676583 background

This text has black color on #676583 background.


White color preview on #676583 background

This text has white color on #676583 background.