COLOR #676392

HEX: #676392
RGB: (103,99,146)

Color info

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

RGB color model

#676392 color RGB value is (103,99,146).

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

RGB channels and saturation

R 103 of 255 = 40%
G 99 of 255 = 39%
B 146 of 255 = 57%

103
99
146

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

Portions of RGB colors in percentages

R + G + B =
103 + 99 + 146 = 348 (100%)
R 103 of 348 ~ 29.6%
G 99 of 348 ~ 28.45%
B 146 of 348 ~ 41.95%

%29.6
%28.45
%41.95

CMYK color model

#676392 color CMYK value is (29,32,0,43).

  • cyan value is 29.45%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(29,32,0,43)
C29M32Y0K43 
(29%,32%,0%,43%)
(0.29/0.32/0.00/0.43)	

CMYK percentages

%29.45
%32.19
%0
%42.75

Codes

Color #676392 in popluar color models

676392
RGB10399146
HSL245°19.18%48.04%
HSB/HSV245°32.19%57.25%
CMYK29.45%32.19%0.00%
42.75%

Color #676392 in popluar number systems.

HEX676392
Decimal10399146
Binary1100111110001110010010
Octal147143222

Shades and tints

Shades of #676392

#676392
(103,99,146)
#5E5A85
(94,90,133)
#555178
(85,81,120)
#4C486B
(76,72,107)
#433F5E
(67,63,94)
#3A3651
(58,54,81)
#312D44
(49,45,68)
#282437
(40,36,55)
#1F1B2A
(31,27,42)
#16121D
(22,18,29)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #676392

#676392
(103,99,146)
#74719B
(116,113,155)
#817FA4
(129,127,164)
#8E8DAD
(142,141,173)
#9B9BB6
(155,155,182)
#A8A9BF
(168,169,191)
#B5B7C8
(181,183,200)
#C2C5D1
(194,197,209)
#CFD3DA
(207,211,218)
#DCE1E3
(220,225,227)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676392; }

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

This text font color is #676392.


Background Color

.myBgColor { background-color: #676392; }

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

This div background color is #676392.


Border color

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

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

This div border color is #676392.


Opacity

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

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

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

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

This text has shadow with #676392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676392 on black background.


Color preview on white background

This text has color #676392 on white background.



Black color preview on #676392 background

This text has black color on #676392 background.


White color preview on #676392 background

This text has white color on #676392 background.