COLOR #54729C

HEX: #54729C
RGB: (84,114,156)

Color info

#54729C contains mainly green and blue colors. Web safe color of #54729C is #666699 (or #669).

RGB color model

#54729C color RGB value is (84,114,156).

  • red value is 84;
  • green value is 114;
  • blue value is 156.
RGB:
(84,114,156)
(33%,45%,61%)

RGB channels and saturation

R 84 of 255 = 33%
G 114 of 255 = 45%
B 156 of 255 = 61%

84
114
156

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

Portions of RGB colors in percentages

R + G + B =
84 + 114 + 156 = 354 (100%)
R 84 of 354 ~ 23.73%
G 114 of 354 ~ 32.2%
B 156 of 354 ~ 44.07%

%23.73
%32.2
%44.07

CMYK color model

#54729C color CMYK value is (46,27,0,39).

  • cyan value is 46.15%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(46,27,0,39)
C46M27Y0K39 
(46%,27%,0%,39%)
(0.46/0.27/0.00/0.39)	

CMYK percentages

%46.15
%26.92
%0
%38.82

Codes

Color #54729C in popluar color models

54729C
RGB84114156
HSL215°30.00%47.06%
HSB/HSV215°46.15%61.18%
CMYK46.15%26.92%0.00%
38.82%

Color #54729C in popluar number systems.

HEX54729C
Decimal84114156
Binary1010100111001010011100
Octal124162234

Shades and tints

Shades of #54729C

#54729C
(84,114,156)
#4D688E
(77,104,142)
#465E80
(70,94,128)
#3F5472
(63,84,114)
#384A64
(56,74,100)
#314056
(49,64,86)
#2A3648
(42,54,72)
#232C3A
(35,44,58)
#1C222C
(28,34,44)
#15181E
(21,24,30)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #54729C

#54729C
(84,114,156)
#637EA5
(99,126,165)
#728AAE
(114,138,174)
#8196B7
(129,150,183)
#90A2C0
(144,162,192)
#9FAEC9
(159,174,201)
#AEBAD2
(174,186,210)
#BDC6DB
(189,198,219)
#CCD2E4
(204,210,228)
#DBDEED
(219,222,237)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54729C color. Also use rgb(84,114,156) instead hex code.

Text Font Color

.myTextColor { color: #54729C; }

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

This text font color is #54729C.


Background Color

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

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

This div background color is #54729C.


Border color

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

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

This div border color is #54729C.


Opacity

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

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

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

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

This text has shadow with #54729C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54729C on black background.


Color preview on white background

This text has color #54729C on white background.



Black color preview on #54729C background

This text has black color on #54729C background.


White color preview on #54729C background

This text has white color on #54729C background.