COLOR #537E66

HEX: #537E66
RGB: (83,126,102)

Color info

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

RGB color model

#537E66 color RGB value is (83,126,102).

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

RGB channels and saturation

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

83
126
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 126 + 102 = 311 (100%)
R 83 of 311 ~ 26.69%
G 126 of 311 ~ 40.51%
B 102 of 311 ~ 32.8%

%26.69
%40.51
%32.8

CMYK color model

#537E66 color CMYK value is (34,0,19,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 50.59%
CMYK:
(34,0,19,51)
C34M0Y19K51 
(34%,0%,19%,51%)
(0.34/0.00/0.19/0.51)	

CMYK percentages

%34.13
%0
%19.05
%50.59

Codes

Color #537E66 in popluar color models

537E66
RGB83126102
HSL147°20.57%40.98%
HSB/HSV147°34.13%49.41%
CMYK34.13%0.00%19.05%
50.59%

Color #537E66 in popluar number systems.

HEX537E66
Decimal83126102
Binary101001111111101100110
Octal123176146

Shades and tints

Shades of #537E66

#537E66
(83,126,102)
#4C735D
(76,115,93)
#456854
(69,104,84)
#3E5D4B
(62,93,75)
#375242
(55,82,66)
#304739
(48,71,57)
#293C30
(41,60,48)
#223127
(34,49,39)
#1B261E
(27,38,30)
#141B15
(20,27,21)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #537E66

#537E66
(83,126,102)
#628973
(98,137,115)
#719480
(113,148,128)
#809F8D
(128,159,141)
#8FAA9A
(143,170,154)
#9EB5A7
(158,181,167)
#ADC0B4
(173,192,180)
#BCCBC1
(188,203,193)
#CBD6CE
(203,214,206)
#DAE1DB
(218,225,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537E66; }

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

This text font color is #537E66.


Background Color

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

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

This div background color is #537E66.


Border color

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

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

This div border color is #537E66.


Opacity

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

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

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

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

This text has shadow with #537E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537E66 on black background.


Color preview on white background

This text has color #537E66 on white background.



Black color preview on #537E66 background

This text has black color on #537E66 background.


White color preview on #537E66 background

This text has white color on #537E66 background.