COLOR #548BA0

HEX: #548BA0
RGB: (84,139,160)

Color info

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

RGB color model

#548BA0 color RGB value is (84,139,160).

  • red value is 84;
  • green value is 139;
  • blue value is 160.
RGB:
(84,139,160)
(33%,55%,63%)

RGB channels and saturation

R 84 of 255 = 33%
G 139 of 255 = 55%
B 160 of 255 = 63%

84
139
160

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

Portions of RGB colors in percentages

R + G + B =
84 + 139 + 160 = 383 (100%)
R 84 of 383 ~ 21.93%
G 139 of 383 ~ 36.29%
B 160 of 383 ~ 41.78%

%21.93
%36.29
%41.78

CMYK color model

#548BA0 color CMYK value is (48,13,0,37).

  • cyan value is 47.50%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(48,13,0,37)
C48M13Y0K37 
(48%,13%,0%,37%)
(0.48/0.13/0.00/0.37)	

CMYK percentages

%47.5
%13.13
%0
%37.25

Codes

Color #548BA0 in popluar color models

548BA0
RGB84139160
HSL197°31.15%47.84%
HSB/HSV197°47.50%62.75%
CMYK47.50%13.13%0.00%
37.25%

Color #548BA0 in popluar number systems.

HEX548BA0
Decimal84139160
Binary10101001000101110100000
Octal124213240

Shades and tints

Shades of #548BA0

#548BA0
(84,139,160)
#4D7F92
(77,127,146)
#467384
(70,115,132)
#3F6776
(63,103,118)
#385B68
(56,91,104)
#314F5A
(49,79,90)
#2A434C
(42,67,76)
#23373E
(35,55,62)
#1C2B30
(28,43,48)
#151F22
(21,31,34)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #548BA0

#548BA0
(84,139,160)
#6395A8
(99,149,168)
#729FB0
(114,159,176)
#81A9B8
(129,169,184)
#90B3C0
(144,179,192)
#9FBDC8
(159,189,200)
#AEC7D0
(174,199,208)
#BDD1D8
(189,209,216)
#CCDBE0
(204,219,224)
#DBE5E8
(219,229,232)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548BA0 color. Also use rgb(84,139,160) instead hex code.

Text Font Color

.myTextColor { color: #548BA0; }

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

This text font color is #548BA0.


Background Color

.myBgColor { background-color: #548BA0; }

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

This div background color is #548BA0.


Border color

.myBorderColor { border: 1px solid #548BA0; }

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

This div border color is #548BA0.


Opacity

.myOpacity80 { color: #548BA0; opacity: 0.8; }

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

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

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

This text has shadow with #548BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548BA0 on black background.


Color preview on white background

This text has color #548BA0 on white background.



Black color preview on #548BA0 background

This text has black color on #548BA0 background.


White color preview on #548BA0 background

This text has white color on #548BA0 background.