COLOR #676272

HEX: #676272
RGB: (103,98,114)

Color info

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

RGB color model

#676272 color RGB value is (103,98,114).

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

RGB channels and saturation

R 103 of 255 = 40%
G 98 of 255 = 38%
B 114 of 255 = 45%

103
98
114

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

Portions of RGB colors in percentages

R + G + B =
103 + 98 + 114 = 315 (100%)
R 103 of 315 ~ 32.7%
G 98 of 315 ~ 31.11%
B 114 of 315 ~ 36.19%

%32.7
%31.11
%36.19

CMYK color model

#676272 color CMYK value is (10,14,0,55).

  • cyan value is 9.65%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (10,14,0,55) C10M14Y0K55 (10%,14%,0%,55%) (0.10/0.14/0.00/0.55)

CMYK percentages

%9.65
%14.04
%0
%55.29

Codes

Color #676272 in popluar color models

676272
RGB10398114
HSL259°7.55%41.57%
HSB/HSV259°14.04%44.71%
CMYK9.65%14.04%0.00%
55.29%

Color #676272 in popluar number systems.

HEX676272
Decimal10398114
Binary110011111000101110010
Octal147142162

Shades and tints

Shades of #676272

#676272
(103,98,114)
#5E5A68
(94,90,104)
#55525E
(85,82,94)
#4C4A54
(76,74,84)
#43424A
(67,66,74)
#3A3A40
(58,58,64)
#313236
(49,50,54)
#282A2C
(40,42,44)
#1F2222
(31,34,34)
#161A18
(22,26,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #676272

#676272
(103,98,114)
#74707E
(116,112,126)
#817E8A
(129,126,138)
#8E8C96
(142,140,150)
#9B9AA2
(155,154,162)
#A8A8AE
(168,168,174)
#B5B6BA
(181,182,186)
#C2C4C6
(194,196,198)
#CFD2D2
(207,210,210)
#DCE0DE
(220,224,222)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676272; }

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

This text font color is #676272.


Background Color

.myBgColor { background-color: #676272; }

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

This div background color is #676272.


Border color

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

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

This div border color is #676272.


Opacity

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

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

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

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

This text has shadow with #676272 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #676272 on black background.


Color preview on white background

This text has color #676272 on white background.



Black color preview on #676272 background

This text has black color on #676272 background.


White color preview on #676272 background

This text has white color on #676272 background.