COLOR #051324

HEX: #051324
RGB: (5,19,36)

Color info

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

RGB color model

#051324 color RGB value is (5,19,36).

  • red value is 5;
  • green value is 19;
  • blue value is 36.
RGB:
(5,19,36)
(2%,7%,14%)

RGB channels and saturation

R 5 of 255 = 2%
G 19 of 255 = 7%
B 36 of 255 = 14%

5
19
36

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

Portions of RGB colors in percentages

R + G + B =
5 + 19 + 36 = 60 (100%)
R 5 of 60 ~ 8.33%
G 19 of 60 ~ 31.67%
B 36 of 60 ~ 60%

%31.67
%60

CMYK color model

#051324 color CMYK value is (86,47,0,86).

  • cyan value is 86.11%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(86,47,0,86)
C86M47Y0K86 
(86%,47%,0%,86%)
(0.86/0.47/0.00/0.86)	

CMYK percentages

%86.11
%47.22
%0
%85.88

Codes

Color #051324 in popluar color models

051324
RGB51936
HSL213°75.61%8.04%
HSB/HSV213°86.11%14.12%
CMYK86.11%47.22%0.00%
85.88%

Color #051324 in popluar number systems.

HEX051324
Decimal51936
Binary10110011100100
Octal52344

Shades and tints

Shades of #051324

#051324
(5,19,36)
#051221
(5,18,33)
#05111E
(5,17,30)
#05101B
(5,16,27)
#050F18
(5,15,24)
#050E15
(5,14,21)
#050D12
(5,13,18)
#050C0F
(5,12,15)
#050B0C
(5,11,12)
#050A09
(5,10,9)
#050906
(5,9,6)
#000000
(0,0,0)

Tints of #051324

#051324
(5,19,36)
#1B2837
(27,40,55)
#313D4A
(49,61,74)
#47525D
(71,82,93)
#5D6770
(93,103,112)
#737C83
(115,124,131)
#899196
(137,145,150)
#9FA6A9
(159,166,169)
#B5BBBC
(181,187,188)
#CBD0CF
(203,208,207)
#E1E5E2
(225,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051324 color. Also use rgb(5,19,36) instead hex code.

Text Font Color

.myTextColor { color: #051324; }

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

This text font color is #051324.


Background Color

.myBgColor { background-color: #051324; }

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

This div background color is #051324.


Border color

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

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

This div border color is #051324.


Opacity

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

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

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

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

This text has shadow with #051324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051324 on black background.


Color preview on white background

This text has color #051324 on white background.



Black color preview on #051324 background

This text has black color on #051324 background.


White color preview on #051324 background

This text has white color on #051324 background.