COLOR #676271

HEX: #676271
RGB: (103,98,113)

Color info

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

RGB color model

#676271 color RGB value is (103,98,113).

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

RGB channels and saturation

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

103
98
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 98 + 113 = 314 (100%)
R 103 of 314 ~ 32.8%
G 98 of 314 ~ 31.21%
B 113 of 314 ~ 35.99%

%32.8
%31.21
%35.99

CMYK color model

#676271 color CMYK value is (9,13,0,56).

  • cyan value is 8.85%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,13,0,56)
C9M13Y0K56 
(9%,13%,0%,56%)
(0.09/0.13/0.00/0.56)	

CMYK percentages

%8.85
%13.27
%0
%55.69

Codes

Color #676271 in popluar color models

676271
RGB10398113
HSL260°7.11%41.37%
HSB/HSV260°13.27%44.31%
CMYK8.85%13.27%0.00%
55.69%

Color #676271 in popluar number systems.

HEX676271
Decimal10398113
Binary110011111000101110001
Octal147142161

Shades and tints

Shades of #676271

#676271
(103,98,113)
#5E5A67
(94,90,103)
#55525D
(85,82,93)
#4C4A53
(76,74,83)
#434249
(67,66,73)
#3A3A3F
(58,58,63)
#313235
(49,50,53)
#282A2B
(40,42,43)
#1F2221
(31,34,33)
#161A17
(22,26,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #676271

#676271
(103,98,113)
#74707D
(116,112,125)
#817E89
(129,126,137)
#8E8C95
(142,140,149)
#9B9AA1
(155,154,161)
#A8A8AD
(168,168,173)
#B5B6B9
(181,182,185)
#C2C4C5
(194,196,197)
#CFD2D1
(207,210,209)
#DCE0DD
(220,224,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676271; }

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

This text font color is #676271.


Background Color

.myBgColor { background-color: #676271; }

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

This div background color is #676271.


Border color

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

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

This div border color is #676271.


Opacity

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

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

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

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

This text has shadow with #676271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676271 on black background.


Color preview on white background

This text has color #676271 on white background.



Black color preview on #676271 background

This text has black color on #676271 background.


White color preview on #676271 background

This text has white color on #676271 background.