COLOR #537272

HEX: #537272
RGB: (83,114,114)

Color info

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

RGB color model

#537272 color RGB value is (83,114,114).

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

RGB channels and saturation

R 83 of 255 = 33%
G 114 of 255 = 45%
B 114 of 255 = 45%

83
114
114

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

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 114 = 311 (100%)
R 83 of 311 ~ 26.69%
G 114 of 311 ~ 36.66%
B 114 of 311 ~ 36.66%

%26.69
%36.66
%36.66

CMYK color model

#537272 color CMYK value is (27,0,0,55).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,0,0,55)
C27M0Y0K55 
(27%,0%,0%,55%)
(0.27/0.00/0.00/0.55)	

CMYK percentages

%27.19
%0
%0
%55.29

Codes

Color #537272 in popluar color models

537272
RGB83114114
HSL180°15.74%38.63%
HSB/HSV180°27.19%44.71%
CMYK27.19%0.00%0.00%
55.29%

Color #537272 in popluar number systems.

HEX537272
Decimal83114114
Binary101001111100101110010
Octal123162162

Shades and tints

Shades of #537272

#537272
(83,114,114)
#4C6868
(76,104,104)
#455E5E
(69,94,94)
#3E5454
(62,84,84)
#374A4A
(55,74,74)
#304040
(48,64,64)
#293636
(41,54,54)
#222C2C
(34,44,44)
#1B2222
(27,34,34)
#141818
(20,24,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #537272

#537272
(83,114,114)
#627E7E
(98,126,126)
#718A8A
(113,138,138)
#809696
(128,150,150)
#8FA2A2
(143,162,162)
#9EAEAE
(158,174,174)
#ADBABA
(173,186,186)
#BCC6C6
(188,198,198)
#CBD2D2
(203,210,210)
#DADEDE
(218,222,222)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537272; }

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

This text font color is #537272.


Background Color

.myBgColor { background-color: #537272; }

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

This div background color is #537272.


Border color

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

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

This div border color is #537272.


Opacity

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

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

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

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

This text has shadow with #537272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537272 on black background.


Color preview on white background

This text has color #537272 on white background.



Black color preview on #537272 background

This text has black color on #537272 background.


White color preview on #537272 background

This text has white color on #537272 background.