COLOR #051918

HEX: #051918
RGB: (5,25,24)

Color info

#051918 contains red, green and blue colors in about the same proportion. Web safe color of #051918 is #000000 (or #000).

RGB color model

#051918 color RGB value is (5,25,24).

  • red value is 5;
  • green value is 25;
  • blue value is 24.
RGB:
(5,25,24)
(2%,10%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 25 of 255 = 10%
B 24 of 255 = 9%

5
25
24

R + G + B ~ 7%. #051918 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 25 + 24 = 54 (100%)
R 5 of 54 ~ 9.26%
G 25 of 54 ~ 46.3%
B 24 of 54 ~ 44.44%

%46.3
%44.44

CMYK color model

#051918 color CMYK value is (80,0,4,90).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 90.20%
CMYK:
(80,0,4,90)
C80M0Y4K90 
(80%,0%,4%,90%)
(0.80/0.00/0.04/0.90)	

CMYK percentages

%80
%0
%4
%90.2

Codes

Color #051918 in popluar color models

051918
RGB52524
HSL177°66.67%5.88%
HSB/HSV177°80.00%9.80%
CMYK80.00%0.00%4.00%
90.20%

Color #051918 in popluar number systems.

HEX051918
Decimal52524
Binary1011100111000
Octal53130

Shades and tints

Shades of #051918

#051918
(5,25,24)
#051716
(5,23,22)
#051514
(5,21,20)
#051312
(5,19,18)
#051110
(5,17,16)
#050F0E
(5,15,14)
#050D0C
(5,13,12)
#050B0A
(5,11,10)
#050908
(5,9,8)
#050706
(5,7,6)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #051918

#051918
(5,25,24)
#1B2D2D
(27,45,45)
#314142
(49,65,66)
#475557
(71,85,87)
#5D696C
(93,105,108)
#737D81
(115,125,129)
#899196
(137,145,150)
#9FA5AB
(159,165,171)
#B5B9C0
(181,185,192)
#CBCDD5
(203,205,213)
#E1E1EA
(225,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051918 color. Also use rgb(5,25,24) instead hex code.

Text Font Color

.myTextColor { color: #051918; }

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

This text font color is #051918.


Background Color

.myBgColor { background-color: #051918; }

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

This div background color is #051918.


Border color

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

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

This div border color is #051918.


Opacity

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

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

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

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

This text has shadow with #051918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051918 on black background.


Color preview on white background

This text has color #051918 on white background.



Black color preview on #051918 background

This text has black color on #051918 background.


White color preview on #051918 background

This text has white color on #051918 background.