COLOR #687272

HEX: #687272 RGB: (104,114,114)

Color info

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

RGB color model

#687272 color RGB value is (104,114,114).

RGB: (104,114,114) (41%, 45%, 45%)

RGB channels and saturation

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

104
114
114

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

Portions of RGB colors in percentages

R + G + B = 104 + 114 + 114 = 332 (100%)
R 104 of 332 ~ 31.33%
G 114 of 332 ~ 34.34%
B 114 of 332 ~ 34.34'%

%31.33
%34.34
%34.34

CMYK color model

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

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (9,0,0,55)
C9M0Y0K55 (9%, 0%, 0%, 55%)
(0.09 / 0.00 / 0.00 / 0.55)

CMYK percentages

%8.77
%0
%0
%55.29

Codes

Color #687272 in popluar color models

68 72 72
RGB 104 114 114
HSL 180° 4.59% 42.75%
HSB/HSV 180° 8.77% 44.71%
CMYK 8.77% 0.00% 0.00%
55.29%

Color #687272 in popluar number systems.

HEX 68 72 72
Decimal 104 114 114
Binary 1101000 1110010 1110010
Octal 150 162 162

Shades and tints

Shades of #687272

#687272
(104,114,114)
#5F6868
(95,104,104)
#565E5E
(86,94,94)
#4D5454
(77,84,84)
#444A4A
(68,74,74)
#3B4040
(59,64,64)
#323636
(50,54,54)
#292C2C
(41,44,44)
#202222
(32,34,34)
#171818
(23,24,24)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #687272

#687272
(104,114,114)
#757E7E
(117,126,126)
#828A8A
(130,138,138)
#8F9696
(143,150,150)
#9CA2A2
(156,162,162)
#A9AEAE
(169,174,174)
#B6BABA
(182,186,186)
#C3C6C6
(195,198,198)
#D0D2D2
(208,210,210)
#DDDEDE
(221,222,222)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687272; }

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

This text font color is #687272.

Background Color

.myBgColor { background-color: #687272; }

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

This div background color is #687272.

Border color

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

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

This div border color is #687272.

Opacity

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

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

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

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

This text has shadow with #687272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687272.

Preview

Color preview on black background

This text has color #687272 on black background.


Color preview on white background

This text has color #687272 on white background.


Black color preview on #687272 background

This text has black color on #687272 background.


White color preview on #687272 background

This text has white color on #687272 background.


Related colors

Complementary color

Complementary color for #hex is #978D8D.


I love getcolorcode.com