COLOR #537378

HEX: #537378
RGB: (83,115,120)

Color info

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

RGB color model

#537378 color RGB value is (83,115,120).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 120 of 255 = 47%

83
115
120

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 120 = 318 (100%)
R 83 of 318 ~ 26.1%
G 115 of 318 ~ 36.16%
B 120 of 318 ~ 37.74%

%26.1
%36.16
%37.74

CMYK color model

#537378 color CMYK value is (31,4,0,53).

  • cyan value is 30.83%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(31,4,0,53)
C31M4Y0K53 
(31%,4%,0%,53%)
(0.31/0.04/0.00/0.53)	

CMYK percentages

%30.83
%4.17
%0
%52.94

Codes

Color #537378 in popluar color models

537378
RGB83115120
HSL188°18.23%39.80%
HSB/HSV188°30.83%47.06%
CMYK30.83%4.17%0.00%
52.94%

Color #537378 in popluar number systems.

HEX537378
Decimal83115120
Binary101001111100111111000
Octal123163170

Shades and tints

Shades of #537378

#537378
(83,115,120)
#4C696E
(76,105,110)
#455F64
(69,95,100)
#3E555A
(62,85,90)
#374B50
(55,75,80)
#304146
(48,65,70)
#29373C
(41,55,60)
#222D32
(34,45,50)
#1B2328
(27,35,40)
#14191E
(20,25,30)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #537378

#537378
(83,115,120)
#627F84
(98,127,132)
#718B90
(113,139,144)
#80979C
(128,151,156)
#8FA3A8
(143,163,168)
#9EAFB4
(158,175,180)
#ADBBC0
(173,187,192)
#BCC7CC
(188,199,204)
#CBD3D8
(203,211,216)
#DADFE4
(218,223,228)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537378; }

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

This text font color is #537378.


Background Color

.myBgColor { background-color: #537378; }

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

This div background color is #537378.


Border color

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

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

This div border color is #537378.


Opacity

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

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

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

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

This text has shadow with #537378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537378 on black background.


Color preview on white background

This text has color #537378 on white background.



Black color preview on #537378 background

This text has black color on #537378 background.


White color preview on #537378 background

This text has white color on #537378 background.