COLOR #537C62

HEX: #537C62
RGB: (83,124,98)

Color info

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

RGB color model

#537C62 color RGB value is (83,124,98).

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

RGB channels and saturation

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

83
124
98

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

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 98 = 305 (100%)
R 83 of 305 ~ 27.21%
G 124 of 305 ~ 40.66%
B 98 of 305 ~ 32.13%

%27.21
%40.66
%32.13

CMYK color model

#537C62 color CMYK value is (33,0,21,51).

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 51.37%
CMYK:
(33,0,21,51)
C33M0Y21K51 
(33%,0%,21%,51%)
(0.33/0.00/0.21/0.51)	

CMYK percentages

%33.06
%0
%20.97
%51.37

Codes

Color #537C62 in popluar color models

537C62
RGB8312498
HSL142°19.81%40.59%
HSB/HSV142°33.06%48.63%
CMYK33.06%0.00%20.97%
51.37%

Color #537C62 in popluar number systems.

HEX537C62
Decimal8312498
Binary101001111111001100010
Octal123174142

Shades and tints

Shades of #537C62

#537C62
(83,124,98)
#4C715A
(76,113,90)
#456652
(69,102,82)
#3E5B4A
(62,91,74)
#375042
(55,80,66)
#30453A
(48,69,58)
#293A32
(41,58,50)
#222F2A
(34,47,42)
#1B2422
(27,36,34)
#14191A
(20,25,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #537C62

#537C62
(83,124,98)
#628770
(98,135,112)
#71927E
(113,146,126)
#809D8C
(128,157,140)
#8FA89A
(143,168,154)
#9EB3A8
(158,179,168)
#ADBEB6
(173,190,182)
#BCC9C4
(188,201,196)
#CBD4D2
(203,212,210)
#DADFE0
(218,223,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537C62; }

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

This text font color is #537C62.


Background Color

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

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

This div background color is #537C62.


Border color

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

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

This div border color is #537C62.


Opacity

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

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

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

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

This text has shadow with #537C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537C62 on black background.


Color preview on white background

This text has color #537C62 on white background.



Black color preview on #537C62 background

This text has black color on #537C62 background.


White color preview on #537C62 background

This text has white color on #537C62 background.