COLOR #676484

HEX: #676484
RGB: (103,100,132)

Color info

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

RGB color model

#676484 color RGB value is (103,100,132).

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

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 132 of 255 = 52%

103
100
132

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 132 = 335 (100%)
R 103 of 335 ~ 30.75%
G 100 of 335 ~ 29.85%
B 132 of 335 ~ 39.4%

%30.75
%29.85
%39.4

CMYK color model

#676484 color CMYK value is (22,24,0,48).

  • cyan value is 21.97%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(22,24,0,48)
C22M24Y0K48 
(22%,24%,0%,48%)
(0.22/0.24/0.00/0.48)	

CMYK percentages

%21.97
%24.24
%0
%48.24

Codes

Color #676484 in popluar color models

676484
RGB103100132
HSL246°13.79%45.49%
HSB/HSV246°24.24%51.76%
CMYK21.97%24.24%0.00%
48.24%

Color #676484 in popluar number systems.

HEX676484
Decimal103100132
Binary1100111110010010000100
Octal147144204

Shades and tints

Shades of #676484

#676484
(103,100,132)
#5E5B78
(94,91,120)
#55526C
(85,82,108)
#4C4960
(76,73,96)
#434054
(67,64,84)
#3A3748
(58,55,72)
#312E3C
(49,46,60)
#282530
(40,37,48)
#1F1C24
(31,28,36)
#161318
(22,19,24)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #676484

#676484
(103,100,132)
#74728F
(116,114,143)
#81809A
(129,128,154)
#8E8EA5
(142,142,165)
#9B9CB0
(155,156,176)
#A8AABB
(168,170,187)
#B5B8C6
(181,184,198)
#C2C6D1
(194,198,209)
#CFD4DC
(207,212,220)
#DCE2E7
(220,226,231)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676484; }

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

This text font color is #676484.


Background Color

.myBgColor { background-color: #676484; }

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

This div background color is #676484.


Border color

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

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

This div border color is #676484.


Opacity

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

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

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

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

This text has shadow with #676484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676484 on black background.


Color preview on white background

This text has color #676484 on white background.



Black color preview on #676484 background

This text has black color on #676484 background.


White color preview on #676484 background

This text has white color on #676484 background.