COLOR #537770

HEX: #537770
RGB: (83,119,112)

Color info

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

RGB color model

#537770 color RGB value is (83,119,112).

  • red value is 83;
  • green value is 119;
  • blue value is 112.
RGB:
(83,119,112)
(33%,47%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 119 of 255 = 47%
B 112 of 255 = 44%

83
119
112

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 112 = 314 (100%)
R 83 of 314 ~ 26.43%
G 119 of 314 ~ 37.9%
B 112 of 314 ~ 35.67%

%26.43
%37.9
%35.67

CMYK color model

#537770 color CMYK value is (30,0,6,53).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(30,0,6,53)
C30M0Y6K53 
(30%,0%,6%,53%)
(0.30/0.00/0.06/0.53)	

CMYK percentages

%30.25
%0
%5.88
%53.33

Codes

Color #537770 in popluar color models

537770
RGB83119112
HSL168°17.82%39.61%
HSB/HSV168°30.25%46.67%
CMYK30.25%0.00%5.88%
53.33%

Color #537770 in popluar number systems.

HEX537770
Decimal83119112
Binary101001111101111110000
Octal123167160

Shades and tints

Shades of #537770

#537770
(83,119,112)
#4C6D66
(76,109,102)
#45635C
(69,99,92)
#3E5952
(62,89,82)
#374F48
(55,79,72)
#30453E
(48,69,62)
#293B34
(41,59,52)
#22312A
(34,49,42)
#1B2720
(27,39,32)
#141D16
(20,29,22)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #537770

#537770
(83,119,112)
#62837D
(98,131,125)
#718F8A
(113,143,138)
#809B97
(128,155,151)
#8FA7A4
(143,167,164)
#9EB3B1
(158,179,177)
#ADBFBE
(173,191,190)
#BCCBCB
(188,203,203)
#CBD7D8
(203,215,216)
#DAE3E5
(218,227,229)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537770 color. Also use rgb(83,119,112) instead hex code.

Text Font Color

.myTextColor { color: #537770; }

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

This text font color is #537770.


Background Color

.myBgColor { background-color: #537770; }

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

This div background color is #537770.


Border color

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

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

This div border color is #537770.


Opacity

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

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

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

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

This text has shadow with #537770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537770 on black background.


Color preview on white background

This text has color #537770 on white background.



Black color preview on #537770 background

This text has black color on #537770 background.


White color preview on #537770 background

This text has white color on #537770 background.