COLOR #53949A

HEX: #53949A
RGB: (83,148,154)

Color info

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

RGB color model

#53949A color RGB value is (83,148,154).

  • red value is 83;
  • green value is 148;
  • blue value is 154.
RGB:
(83,148,154)
(33%,58%,60%)

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 154 of 255 = 60%

83
148
154

R + G + B ~ 50%. #53949A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 148 + 154 = 385 (100%)
R 83 of 385 ~ 21.56%
G 148 of 385 ~ 38.44%
B 154 of 385 ~ 40%

%21.56
%38.44
%40

CMYK color model

#53949A color CMYK value is (46,4,0,40).

  • cyan value is 46.10%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(46,4,0,40)
C46M4Y0K40 
(46%,4%,0%,40%)
(0.46/0.04/0.00/0.40)	

CMYK percentages

%46.1
%3.9
%0
%39.61

Codes

Color #53949A in popluar color models

53949A
RGB83148154
HSL185°29.96%46.47%
HSB/HSV185°46.10%60.39%
CMYK46.10%3.90%0.00%
39.61%

Color #53949A in popluar number systems.

HEX53949A
Decimal83148154
Binary10100111001010010011010
Octal123224232

Shades and tints

Shades of #53949A

#53949A
(83,148,154)
#4C878C
(76,135,140)
#457A7E
(69,122,126)
#3E6D70
(62,109,112)
#376062
(55,96,98)
#305354
(48,83,84)
#294646
(41,70,70)
#223938
(34,57,56)
#1B2C2A
(27,44,42)
#141F1C
(20,31,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #53949A

#53949A
(83,148,154)
#629DA3
(98,157,163)
#71A6AC
(113,166,172)
#80AFB5
(128,175,181)
#8FB8BE
(143,184,190)
#9EC1C7
(158,193,199)
#ADCAD0
(173,202,208)
#BCD3D9
(188,211,217)
#CBDCE2
(203,220,226)
#DAE5EB
(218,229,235)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53949A color. Also use rgb(83,148,154) instead hex code.

Text Font Color

.myTextColor { color: #53949A; }

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

This text font color is #53949A.


Background Color

.myBgColor { background-color: #53949A; }

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

This div background color is #53949A.


Border color

.myBorderColor { border: 1px solid #53949A; }

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

This div border color is #53949A.


Opacity

.myOpacity80 { color: #53949A; opacity: 0.8; }

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

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

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

This text has shadow with #53949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53949A on black background.


Color preview on white background

This text has color #53949A on white background.



Black color preview on #53949A background

This text has black color on #53949A background.


White color preview on #53949A background

This text has white color on #53949A background.