COLOR #537D65

HEX: #537D65
RGB: (83,125,101)

Color info

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

RGB color model

#537D65 color RGB value is (83,125,101).

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

RGB channels and saturation

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

83
125
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 125 + 101 = 309 (100%)
R 83 of 309 ~ 26.86%
G 125 of 309 ~ 40.45%
B 101 of 309 ~ 32.69%

%26.86
%40.45
%32.69

CMYK color model

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

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

CMYK percentages

%33.6
%0
%19.2
%50.98

Codes

Color #537D65 in popluar color models

537D65
RGB83125101
HSL146°20.19%40.78%
HSB/HSV146°33.60%49.02%
CMYK33.60%0.00%19.20%
50.98%

Color #537D65 in popluar number systems.

HEX537D65
Decimal83125101
Binary101001111111011100101
Octal123175145

Shades and tints

Shades of #537D65

#537D65
(83,125,101)
#4C725C
(76,114,92)
#456753
(69,103,83)
#3E5C4A
(62,92,74)
#375141
(55,81,65)
#304638
(48,70,56)
#293B2F
(41,59,47)
#223026
(34,48,38)
#1B251D
(27,37,29)
#141A14
(20,26,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #537D65

#537D65
(83,125,101)
#628873
(98,136,115)
#719381
(113,147,129)
#809E8F
(128,158,143)
#8FA99D
(143,169,157)
#9EB4AB
(158,180,171)
#ADBFB9
(173,191,185)
#BCCAC7
(188,202,199)
#CBD5D5
(203,213,213)
#DAE0E3
(218,224,227)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537D65; }

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

This text font color is #537D65.


Background Color

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

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

This div background color is #537D65.


Border color

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

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

This div border color is #537D65.


Opacity

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

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

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

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

This text has shadow with #537D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537D65 on black background.


Color preview on white background

This text has color #537D65 on white background.



Black color preview on #537D65 background

This text has black color on #537D65 background.


White color preview on #537D65 background

This text has white color on #537D65 background.