COLOR #53959C

HEX: #53959C
RGB: (83,149,156)

Color info

#53959C contains mainly green and blue colors. Web safe color of #53959C is #669999 (or #699).

RGB color model

#53959C color RGB value is (83,149,156).

  • red value is 83;
  • green value is 149;
  • blue value is 156.
RGB:
(83,149,156)
(33%,58%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 149 of 255 = 58%
B 156 of 255 = 61%

83
149
156

R + G + B ~ 51%. #53959C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 149 + 156 = 388 (100%)
R 83 of 388 ~ 21.39%
G 149 of 388 ~ 38.4%
B 156 of 388 ~ 40.21%

%21.39
%38.4
%40.21

CMYK color model

#53959C color CMYK value is (47,4,0,39).

  • cyan value is 46.79%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(47,4,0,39)
C47M4Y0K39 
(47%,4%,0%,39%)
(0.47/0.04/0.00/0.39)	

CMYK percentages

%46.79
%4.49
%0
%38.82

Codes

Color #53959C in popluar color models

53959C
RGB83149156
HSL186°30.54%46.86%
HSB/HSV186°46.79%61.18%
CMYK46.79%4.49%0.00%
38.82%

Color #53959C in popluar number systems.

HEX53959C
Decimal83149156
Binary10100111001010110011100
Octal123225234

Shades and tints

Shades of #53959C

#53959C
(83,149,156)
#4C888E
(76,136,142)
#457B80
(69,123,128)
#3E6E72
(62,110,114)
#376164
(55,97,100)
#305456
(48,84,86)
#294748
(41,71,72)
#223A3A
(34,58,58)
#1B2D2C
(27,45,44)
#14201E
(20,32,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #53959C

#53959C
(83,149,156)
#629EA5
(98,158,165)
#71A7AE
(113,167,174)
#80B0B7
(128,176,183)
#8FB9C0
(143,185,192)
#9EC2C9
(158,194,201)
#ADCBD2
(173,203,210)
#BCD4DB
(188,212,219)
#CBDDE4
(203,221,228)
#DAE6ED
(218,230,237)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53959C color. Also use rgb(83,149,156) instead hex code.

Text Font Color

.myTextColor { color: #53959C; }

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

This text font color is #53959C.


Background Color

.myBgColor { background-color: #53959C; }

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

This div background color is #53959C.


Border color

.myBorderColor { border: 1px solid #53959C; }

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

This div border color is #53959C.


Opacity

.myOpacity80 { color: #53959C; opacity: 0.8; }

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

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

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

This text has shadow with #53959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53959C on black background.


Color preview on white background

This text has color #53959C on white background.



Black color preview on #53959C background

This text has black color on #53959C background.


White color preview on #53959C background

This text has white color on #53959C background.