COLOR #537271

HEX: #537271
RGB: (83,114,113)

Color info

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

RGB color model

#537271 color RGB value is (83,114,113).

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

RGB channels and saturation

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

83
114
113

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

Portions of RGB colors in percentages

R + G + B =
83 + 114 + 113 = 310 (100%)
R 83 of 310 ~ 26.77%
G 114 of 310 ~ 36.77%
B 113 of 310 ~ 36.45%

%26.77
%36.77
%36.45

CMYK color model

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

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

CMYK percentages

%27.19
%0
%0.88
%55.29

Codes

Color #537271 in popluar color models

537271
RGB83114113
HSL178°15.74%38.63%
HSB/HSV178°27.19%44.71%
CMYK27.19%0.00%0.88%
55.29%

Color #537271 in popluar number systems.

HEX537271
Decimal83114113
Binary101001111100101110001
Octal123162161

Shades and tints

Shades of #537271

#537271
(83,114,113)
#4C6867
(76,104,103)
#455E5D
(69,94,93)
#3E5453
(62,84,83)
#374A49
(55,74,73)
#30403F
(48,64,63)
#293635
(41,54,53)
#222C2B
(34,44,43)
#1B2221
(27,34,33)
#141817
(20,24,23)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #537271

#537271
(83,114,113)
#627E7D
(98,126,125)
#718A89
(113,138,137)
#809695
(128,150,149)
#8FA2A1
(143,162,161)
#9EAEAD
(158,174,173)
#ADBAB9
(173,186,185)
#BCC6C5
(188,198,197)
#CBD2D1
(203,210,209)
#DADEDD
(218,222,221)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537271; }

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

This text font color is #537271.


Background Color

.myBgColor { background-color: #537271; }

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

This div background color is #537271.


Border color

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

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

This div border color is #537271.


Opacity

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

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

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

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

This text has shadow with #537271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537271 on black background.


Color preview on white background

This text has color #537271 on white background.



Black color preview on #537271 background

This text has black color on #537271 background.


White color preview on #537271 background

This text has white color on #537271 background.