COLOR #537A78

HEX: #537A78 RGB: (83,122,120)

Color info

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

RGB color model

#537A78 color RGB value is (83,122,120).

RGB: (83,122,120) (33%, 48%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 122 of 255 = 48%
B 120 of 255 = 47%

83
122
120

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

Portions of RGB colors in percentages

R + G + B = 83 + 122 + 120 = 325 (100%)
R 83 of 325 ~ 25.54%
G 122 of 325 ~ 37.54%
B 120 of 325 ~ 36.92'%

%25.54
%37.54
%36.92

CMYK color model

#537A78 color CMYK value is (32,0,2,52).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%

CMYK: (32,0,2,52)
C32M0Y2K52 (32%, 0%, 2%, 52%)
(0.32 / 0.00 / 0.02 / 0.52)

CMYK percentages

%31.97
%0
%1.64
%52.16

Codes

Color #537A78 in popluar color models

53 7A 78
RGB 83 122 120
HSL 177° 19.02% 40.20%
HSB/HSV 177° 31.97% 47.84%
CMYK 31.97% 0.00% 1.64%
52.16%

Color #537A78 in popluar number systems.

HEX 53 7A 78
Decimal 83 122 120
Binary 1010011 1111010 1111000
Octal 123 172 170

Shades and tints

Shades of #537A78

#537A78
(83,122,120)
#4C6F6E
(76,111,110)
#456464
(69,100,100)
#3E595A
(62,89,90)
#374E50
(55,78,80)
#304346
(48,67,70)
#29383C
(41,56,60)
#222D32
(34,45,50)
#1B2228
(27,34,40)
#14171E
(20,23,30)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #537A78

#537A78
(83,122,120)
#628684
(98,134,132)
#719290
(113,146,144)
#809E9C
(128,158,156)
#8FAAA8
(143,170,168)
#9EB6B4
(158,182,180)
#ADC2C0
(173,194,192)
#BCCECC
(188,206,204)
#CBDAD8
(203,218,216)
#DAE6E4
(218,230,228)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537A78 color. Also use rgb(83,122,120) instead hex code.

Text Font Color

.myTextColor { color: #537A78; }

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

This text font color is #537A78.

Background Color

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

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

This div background color is #537A78.

Border color

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

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

This div border color is #537A78.

Opacity

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

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

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

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

This text has shadow with #537A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #537A78.

Preview

Color preview on black background

This text has color #537A78 on black background.


Color preview on white background

This text has color #537A78 on white background.


Black color preview on #537A78 background

This text has black color on #537A78 background.


White color preview on #537A78 background

This text has white color on #537A78 background.


Related colors

Complementary color

Complementary color for #hex is #AC8587.


I love getcolorcode.com

Triadic colors

1 #78537A and #7A7853 with #537A78 are triadic colors.

2 #787A53 and #7A5378 with #537A78 are triadic colors.