COLOR #54828A

HEX: #54828A
RGB: (84,130,138)

Color info

#54828A contains red, green and blue colors in about the same proportion. Web safe color of #54828A is #669999 (or #699).

RGB color model

#54828A color RGB value is (84,130,138).

  • red value is 84;
  • green value is 130;
  • blue value is 138.
RGB:
(84,130,138)
(33%,51%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 130 of 255 = 51%
B 138 of 255 = 54%

84
130
138

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

Portions of RGB colors in percentages

R + G + B =
84 + 130 + 138 = 352 (100%)
R 84 of 352 ~ 23.86%
G 130 of 352 ~ 36.93%
B 138 of 352 ~ 39.2%

%23.86
%36.93
%39.2

CMYK color model

#54828A color CMYK value is (39,6,0,46).

  • cyan value is 39.13%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(39,6,0,46)
C39M6Y0K46 
(39%,6%,0%,46%)
(0.39/0.06/0.00/0.46)	

CMYK percentages

%39.13
%5.8
%0
%45.88

Codes

Color #54828A in popluar color models

54828A
RGB84130138
HSL189°24.32%43.53%
HSB/HSV189°39.13%54.12%
CMYK39.13%5.80%0.00%
45.88%

Color #54828A in popluar number systems.

HEX54828A
Decimal84130138
Binary10101001000001010001010
Octal124202212

Shades and tints

Shades of #54828A

#54828A
(84,130,138)
#4D777E
(77,119,126)
#466C72
(70,108,114)
#3F6166
(63,97,102)
#38565A
(56,86,90)
#314B4E
(49,75,78)
#2A4042
(42,64,66)
#233536
(35,53,54)
#1C2A2A
(28,42,42)
#151F1E
(21,31,30)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #54828A

#54828A
(84,130,138)
#638D94
(99,141,148)
#72989E
(114,152,158)
#81A3A8
(129,163,168)
#90AEB2
(144,174,178)
#9FB9BC
(159,185,188)
#AEC4C6
(174,196,198)
#BDCFD0
(189,207,208)
#CCDADA
(204,218,218)
#DBE5E4
(219,229,228)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54828A color. Also use rgb(84,130,138) instead hex code.

Text Font Color

.myTextColor { color: #54828A; }

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

This text font color is #54828A.


Background Color

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

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

This div background color is #54828A.


Border color

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

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

This div border color is #54828A.


Opacity

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

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

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

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

This text has shadow with #54828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54828A on black background.


Color preview on white background

This text has color #54828A on white background.



Black color preview on #54828A background

This text has black color on #54828A background.


White color preview on #54828A background

This text has white color on #54828A background.