COLOR #676076

HEX: #676076
RGB: (103,96,118)

Color info

#676076 contains red, green and blue colors in about the same proportion. Web safe color of #676076 is #666666 (or #666).

RGB color model

#676076 color RGB value is (103,96,118).

  • red value is 103;
  • green value is 96;
  • blue value is 118.
RGB:
(103,96,118)
(40%,38%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 118 of 255 = 46%

103
96
118

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

Portions of RGB colors in percentages

R + G + B =
103 + 96 + 118 = 317 (100%)
R 103 of 317 ~ 32.49%
G 96 of 317 ~ 30.28%
B 118 of 317 ~ 37.22%

%32.49
%30.28
%37.22

CMYK color model

#676076 color CMYK value is (13,19,0,54).

  • cyan value is 12.71%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(13,19,0,54)
C13M19Y0K54 
(13%,19%,0%,54%)
(0.13/0.19/0.00/0.54)	

CMYK percentages

%12.71
%18.64
%0
%53.73

Codes

Color #676076 in popluar color models

676076
RGB10396118
HSL259°10.28%41.96%
HSB/HSV259°18.64%46.27%
CMYK12.71%18.64%0.00%
53.73%

Color #676076 in popluar number systems.

HEX676076
Decimal10396118
Binary110011111000001110110
Octal147140166

Shades and tints

Shades of #676076

#676076
(103,96,118)
#5E586C
(94,88,108)
#555062
(85,80,98)
#4C4858
(76,72,88)
#43404E
(67,64,78)
#3A3844
(58,56,68)
#31303A
(49,48,58)
#282830
(40,40,48)
#1F2026
(31,32,38)
#16181C
(22,24,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #676076

#676076
(103,96,118)
#746E82
(116,110,130)
#817C8E
(129,124,142)
#8E8A9A
(142,138,154)
#9B98A6
(155,152,166)
#A8A6B2
(168,166,178)
#B5B4BE
(181,180,190)
#C2C2CA
(194,194,202)
#CFD0D6
(207,208,214)
#DCDEE2
(220,222,226)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676076 color. Also use rgb(103,96,118) instead hex code.

Text Font Color

.myTextColor { color: #676076; }

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

This text font color is #676076.


Background Color

.myBgColor { background-color: #676076; }

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

This div background color is #676076.


Border color

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

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

This div border color is #676076.


Opacity

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

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

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

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

This text has shadow with #676076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676076 on black background.


Color preview on white background

This text has color #676076 on white background.



Black color preview on #676076 background

This text has black color on #676076 background.


White color preview on #676076 background

This text has white color on #676076 background.