COLOR #537364

HEX: #537364
RGB: (83,115,100)

Color info

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

RGB color model

#537364 color RGB value is (83,115,100).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 100 of 255 = 39%

83
115
100

R + G + B ~ 39%. #537364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 100 = 298 (100%)
R 83 of 298 ~ 27.85%
G 115 of 298 ~ 38.59%
B 100 of 298 ~ 33.56%

%27.85
%38.59
%33.56

CMYK color model

#537364 color CMYK value is (28,0,13,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 54.90%
CMYK:
(28,0,13,55)
C28M0Y13K55 
(28%,0%,13%,55%)
(0.28/0.00/0.13/0.55)	

CMYK percentages

%27.83
%0
%13.04
%54.9

Codes

Color #537364 in popluar color models

537364
RGB83115100
HSL152°16.16%38.82%
HSB/HSV152°27.83%45.10%
CMYK27.83%0.00%13.04%
54.90%

Color #537364 in popluar number systems.

HEX537364
Decimal83115100
Binary101001111100111100100
Octal123163144

Shades and tints

Shades of #537364

#537364
(83,115,100)
#4C695B
(76,105,91)
#455F52
(69,95,82)
#3E5549
(62,85,73)
#374B40
(55,75,64)
#304137
(48,65,55)
#29372E
(41,55,46)
#222D25
(34,45,37)
#1B231C
(27,35,28)
#141913
(20,25,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #537364

#537364
(83,115,100)
#627F72
(98,127,114)
#718B80
(113,139,128)
#80978E
(128,151,142)
#8FA39C
(143,163,156)
#9EAFAA
(158,175,170)
#ADBBB8
(173,187,184)
#BCC7C6
(188,199,198)
#CBD3D4
(203,211,212)
#DADFE2
(218,223,226)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537364; }

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

This text font color is #537364.


Background Color

.myBgColor { background-color: #537364; }

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

This div background color is #537364.


Border color

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

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

This div border color is #537364.


Opacity

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

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

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

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

This text has shadow with #537364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537364 on black background.


Color preview on white background

This text has color #537364 on white background.



Black color preview on #537364 background

This text has black color on #537364 background.


White color preview on #537364 background

This text has white color on #537364 background.