COLOR #052954

HEX: #052954
RGB: (5,41,84)

Color info

#052954 contains mainly green and blue colors. Web safe color of #052954 is #003366 (or #036).

RGB color model

#052954 color RGB value is (5,41,84).

  • red value is 5;
  • green value is 41;
  • blue value is 84.
RGB:
(5,41,84)
(2%,16%,33%)

RGB channels and saturation

R 5 of 255 = 2%
G 41 of 255 = 16%
B 84 of 255 = 33%

5
41
84

R + G + B ~ 17%. #052954 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 41 + 84 = 130 (100%)
R 5 of 130 ~ 3.85%
G 41 of 130 ~ 31.54%
B 84 of 130 ~ 64.62%

%31.54
%64.62

CMYK color model

#052954 color CMYK value is (94,51,0,67).

  • cyan value is 94.05%
  • magenta value is 51.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(94,51,0,67)
C94M51Y0K67 
(94%,51%,0%,67%)
(0.94/0.51/0.00/0.67)	

CMYK percentages

%94.05
%51.19
%0
%67.06

Codes

Color #052954 in popluar color models

052954
RGB54184
HSL213°88.76%17.45%
HSB/HSV213°94.05%32.94%
CMYK94.05%51.19%0.00%
67.06%

Color #052954 in popluar number systems.

HEX052954
Decimal54184
Binary1011010011010100
Octal551124

Shades and tints

Shades of #052954

#052954
(5,41,84)
#05264D
(5,38,77)
#052346
(5,35,70)
#05203F
(5,32,63)
#051D38
(5,29,56)
#051A31
(5,26,49)
#05172A
(5,23,42)
#051423
(5,20,35)
#05111C
(5,17,28)
#050E15
(5,14,21)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #052954

#052954
(5,41,84)
#1B3C63
(27,60,99)
#314F72
(49,79,114)
#476281
(71,98,129)
#5D7590
(93,117,144)
#73889F
(115,136,159)
#899BAE
(137,155,174)
#9FAEBD
(159,174,189)
#B5C1CC
(181,193,204)
#CBD4DB
(203,212,219)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052954 color. Also use rgb(5,41,84) instead hex code.

Text Font Color

.myTextColor { color: #052954; }

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

This text font color is #052954.


Background Color

.myBgColor { background-color: #052954; }

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

This div background color is #052954.


Border color

.myBorderColor { border: 1px solid #052954; }

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

This div border color is #052954.


Opacity

.myOpacity80 { color: #052954; opacity: 0.8; }

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

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

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

This text has shadow with #052954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052954 on black background.


Color preview on white background

This text has color #052954 on white background.



Black color preview on #052954 background

This text has black color on #052954 background.


White color preview on #052954 background

This text has white color on #052954 background.