COLOR #051B24

HEX: #051B24
RGB: (5,27,36)

Color info

#051B24 contains red, green and blue colors in about the same proportion. Web safe color of #051B24 is #003333 (or #033).

RGB color model

#051B24 color RGB value is (5,27,36).

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

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 36 of 255 = 14%

5
27
36

R + G + B ~ 9%. #051B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 27 + 36 = 68 (100%)
R 5 of 68 ~ 7.35%
G 27 of 68 ~ 39.71%
B 36 of 68 ~ 52.94%

%39.71
%52.94

CMYK color model

#051B24 color CMYK value is (86,25,0,86).

  • cyan value is 86.11%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(86,25,0,86)
C86M25Y0K86 
(86%,25%,0%,86%)
(0.86/0.25/0.00/0.86)	

CMYK percentages

%86.11
%25
%0
%85.88

Codes

Color #051B24 in popluar color models

051B24
RGB52736
HSL197°75.61%8.04%
HSB/HSV197°86.11%14.12%
CMYK86.11%25.00%0.00%
85.88%

Color #051B24 in popluar number systems.

HEX051B24
Decimal52736
Binary10111011100100
Octal53344

Shades and tints

Shades of #051B24

#051B24
(5,27,36)
#051921
(5,25,33)
#05171E
(5,23,30)
#05151B
(5,21,27)
#051318
(5,19,24)
#051115
(5,17,21)
#050F12
(5,15,18)
#050D0F
(5,13,15)
#050B0C
(5,11,12)
#050909
(5,9,9)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #051B24

#051B24
(5,27,36)
#1B2F37
(27,47,55)
#31434A
(49,67,74)
#47575D
(71,87,93)
#5D6B70
(93,107,112)
#737F83
(115,127,131)
#899396
(137,147,150)
#9FA7A9
(159,167,169)
#B5BBBC
(181,187,188)
#CBCFCF
(203,207,207)
#E1E3E2
(225,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051B24; }

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

This text font color is #051B24.


Background Color

.myBgColor { background-color: #051B24; }

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

This div background color is #051B24.


Border color

.myBorderColor { border: 1px solid #051B24; }

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

This div border color is #051B24.


Opacity

.myOpacity80 { color: #051B24; opacity: 0.8; }

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

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

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

This text has shadow with #051B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051B24 on black background.


Color preview on white background

This text has color #051B24 on white background.



Black color preview on #051B24 background

This text has black color on #051B24 background.


White color preview on #051B24 background

This text has white color on #051B24 background.