COLOR #537574

HEX: #537574
RGB: (83,117,116)

Color info

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

RGB color model

#537574 color RGB value is (83,117,116).

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

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 116 of 255 = 45%

83
117
116

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 116 = 316 (100%)
R 83 of 316 ~ 26.27%
G 117 of 316 ~ 37.03%
B 116 of 316 ~ 36.71%

%26.27
%37.03
%36.71

CMYK color model

#537574 color CMYK value is (29,0,1,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 54.12%
CMYK:
(29,0,1,54)
C29M0Y1K54 
(29%,0%,1%,54%)
(0.29/0.00/0.01/0.54)	

CMYK percentages

%29.06
%0
%0.85
%54.12

Codes

Color #537574 in popluar color models

537574
RGB83117116
HSL178°17.00%39.22%
HSB/HSV178°29.06%45.88%
CMYK29.06%0.00%0.85%
54.12%

Color #537574 in popluar number systems.

HEX537574
Decimal83117116
Binary101001111101011110100
Octal123165164

Shades and tints

Shades of #537574

#537574
(83,117,116)
#4C6B6A
(76,107,106)
#456160
(69,97,96)
#3E5756
(62,87,86)
#374D4C
(55,77,76)
#304342
(48,67,66)
#293938
(41,57,56)
#222F2E
(34,47,46)
#1B2524
(27,37,36)
#141B1A
(20,27,26)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #537574

#537574
(83,117,116)
#628180
(98,129,128)
#718D8C
(113,141,140)
#809998
(128,153,152)
#8FA5A4
(143,165,164)
#9EB1B0
(158,177,176)
#ADBDBC
(173,189,188)
#BCC9C8
(188,201,200)
#CBD5D4
(203,213,212)
#DAE1E0
(218,225,224)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537574; }

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

This text font color is #537574.


Background Color

.myBgColor { background-color: #537574; }

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

This div background color is #537574.


Border color

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

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

This div border color is #537574.


Opacity

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

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

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

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

This text has shadow with #537574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537574 on black background.


Color preview on white background

This text has color #537574 on white background.



Black color preview on #537574 background

This text has black color on #537574 background.


White color preview on #537574 background

This text has white color on #537574 background.