COLOR #607272

HEX: #607272
RGB: (96,114,114)

Color info

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

RGB color model

#607272 color RGB value is (96,114,114).

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

RGB channels and saturation

R 96 of 255 = 38%
G 114 of 255 = 45%
B 114 of 255 = 45%

96
114
114

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

Portions of RGB colors in percentages

R + G + B =
96 + 114 + 114 = 324 (100%)
R 96 of 324 ~ 29.63%
G 114 of 324 ~ 35.19%
B 114 of 324 ~ 35.19%

%29.63
%35.19
%35.19

CMYK color model

#607272 color CMYK value is (16,0,0,55).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(16,0,0,55)
C16M0Y0K55 
(16%,0%,0%,55%)
(0.16/0.00/0.00/0.55)	

CMYK percentages

%15.79
%0
%0
%55.29

Codes

Color #607272 in popluar color models

607272
RGB96114114
HSL180°8.57%41.18%
HSB/HSV180°15.79%44.71%
CMYK15.79%0.00%0.00%
55.29%

Color #607272 in popluar number systems.

HEX607272
Decimal96114114
Binary110000011100101110010
Octal140162162

Shades and tints

Shades of #607272

#607272
(96,114,114)
#586868
(88,104,104)
#505E5E
(80,94,94)
#485454
(72,84,84)
#404A4A
(64,74,74)
#384040
(56,64,64)
#303636
(48,54,54)
#282C2C
(40,44,44)
#202222
(32,34,34)
#181818
(24,24,24)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #607272

#607272
(96,114,114)
#6E7E7E
(110,126,126)
#7C8A8A
(124,138,138)
#8A9696
(138,150,150)
#98A2A2
(152,162,162)
#A6AEAE
(166,174,174)
#B4BABA
(180,186,186)
#C2C6C6
(194,198,198)
#D0D2D2
(208,210,210)
#DEDEDE
(222,222,222)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607272; }

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

This text font color is #607272.


Background Color

.myBgColor { background-color: #607272; }

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

This div background color is #607272.


Border color

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

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

This div border color is #607272.


Opacity

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

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

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

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

This text has shadow with #607272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607272 on black background.


Color preview on white background

This text has color #607272 on white background.



Black color preview on #607272 background

This text has black color on #607272 background.


White color preview on #607272 background

This text has white color on #607272 background.