COLOR #537371

HEX: #537371
RGB: (83,115,113)

Color info

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

RGB color model

#537371 color RGB value is (83,115,113).

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

RGB channels and saturation

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

83
115
113

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 113 = 311 (100%)
R 83 of 311 ~ 26.69%
G 115 of 311 ~ 36.98%
B 113 of 311 ~ 36.33%

%26.69
%36.98
%36.33

CMYK color model

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

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 54.90%
CMYK:
(28,0,2,55)
C28M0Y2K55 
(28%,0%,2%,55%)
(0.28/0.00/0.02/0.55)	

CMYK percentages

%27.83
%0
%1.74
%54.9

Codes

Color #537371 in popluar color models

537371
RGB83115113
HSL176°16.16%38.82%
HSB/HSV176°27.83%45.10%
CMYK27.83%0.00%1.74%
54.90%

Color #537371 in popluar number systems.

HEX537371
Decimal83115113
Binary101001111100111110001
Octal123163161

Shades and tints

Shades of #537371

#537371
(83,115,113)
#4C6967
(76,105,103)
#455F5D
(69,95,93)
#3E5553
(62,85,83)
#374B49
(55,75,73)
#30413F
(48,65,63)
#293735
(41,55,53)
#222D2B
(34,45,43)
#1B2321
(27,35,33)
#141917
(20,25,23)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #537371

#537371
(83,115,113)
#627F7D
(98,127,125)
#718B89
(113,139,137)
#809795
(128,151,149)
#8FA3A1
(143,163,161)
#9EAFAD
(158,175,173)
#ADBBB9
(173,187,185)
#BCC7C5
(188,199,197)
#CBD3D1
(203,211,209)
#DADFDD
(218,223,221)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537371; }

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

This text font color is #537371.


Background Color

.myBgColor { background-color: #537371; }

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

This div background color is #537371.


Border color

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

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

This div border color is #537371.


Opacity

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

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

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

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

This text has shadow with #537371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537371 on black background.


Color preview on white background

This text has color #537371 on white background.



Black color preview on #537371 background

This text has black color on #537371 background.


White color preview on #537371 background

This text has white color on #537371 background.