COLOR #676584

HEX: #676584
RGB: (103,101,132)

Color info

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

RGB color model

#676584 color RGB value is (103,101,132).

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

RGB channels and saturation

R 103 of 255 = 40%
G 101 of 255 = 40%
B 132 of 255 = 52%

103
101
132

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

Portions of RGB colors in percentages

R + G + B =
103 + 101 + 132 = 336 (100%)
R 103 of 336 ~ 30.65%
G 101 of 336 ~ 30.06%
B 132 of 336 ~ 39.29%

%30.65
%30.06
%39.29

CMYK color model

#676584 color CMYK value is (22,23,0,48).

  • cyan value is 21.97%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(22,23,0,48)
C22M23Y0K48 
(22%,23%,0%,48%)
(0.22/0.23/0.00/0.48)	

CMYK percentages

%21.97
%23.48
%0
%48.24

Codes

Color #676584 in popluar color models

676584
RGB103101132
HSL244°13.30%45.69%
HSB/HSV244°23.48%51.76%
CMYK21.97%23.48%0.00%
48.24%

Color #676584 in popluar number systems.

HEX676584
Decimal103101132
Binary1100111110010110000100
Octal147145204

Shades and tints

Shades of #676584

#676584
(103,101,132)
#5E5C78
(94,92,120)
#55536C
(85,83,108)
#4C4A60
(76,74,96)
#434154
(67,65,84)
#3A3848
(58,56,72)
#312F3C
(49,47,60)
#282630
(40,38,48)
#1F1D24
(31,29,36)
#161418
(22,20,24)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #676584

#676584
(103,101,132)
#74738F
(116,115,143)
#81819A
(129,129,154)
#8E8FA5
(142,143,165)
#9B9DB0
(155,157,176)
#A8ABBB
(168,171,187)
#B5B9C6
(181,185,198)
#C2C7D1
(194,199,209)
#CFD5DC
(207,213,220)
#DCE3E7
(220,227,231)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676584; }

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

This text font color is #676584.


Background Color

.myBgColor { background-color: #676584; }

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

This div background color is #676584.


Border color

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

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

This div border color is #676584.


Opacity

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

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

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

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

This text has shadow with #676584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676584 on black background.


Color preview on white background

This text has color #676584 on white background.



Black color preview on #676584 background

This text has black color on #676584 background.


White color preview on #676584 background

This text has white color on #676584 background.