COLOR #676872

HEX: #676872
RGB: (103,104,114)

Color info

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

RGB color model

#676872 color RGB value is (103,104,114).

  • red value is 103;
  • green value is 104;
  • blue value is 114.
RGB:
(103,104,114)
(40%,41%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 114 of 255 = 45%

103
104
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 114 = 321 (100%)
R 103 of 321 ~ 32.09%
G 104 of 321 ~ 32.4%
B 114 of 321 ~ 35.51%

%32.09
%32.4
%35.51

CMYK color model

#676872 color CMYK value is (10,9,0,55).

  • cyan value is 9.65%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(10,9,0,55)
C10M9Y0K55 
(10%,9%,0%,55%)
(0.10/0.09/0.00/0.55)	

CMYK percentages

%9.65
%8.77
%0
%55.29

Codes

Color #676872 in popluar color models

676872
RGB103104114
HSL235°5.07%42.55%
HSB/HSV235°9.65%44.71%
CMYK9.65%8.77%0.00%
55.29%

Color #676872 in popluar number systems.

HEX676872
Decimal103104114
Binary110011111010001110010
Octal147150162

Shades and tints

Shades of #676872

#676872
(103,104,114)
#5E5F68
(94,95,104)
#55565E
(85,86,94)
#4C4D54
(76,77,84)
#43444A
(67,68,74)
#3A3B40
(58,59,64)
#313236
(49,50,54)
#28292C
(40,41,44)
#1F2022
(31,32,34)
#161718
(22,23,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #676872

#676872
(103,104,114)
#74757E
(116,117,126)
#81828A
(129,130,138)
#8E8F96
(142,143,150)
#9B9CA2
(155,156,162)
#A8A9AE
(168,169,174)
#B5B6BA
(181,182,186)
#C2C3C6
(194,195,198)
#CFD0D2
(207,208,210)
#DCDDDE
(220,221,222)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676872 color. Also use rgb(103,104,114) instead hex code.

Text Font Color

.myTextColor { color: #676872; }

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

This text font color is #676872.


Background Color

.myBgColor { background-color: #676872; }

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

This div background color is #676872.


Border color

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

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

This div border color is #676872.


Opacity

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

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

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

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

This text has shadow with #676872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676872 on black background.


Color preview on white background

This text has color #676872 on white background.



Black color preview on #676872 background

This text has black color on #676872 background.


White color preview on #676872 background

This text has white color on #676872 background.