COLOR #647272

HEX: #647272
RGB: (100,114,114)

Color info

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

RGB color model

#647272 color RGB value is (100,114,114).

  • red value is 100;
  • green value is 114;
  • blue value is 114.
RGB:
(100,114,114)
(39%,45%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 114 of 255 = 45%

100
114
114

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

Portions of RGB colors in percentages

R + G + B =
100 + 114 + 114 = 328 (100%)
R 100 of 328 ~ 30.49%
G 114 of 328 ~ 34.76%
B 114 of 328 ~ 34.76%

%30.49
%34.76
%34.76

CMYK color model

#647272 color CMYK value is (12,0,0,55).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(12,0,0,55)
C12M0Y0K55 
(12%,0%,0%,55%)
(0.12/0.00/0.00/0.55)	

CMYK percentages

%12.28
%0
%0
%55.29

Codes

Color #647272 in popluar color models

647272
RGB100114114
HSL180°6.54%41.96%
HSB/HSV180°12.28%44.71%
CMYK12.28%0.00%0.00%
55.29%

Color #647272 in popluar number systems.

HEX647272
Decimal100114114
Binary110010011100101110010
Octal144162162

Shades and tints

Shades of #647272

#647272
(100,114,114)
#5B6868
(91,104,104)
#525E5E
(82,94,94)
#495454
(73,84,84)
#404A4A
(64,74,74)
#374040
(55,64,64)
#2E3636
(46,54,54)
#252C2C
(37,44,44)
#1C2222
(28,34,34)
#131818
(19,24,24)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #647272

#647272
(100,114,114)
#727E7E
(114,126,126)
#808A8A
(128,138,138)
#8E9696
(142,150,150)
#9CA2A2
(156,162,162)
#AAAEAE
(170,174,174)
#B8BABA
(184,186,186)
#C6C6C6
(198,198,198)
#D4D2D2
(212,210,210)
#E2DEDE
(226,222,222)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647272; }

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

This text font color is #647272.


Background Color

.myBgColor { background-color: #647272; }

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

This div background color is #647272.


Border color

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

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

This div border color is #647272.


Opacity

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

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

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

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

This text has shadow with #647272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647272 on black background.


Color preview on white background

This text has color #647272 on white background.



Black color preview on #647272 background

This text has black color on #647272 background.


White color preview on #647272 background

This text has white color on #647272 background.