COLOR #537D66

HEX: #537D66
RGB: (83,125,102)

Color info

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

RGB color model

#537D66 color RGB value is (83,125,102).

  • red value is 83;
  • green value is 125;
  • blue value is 102.
RGB:
(83,125,102)
(33%,49%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 125 of 255 = 49%
B 102 of 255 = 40%

83
125
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 125 + 102 = 310 (100%)
R 83 of 310 ~ 26.77%
G 125 of 310 ~ 40.32%
B 102 of 310 ~ 32.9%

%26.77
%40.32
%32.9

CMYK color model

#537D66 color CMYK value is (34,0,18,51).

  • cyan value is 33.60%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 50.98%
CMYK:
(34,0,18,51)
C34M0Y18K51 
(34%,0%,18%,51%)
(0.34/0.00/0.18/0.51)	

CMYK percentages

%33.6
%0
%18.4
%50.98

Codes

Color #537D66 in popluar color models

537D66
RGB83125102
HSL147°20.19%40.78%
HSB/HSV147°33.60%49.02%
CMYK33.60%0.00%18.40%
50.98%

Color #537D66 in popluar number systems.

HEX537D66
Decimal83125102
Binary101001111111011100110
Octal123175146

Shades and tints

Shades of #537D66

#537D66
(83,125,102)
#4C725D
(76,114,93)
#456754
(69,103,84)
#3E5C4B
(62,92,75)
#375142
(55,81,66)
#304639
(48,70,57)
#293B30
(41,59,48)
#223027
(34,48,39)
#1B251E
(27,37,30)
#141A15
(20,26,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #537D66

#537D66
(83,125,102)
#628873
(98,136,115)
#719380
(113,147,128)
#809E8D
(128,158,141)
#8FA99A
(143,169,154)
#9EB4A7
(158,180,167)
#ADBFB4
(173,191,180)
#BCCAC1
(188,202,193)
#CBD5CE
(203,213,206)
#DAE0DB
(218,224,219)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537D66 color. Also use rgb(83,125,102) instead hex code.

Text Font Color

.myTextColor { color: #537D66; }

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

This text font color is #537D66.


Background Color

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

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

This div background color is #537D66.


Border color

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

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

This div border color is #537D66.


Opacity

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

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

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

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

This text has shadow with #537D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D66 on black background.


Color preview on white background

This text has color #537D66 on white background.



Black color preview on #537D66 background

This text has black color on #537D66 background.


White color preview on #537D66 background

This text has white color on #537D66 background.