COLOR #051527

HEX: #051527
RGB: (5,21,39)

Color info

#051527 contains red, green and blue colors in about the same proportion. Web safe color of #051527 is #000033 (or #003).

RGB color model

#051527 color RGB value is (5,21,39).

  • red value is 5;
  • green value is 21;
  • blue value is 39.
RGB:
(5,21,39)
(2%,8%,15%)

RGB channels and saturation

R 5 of 255 = 2%
G 21 of 255 = 8%
B 39 of 255 = 15%

5
21
39

R + G + B ~ 8%. #051527 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 21 + 39 = 65 (100%)
R 5 of 65 ~ 7.69%
G 21 of 65 ~ 32.31%
B 39 of 65 ~ 60%

%32.31
%60

CMYK color model

#051527 color CMYK value is (87,46,0,85).

  • cyan value is 87.18%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(87,46,0,85)
C87M46Y0K85 
(87%,46%,0%,85%)
(0.87/0.46/0.00/0.85)	

CMYK percentages

%87.18
%46.15
%0
%84.71

Codes

Color #051527 in popluar color models

051527
RGB52139
HSL212°77.27%8.63%
HSB/HSV212°87.18%15.29%
CMYK87.18%46.15%0.00%
84.71%

Color #051527 in popluar number systems.

HEX051527
Decimal52139
Binary10110101100111
Octal52547

Shades and tints

Shades of #051527

#051527
(5,21,39)
#051424
(5,20,36)
#051321
(5,19,33)
#05121E
(5,18,30)
#05111B
(5,17,27)
#051018
(5,16,24)
#050F15
(5,15,21)
#050E12
(5,14,18)
#050D0F
(5,13,15)
#050C0C
(5,12,12)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #051527

#051527
(5,21,39)
#1B2A3A
(27,42,58)
#313F4D
(49,63,77)
#475460
(71,84,96)
#5D6973
(93,105,115)
#737E86
(115,126,134)
#899399
(137,147,153)
#9FA8AC
(159,168,172)
#B5BDBF
(181,189,191)
#CBD2D2
(203,210,210)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051527 color. Also use rgb(5,21,39) instead hex code.

Text Font Color

.myTextColor { color: #051527; }

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

This text font color is #051527.


Background Color

.myBgColor { background-color: #051527; }

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

This div background color is #051527.


Border color

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

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

This div border color is #051527.


Opacity

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

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

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

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

This text has shadow with #051527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051527 on black background.


Color preview on white background

This text has color #051527 on white background.



Black color preview on #051527 background

This text has black color on #051527 background.


White color preview on #051527 background

This text has white color on #051527 background.