COLOR #676382

HEX: #676382
RGB: (103,99,130)

Color info

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

RGB color model

#676382 color RGB value is (103,99,130).

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

RGB channels and saturation

R 103 of 255 = 40%
G 99 of 255 = 39%
B 130 of 255 = 51%

103
99
130

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

Portions of RGB colors in percentages

R + G + B =
103 + 99 + 130 = 332 (100%)
R 103 of 332 ~ 31.02%
G 99 of 332 ~ 29.82%
B 130 of 332 ~ 39.16%

%31.02
%29.82
%39.16

CMYK color model

#676382 color CMYK value is (21,24,0,49).

  • cyan value is 20.77%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(21,24,0,49)
C21M24Y0K49 
(21%,24%,0%,49%)
(0.21/0.24/0.00/0.49)	

CMYK percentages

%20.77
%23.85
%0
%49.02

Codes

Color #676382 in popluar color models

676382
RGB10399130
HSL248°13.54%44.90%
HSB/HSV248°23.85%50.98%
CMYK20.77%23.85%0.00%
49.02%

Color #676382 in popluar number systems.

HEX676382
Decimal10399130
Binary1100111110001110000010
Octal147143202

Shades and tints

Shades of #676382

#676382
(103,99,130)
#5E5A77
(94,90,119)
#55516C
(85,81,108)
#4C4861
(76,72,97)
#433F56
(67,63,86)
#3A364B
(58,54,75)
#312D40
(49,45,64)
#282435
(40,36,53)
#1F1B2A
(31,27,42)
#16121F
(22,18,31)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #676382

#676382
(103,99,130)
#74718D
(116,113,141)
#817F98
(129,127,152)
#8E8DA3
(142,141,163)
#9B9BAE
(155,155,174)
#A8A9B9
(168,169,185)
#B5B7C4
(181,183,196)
#C2C5CF
(194,197,207)
#CFD3DA
(207,211,218)
#DCE1E5
(220,225,229)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676382 color. Also use rgb(103,99,130) instead hex code.

Text Font Color

.myTextColor { color: #676382; }

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

This text font color is #676382.


Background Color

.myBgColor { background-color: #676382; }

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

This div background color is #676382.


Border color

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

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

This div border color is #676382.


Opacity

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

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

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

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

This text has shadow with #676382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676382 on black background.


Color preview on white background

This text has color #676382 on white background.



Black color preview on #676382 background

This text has black color on #676382 background.


White color preview on #676382 background

This text has white color on #676382 background.