COLOR #676481

HEX: #676481
RGB: (103,100,129)

Color info

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

RGB color model

#676481 color RGB value is (103,100,129).

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

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 129 of 255 = 51%

103
100
129

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 129 = 332 (100%)
R 103 of 332 ~ 31.02%
G 100 of 332 ~ 30.12%
B 129 of 332 ~ 38.86%

%31.02
%30.12
%38.86

CMYK color model

#676481 color CMYK value is (20,22,0,49).

  • cyan value is 20.16%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(20,22,0,49)
C20M22Y0K49 
(20%,22%,0%,49%)
(0.20/0.22/0.00/0.49)	

CMYK percentages

%20.16
%22.48
%0
%49.41

Codes

Color #676481 in popluar color models

676481
RGB103100129
HSL246°12.66%44.90%
HSB/HSV246°22.48%50.59%
CMYK20.16%22.48%0.00%
49.41%

Color #676481 in popluar number systems.

HEX676481
Decimal103100129
Binary1100111110010010000001
Octal147144201

Shades and tints

Shades of #676481

#676481
(103,100,129)
#5E5B76
(94,91,118)
#55526B
(85,82,107)
#4C4960
(76,73,96)
#434055
(67,64,85)
#3A374A
(58,55,74)
#312E3F
(49,46,63)
#282534
(40,37,52)
#1F1C29
(31,28,41)
#16131E
(22,19,30)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #676481

#676481
(103,100,129)
#74728C
(116,114,140)
#818097
(129,128,151)
#8E8EA2
(142,142,162)
#9B9CAD
(155,156,173)
#A8AAB8
(168,170,184)
#B5B8C3
(181,184,195)
#C2C6CE
(194,198,206)
#CFD4D9
(207,212,217)
#DCE2E4
(220,226,228)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676481; }

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

This text font color is #676481.


Background Color

.myBgColor { background-color: #676481; }

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

This div background color is #676481.


Border color

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

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

This div border color is #676481.


Opacity

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

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

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

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

This text has shadow with #676481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676481 on black background.


Color preview on white background

This text has color #676481 on white background.



Black color preview on #676481 background

This text has black color on #676481 background.


White color preview on #676481 background

This text has white color on #676481 background.