COLOR #537F79

HEX: #537F79 RGB: (83,127,121)

Color info

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

RGB color model

#537F79 color RGB value is (83,127,121).

RGB: (83,127,121) (33%, 50%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 127 of 255 = 50%
B 121 of 255 = 47%

83
127
121

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

Portions of RGB colors in percentages

R + G + B = 83 + 127 + 121 = 331 (100%)
R 83 of 331 ~ 25.08%
G 127 of 331 ~ 38.37%
B 121 of 331 ~ 36.56'%

%25.08
%38.37
%36.56

CMYK color model

#537F79 color CMYK value is (35,0,5,50).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%

CMYK: (35,0,5,50)
C35M0Y5K50 (35%, 0%, 5%, 50%)
(0.35 / 0.00 / 0.05 / 0.50)

CMYK percentages

%34.65
%0
%4.72
%50.2

Codes

Color #537F79 in popluar color models

53 7F 79
RGB 83 127 121
HSL 172° 20.95% 41.18%
HSB/HSV 172° 34.65% 49.80%
CMYK 34.65% 0.00% 4.72%
50.20%

Color #537F79 in popluar number systems.

HEX 53 7F 79
Decimal 83 127 121
Binary 1010011 1111111 1111001
Octal 123 177 171

Shades and tints

Shades of #537F79

#537F79
(83,127,121)
#4C746E
(76,116,110)
#456963
(69,105,99)
#3E5E58
(62,94,88)
#37534D
(55,83,77)
#304842
(48,72,66)
#293D37
(41,61,55)
#22322C
(34,50,44)
#1B2721
(27,39,33)
#141C16
(20,28,22)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #537F79

#537F79
(83,127,121)
#628A85
(98,138,133)
#719591
(113,149,145)
#80A09D
(128,160,157)
#8FABA9
(143,171,169)
#9EB6B5
(158,182,181)
#ADC1C1
(173,193,193)
#BCCCCD
(188,204,205)
#CBD7D9
(203,215,217)
#DAE2E5
(218,226,229)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537F79 color. Also use rgb(83,127,121) instead hex code.

Text Font Color

.myTextColor { color: #537F79; }

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

This text font color is #537F79.

Background Color

.myBgColor { background-color: #537F79; }

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

This div background color is #537F79.

Border color

.myBorderColor { border: 1px solid #537F79; }

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

This div border color is #537F79.

Opacity

.myOpacity80 { color: #537F79; opacity: 0.8; }

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

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

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

This text has shadow with #537F79 color.


.textShadow {text-shadow: 3px 3px 1px #537F79', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #537F79; -webkit-box-shadow: 1px 1px 3px 2px #537F79; box-shadow:1px 1px 3px 2px #537F79;">
Div content here
</div>

This div box has shadow with color #537F79.

Preview

Color preview on black background

This text has color #537F79 on black background.


Color preview on white background

This text has color #537F79 on white background.


Black color preview on #537F79 background

This text has black color on #537F79 background.


White color preview on #537F79 background

This text has white color on #537F79 background.


Related colors

Complementary color

Complementary color for #hex is #AC8086.


I love getcolorcode.com

Triadic colors

1 #79537F and #7F7953 with #537F79 are triadic colors.

2 #797F53 and #7F5379 with #537F79 are triadic colors.