COLOR #707272

HEX: #707272
RGB: (112,114,114)

Color info

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

RGB color model

#707272 color RGB value is (112,114,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 114 of 255 = 45%
B 114 of 255 = 45%

112
114
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 114 + 114 = 340 (100%)
R 112 of 340 ~ 32.94%
G 114 of 340 ~ 33.53%
B 114 of 340 ~ 33.53%

%32.94
%33.53
%33.53

CMYK color model

#707272 color CMYK value is (2,0,0,55).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,0,0,55)
C2M0Y0K55 
(2%,0%,0%,55%)
(0.02/0.00/0.00/0.55)	

CMYK percentages

%1.75
%0
%0
%55.29

Codes

Color #707272 in popluar color models

707272
RGB112114114
HSL180°0.88%44.31%
HSB/HSV180°1.75%44.71%
CMYK1.75%0.00%0.00%
55.29%

Color #707272 in popluar number systems.

HEX707272
Decimal112114114
Binary111000011100101110010
Octal160162162

Shades and tints

Shades of #707272

#707272
(112,114,114)
#666868
(102,104,104)
#5C5E5E
(92,94,94)
#525454
(82,84,84)
#484A4A
(72,74,74)
#3E4040
(62,64,64)
#343636
(52,54,54)
#2A2C2C
(42,44,44)
#202222
(32,34,34)
#161818
(22,24,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #707272

#707272
(112,114,114)
#7D7E7E
(125,126,126)
#8A8A8A
(138,138,138)
#979696
(151,150,150)
#A4A2A2
(164,162,162)
#B1AEAE
(177,174,174)
#BEBABA
(190,186,186)
#CBC6C6
(203,198,198)
#D8D2D2
(216,210,210)
#E5DEDE
(229,222,222)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707272; }

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

This text font color is #707272.


Background Color

.myBgColor { background-color: #707272; }

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

This div background color is #707272.


Border color

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

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

This div border color is #707272.


Opacity

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

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

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

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

This text has shadow with #707272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707272 on black background.


Color preview on white background

This text has color #707272 on white background.



Black color preview on #707272 background

This text has black color on #707272 background.


White color preview on #707272 background

This text has white color on #707272 background.