COLOR #53737B

HEX: #53737B
RGB: (83,115,123)

Color info

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

RGB color model

#53737B color RGB value is (83,115,123).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 123 of 255 = 48%

83
115
123

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 123 = 321 (100%)
R 83 of 321 ~ 25.86%
G 115 of 321 ~ 35.83%
B 123 of 321 ~ 38.32%

%25.86
%35.83
%38.32

CMYK color model

#53737B color CMYK value is (33,7,0,52).

  • cyan value is 32.52%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,7,0,52)
C33M7Y0K52 
(33%,7%,0%,52%)
(0.33/0.07/0.00/0.52)	

CMYK percentages

%32.52
%6.5
%0
%51.76

Codes

Color #53737B in popluar color models

53737B
RGB83115123
HSL192°19.42%40.39%
HSB/HSV192°32.52%48.24%
CMYK32.52%6.50%0.00%
51.76%

Color #53737B in popluar number systems.

HEX53737B
Decimal83115123
Binary101001111100111111011
Octal123163173

Shades and tints

Shades of #53737B

#53737B
(83,115,123)
#4C6970
(76,105,112)
#455F65
(69,95,101)
#3E555A
(62,85,90)
#374B4F
(55,75,79)
#304144
(48,65,68)
#293739
(41,55,57)
#222D2E
(34,45,46)
#1B2323
(27,35,35)
#141918
(20,25,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #53737B

#53737B
(83,115,123)
#627F87
(98,127,135)
#718B93
(113,139,147)
#80979F
(128,151,159)
#8FA3AB
(143,163,171)
#9EAFB7
(158,175,183)
#ADBBC3
(173,187,195)
#BCC7CF
(188,199,207)
#CBD3DB
(203,211,219)
#DADFE7
(218,223,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53737B; }

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

This text font color is #53737B.


Background Color

.myBgColor { background-color: #53737B; }

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

This div background color is #53737B.


Border color

.myBorderColor { border: 1px solid #53737B; }

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

This div border color is #53737B.


Opacity

.myOpacity80 { color: #53737B; opacity: 0.8; }

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

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

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

This text has shadow with #53737B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53737B on black background.


Color preview on white background

This text has color #53737B on white background.



Black color preview on #53737B background

This text has black color on #53737B background.


White color preview on #53737B background

This text has white color on #53737B background.