COLOR #537777

HEX: #537777
RGB: (83,119,119)

Color info

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

RGB color model

#537777 color RGB value is (83,119,119).

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

RGB channels and saturation

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

83
119
119

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 119 = 321 (100%)
R 83 of 321 ~ 25.86%
G 119 of 321 ~ 37.07%
B 119 of 321 ~ 37.07%

%25.86
%37.07
%37.07

CMYK color model

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

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

CMYK percentages

%30.25
%0
%0
%53.33

Codes

Color #537777 in popluar color models

537777
RGB83119119
HSL180°17.82%39.61%
HSB/HSV180°30.25%46.67%
CMYK30.25%0.00%0.00%
53.33%

Color #537777 in popluar number systems.

HEX537777
Decimal83119119
Binary101001111101111110111
Octal123167167

Shades and tints

Shades of #537777

#537777
(83,119,119)
#4C6D6D
(76,109,109)
#456363
(69,99,99)
#3E5959
(62,89,89)
#374F4F
(55,79,79)
#304545
(48,69,69)
#293B3B
(41,59,59)
#223131
(34,49,49)
#1B2727
(27,39,39)
#141D1D
(20,29,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #537777

#537777
(83,119,119)
#628383
(98,131,131)
#718F8F
(113,143,143)
#809B9B
(128,155,155)
#8FA7A7
(143,167,167)
#9EB3B3
(158,179,179)
#ADBFBF
(173,191,191)
#BCCBCB
(188,203,203)
#CBD7D7
(203,215,215)
#DAE3E3
(218,227,227)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537777; }

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

This text font color is #537777.


Background Color

.myBgColor { background-color: #537777; }

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

This div background color is #537777.


Border color

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

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

This div border color is #537777.


Opacity

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

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

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

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

This text has shadow with #537777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537777 on black background.


Color preview on white background

This text has color #537777 on white background.



Black color preview on #537777 background

This text has black color on #537777 background.


White color preview on #537777 background

This text has white color on #537777 background.