COLOR #537774

HEX: #537774
RGB: (83,119,116)

Color info

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

RGB color model

#537774 color RGB value is (83,119,116).

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

RGB channels and saturation

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

83
119
116

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 116 = 318 (100%)
R 83 of 318 ~ 26.1%
G 119 of 318 ~ 37.42%
B 116 of 318 ~ 36.48%

%26.1
%37.42
%36.48

CMYK color model

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

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

CMYK percentages

%30.25
%0
%2.52
%53.33

Codes

Color #537774 in popluar color models

537774
RGB83119116
HSL175°17.82%39.61%
HSB/HSV175°30.25%46.67%
CMYK30.25%0.00%2.52%
53.33%

Color #537774 in popluar number systems.

HEX537774
Decimal83119116
Binary101001111101111110100
Octal123167164

Shades and tints

Shades of #537774

#537774
(83,119,116)
#4C6D6A
(76,109,106)
#456360
(69,99,96)
#3E5956
(62,89,86)
#374F4C
(55,79,76)
#304542
(48,69,66)
#293B38
(41,59,56)
#22312E
(34,49,46)
#1B2724
(27,39,36)
#141D1A
(20,29,26)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #537774

#537774
(83,119,116)
#628380
(98,131,128)
#718F8C
(113,143,140)
#809B98
(128,155,152)
#8FA7A4
(143,167,164)
#9EB3B0
(158,179,176)
#ADBFBC
(173,191,188)
#BCCBC8
(188,203,200)
#CBD7D4
(203,215,212)
#DAE3E0
(218,227,224)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537774; }

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

This text font color is #537774.


Background Color

.myBgColor { background-color: #537774; }

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

This div background color is #537774.


Border color

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

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

This div border color is #537774.


Opacity

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

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

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

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

This text has shadow with #537774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537774 on black background.


Color preview on white background

This text has color #537774 on white background.



Black color preview on #537774 background

This text has black color on #537774 background.


White color preview on #537774 background

This text has white color on #537774 background.