COLOR #537C60

HEX: #537C60
RGB: (83,124,96)

Color info

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

RGB color model

#537C60 color RGB value is (83,124,96).

  • red value is 83;
  • green value is 124;
  • blue value is 96.
RGB:
(83,124,96)
(33%,49%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 124 of 255 = 49%
B 96 of 255 = 38%

83
124
96

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

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 96 = 303 (100%)
R 83 of 303 ~ 27.39%
G 124 of 303 ~ 40.92%
B 96 of 303 ~ 31.68%

%27.39
%40.92
%31.68

CMYK color model

#537C60 color CMYK value is (33,0,23,51).

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(33,0,23,51)
C33M0Y23K51 
(33%,0%,23%,51%)
(0.33/0.00/0.23/0.51)	

CMYK percentages

%33.06
%0
%22.58
%51.37

Codes

Color #537C60 in popluar color models

537C60
RGB8312496
HSL139°19.81%40.59%
HSB/HSV139°33.06%48.63%
CMYK33.06%0.00%22.58%
51.37%

Color #537C60 in popluar number systems.

HEX537C60
Decimal8312496
Binary101001111111001100000
Octal123174140

Shades and tints

Shades of #537C60

#537C60
(83,124,96)
#4C7158
(76,113,88)
#456650
(69,102,80)
#3E5B48
(62,91,72)
#375040
(55,80,64)
#304538
(48,69,56)
#293A30
(41,58,48)
#222F28
(34,47,40)
#1B2420
(27,36,32)
#141918
(20,25,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #537C60

#537C60
(83,124,96)
#62876E
(98,135,110)
#71927C
(113,146,124)
#809D8A
(128,157,138)
#8FA898
(143,168,152)
#9EB3A6
(158,179,166)
#ADBEB4
(173,190,180)
#BCC9C2
(188,201,194)
#CBD4D0
(203,212,208)
#DADFDE
(218,223,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537C60 color. Also use rgb(83,124,96) instead hex code.

Text Font Color

.myTextColor { color: #537C60; }

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

This text font color is #537C60.


Background Color

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

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

This div background color is #537C60.


Border color

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

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

This div border color is #537C60.


Opacity

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

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

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

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

This text has shadow with #537C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537C60 on black background.


Color preview on white background

This text has color #537C60 on white background.



Black color preview on #537C60 background

This text has black color on #537C60 background.


White color preview on #537C60 background

This text has white color on #537C60 background.