COLOR #537E65

HEX: #537E65 RGB: (83,126,101)

Color info

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

RGB color model

#537E65 color RGB value is (83,126,101).

RGB: (83,126,101) (33%, 49%, 40%)

RGB channels and saturation

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

83
126
101

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

Portions of RGB colors in percentages

R + G + B = 83 + 126 + 101 = 310 (100%)
R 83 of 310 ~ 26.77%
G 126 of 310 ~ 40.65%
B 101 of 310 ~ 32.58'%

%26.77
%40.65
%32.58

CMYK color model

#537E65 color CMYK value is (34,0,20,51).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 50.59%

CMYK: (34,0,20,51)
C34M0Y20K51 (34%, 0%, 20%, 51%)
(0.34 / 0.00 / 0.20 / 0.51)

CMYK percentages

%34.13
%0
%19.84
%50.59

Codes

Color #537E65 in popluar color models

53 7E 65
RGB 83 126 101
HSL 145° 20.57% 40.98%
HSB/HSV 145° 34.13% 49.41%
CMYK 34.13% 0.00% 19.84%
50.59%

Color #537E65 in popluar number systems.

HEX 53 7E 65
Decimal 83 126 101
Binary 1010011 1111110 1100101
Octal 123 176 145

Shades and tints

Shades of #537E65

#537E65
(83,126,101)
#4C735C
(76,115,92)
#456853
(69,104,83)
#3E5D4A
(62,93,74)
#375241
(55,82,65)
#304738
(48,71,56)
#293C2F
(41,60,47)
#223126
(34,49,38)
#1B261D
(27,38,29)
#141B14
(20,27,20)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #537E65

#537E65
(83,126,101)
#628973
(98,137,115)
#719481
(113,148,129)
#809F8F
(128,159,143)
#8FAA9D
(143,170,157)
#9EB5AB
(158,181,171)
#ADC0B9
(173,192,185)
#BCCBC7
(188,203,199)
#CBD6D5
(203,214,213)
#DAE1E3
(218,225,227)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537E65; }

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

This text font color is #537E65.

Background Color

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

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

This div background color is #537E65.

Border color

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

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

This div border color is #537E65.

Opacity

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

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

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

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

This text has shadow with #537E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537E65.

Preview

Color preview on black background

This text has color #537E65 on black background.


Color preview on white background

This text has color #537E65 on white background.


Black color preview on #537E65 background

This text has black color on #537E65 background.


White color preview on #537E65 background

This text has white color on #537E65 background.


Related colors

Complementary color

Complementary color for #hex is #AC819A.


I love getcolorcode.com

Triadic colors

1 #65537E and #7E6553 with #537E65 are triadic colors.

2 #657E53 and #7E5365 with #537E65 are triadic colors.