COLOR #537F68

HEX: #537F68 RGB: (83,127,104)

Color info

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

RGB color model

#537F68 color RGB value is (83,127,104).

RGB: (83,127,104) (33%, 50%, 41%)

RGB channels and saturation

R 83 of 255 = 33%
G 127 of 255 = 50%
B 104 of 255 = 41%

83
127
104

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

Portions of RGB colors in percentages

R + G + B = 83 + 127 + 104 = 314 (100%)
R 83 of 314 ~ 26.43%
G 127 of 314 ~ 40.45%
B 104 of 314 ~ 33.12'%

%26.43
%40.45
%33.12

CMYK color model

#537F68 color CMYK value is (35,0,18,50).

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

CMYK: (35,0,18,50)
C35M0Y18K50 (35%, 0%, 18%, 50%)
(0.35 / 0.00 / 0.18 / 0.50)

CMYK percentages

%34.65
%0
%18.11
%50.2

Codes

Color #537F68 in popluar color models

53 7F 68
RGB 83 127 104
HSL 149° 20.95% 41.18%
HSB/HSV 149° 34.65% 49.80%
CMYK 34.65% 0.00% 18.11%
50.20%

Color #537F68 in popluar number systems.

HEX 53 7F 68
Decimal 83 127 104
Binary 1010011 1111111 1101000
Octal 123 177 150

Shades and tints

Shades of #537F68

#537F68
(83,127,104)
#4C745F
(76,116,95)
#456956
(69,105,86)
#3E5E4D
(62,94,77)
#375344
(55,83,68)
#30483B
(48,72,59)
#293D32
(41,61,50)
#223229
(34,50,41)
#1B2720
(27,39,32)
#141C17
(20,28,23)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #537F68

#537F68
(83,127,104)
#628A75
(98,138,117)
#719582
(113,149,130)
#80A08F
(128,160,143)
#8FAB9C
(143,171,156)
#9EB6A9
(158,182,169)
#ADC1B6
(173,193,182)
#BCCCC3
(188,204,195)
#CBD7D0
(203,215,208)
#DAE2DD
(218,226,221)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537F68; }

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

This text font color is #537F68.

Background Color

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

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

This div background color is #537F68.

Border color

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

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

This div border color is #537F68.

Opacity

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

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

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

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

This text has shadow with #537F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537F68.

Preview

Color preview on black background

This text has color #537F68 on black background.


Color preview on white background

This text has color #537F68 on white background.


Black color preview on #537F68 background

This text has black color on #537F68 background.


White color preview on #537F68 background

This text has white color on #537F68 background.


Related colors

Complementary color

Complementary color for #hex is #AC8097.


I love getcolorcode.com

Triadic colors

1 #68537F and #7F6853 with #537F68 are triadic colors.

2 #687F53 and #7F5368 with #537F68 are triadic colors.