COLOR #676071

HEX: #676071
RGB: (103,96,113)

Color info

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

RGB color model

#676071 color RGB value is (103,96,113).

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

RGB channels and saturation

R 103 of 255 = 40%
G 96 of 255 = 38%
B 113 of 255 = 44%

103
96
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 96 + 113 = 312 (100%)
R 103 of 312 ~ 33.01%
G 96 of 312 ~ 30.77%
B 113 of 312 ~ 36.22%

%33.01
%30.77
%36.22

CMYK color model

#676071 color CMYK value is (9,15,0,56).

  • cyan value is 8.85%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,15,0,56)
C9M15Y0K56 
(9%,15%,0%,56%)
(0.09/0.15/0.00/0.56)	

CMYK percentages

%8.85
%15.04
%0
%55.69

Codes

Color #676071 in popluar color models

676071
RGB10396113
HSL265°8.13%40.98%
HSB/HSV265°15.04%44.31%
CMYK8.85%15.04%0.00%
55.69%

Color #676071 in popluar number systems.

HEX676071
Decimal10396113
Binary110011111000001110001
Octal147140161

Shades and tints

Shades of #676071

#676071
(103,96,113)
#5E5867
(94,88,103)
#55505D
(85,80,93)
#4C4853
(76,72,83)
#434049
(67,64,73)
#3A383F
(58,56,63)
#313035
(49,48,53)
#28282B
(40,40,43)
#1F2021
(31,32,33)
#161817
(22,24,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #676071

#676071
(103,96,113)
#746E7D
(116,110,125)
#817C89
(129,124,137)
#8E8A95
(142,138,149)
#9B98A1
(155,152,161)
#A8A6AD
(168,166,173)
#B5B4B9
(181,180,185)
#C2C2C5
(194,194,197)
#CFD0D1
(207,208,209)
#DCDEDD
(220,222,221)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676071; }

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

This text font color is #676071.


Background Color

.myBgColor { background-color: #676071; }

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

This div background color is #676071.


Border color

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

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

This div border color is #676071.


Opacity

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

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

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

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

This text has shadow with #676071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676071 on black background.


Color preview on white background

This text has color #676071 on white background.



Black color preview on #676071 background

This text has black color on #676071 background.


White color preview on #676071 background

This text has white color on #676071 background.