COLOR #676371

HEX: #676371
RGB: (103,99,113)

Color info

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

RGB color model

#676371 color RGB value is (103,99,113).

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

RGB channels and saturation

R 103 of 255 = 40%
G 99 of 255 = 39%
B 113 of 255 = 44%

103
99
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 99 + 113 = 315 (100%)
R 103 of 315 ~ 32.7%
G 99 of 315 ~ 31.43%
B 113 of 315 ~ 35.87%

%32.7
%31.43
%35.87

CMYK color model

#676371 color CMYK value is (9,12,0,56).

  • cyan value is 8.85%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(9,12,0,56)
C9M12Y0K56 
(9%,12%,0%,56%)
(0.09/0.12/0.00/0.56)	

CMYK percentages

%8.85
%12.39
%0
%55.69

Codes

Color #676371 in popluar color models

676371
RGB10399113
HSL257°6.60%41.57%
HSB/HSV257°12.39%44.31%
CMYK8.85%12.39%0.00%
55.69%

Color #676371 in popluar number systems.

HEX676371
Decimal10399113
Binary110011111000111110001
Octal147143161

Shades and tints

Shades of #676371

#676371
(103,99,113)
#5E5A67
(94,90,103)
#55515D
(85,81,93)
#4C4853
(76,72,83)
#433F49
(67,63,73)
#3A363F
(58,54,63)
#312D35
(49,45,53)
#28242B
(40,36,43)
#1F1B21
(31,27,33)
#161217
(22,18,23)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #676371

#676371
(103,99,113)
#74717D
(116,113,125)
#817F89
(129,127,137)
#8E8D95
(142,141,149)
#9B9BA1
(155,155,161)
#A8A9AD
(168,169,173)
#B5B7B9
(181,183,185)
#C2C5C5
(194,197,197)
#CFD3D1
(207,211,209)
#DCE1DD
(220,225,221)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676371; }

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

This text font color is #676371.


Background Color

.myBgColor { background-color: #676371; }

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

This div background color is #676371.


Border color

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

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

This div border color is #676371.


Opacity

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

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

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

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

This text has shadow with #676371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676371 on black background.


Color preview on white background

This text has color #676371 on white background.



Black color preview on #676371 background

This text has black color on #676371 background.


White color preview on #676371 background

This text has white color on #676371 background.