COLOR #537565

HEX: #537565
RGB: (83,117,101)

Color info

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

RGB color model

#537565 color RGB value is (83,117,101).

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

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 101 of 255 = 40%

83
117
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 101 = 301 (100%)
R 83 of 301 ~ 27.57%
G 117 of 301 ~ 38.87%
B 101 of 301 ~ 33.55%

%27.57
%38.87
%33.55

CMYK color model

#537565 color CMYK value is (29,0,14,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(29,0,14,54)
C29M0Y14K54 
(29%,0%,14%,54%)
(0.29/0.00/0.14/0.54)	

CMYK percentages

%29.06
%0
%13.68
%54.12

Codes

Color #537565 in popluar color models

537565
RGB83117101
HSL152°17.00%39.22%
HSB/HSV152°29.06%45.88%
CMYK29.06%0.00%13.68%
54.12%

Color #537565 in popluar number systems.

HEX537565
Decimal83117101
Binary101001111101011100101
Octal123165145

Shades and tints

Shades of #537565

#537565
(83,117,101)
#4C6B5C
(76,107,92)
#456153
(69,97,83)
#3E574A
(62,87,74)
#374D41
(55,77,65)
#304338
(48,67,56)
#29392F
(41,57,47)
#222F26
(34,47,38)
#1B251D
(27,37,29)
#141B14
(20,27,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #537565

#537565
(83,117,101)
#628173
(98,129,115)
#718D81
(113,141,129)
#80998F
(128,153,143)
#8FA59D
(143,165,157)
#9EB1AB
(158,177,171)
#ADBDB9
(173,189,185)
#BCC9C7
(188,201,199)
#CBD5D5
(203,213,213)
#DAE1E3
(218,225,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537565; }

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

This text font color is #537565.


Background Color

.myBgColor { background-color: #537565; }

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

This div background color is #537565.


Border color

.myBorderColor { border: 1px solid #537565; }

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

This div border color is #537565.


Opacity

.myOpacity80 { color: #537565; opacity: 0.8; }

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

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

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

This text has shadow with #537565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537565 on black background.


Color preview on white background

This text has color #537565 on white background.



Black color preview on #537565 background

This text has black color on #537565 background.


White color preview on #537565 background

This text has white color on #537565 background.