COLOR #051F24

HEX: #051F24 RGB: (5,31,36)

Color info

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

RGB color model

#051F24 color RGB value is (5,31,36).

RGB: (5,31,36) (2%, 12%, 14%)

RGB channels and saturation

R 5 of 255 = 2%
G 31 of 255 = 12%
B 36 of 255 = 14%

5
31
36

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

Portions of RGB colors in percentages

R + G + B = 5 + 31 + 36 = 72 (100%)
R 5 of 72 ~ 6.94%
G 31 of 72 ~ 43.06%
B 36 of 72 ~ 50'%

%43.06
%50

CMYK color model

#051F24 color CMYK value is (86,14,0,86).

  • cyan value is 86.11%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (86,14,0,86)
C86M14Y0K86 (86%, 14%, 0%, 86%)
(0.86 / 0.14 / 0.00 / 0.86)

CMYK percentages

%86.11
%13.89
%0
%85.88

Codes

Color #051F24 in popluar color models

05 1F 24
RGB 5 31 36
HSL 190° 75.61% 8.04%
HSB/HSV 190° 86.11% 14.12%
CMYK 86.11% 13.89% 0.00%
85.88%

Color #051F24 in popluar number systems.

HEX 05 1F 24
Decimal 5 31 36
Binary 101 11111 100100
Octal 5 37 44

Shades and tints

Shades of #051F24

#051F24
(5,31,36)
#051D21
(5,29,33)
#051B1E
(5,27,30)
#05191B
(5,25,27)
#051718
(5,23,24)
#051515
(5,21,21)
#051312
(5,19,18)
#05110F
(5,17,15)
#050F0C
(5,15,12)
#050D09
(5,13,9)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #051F24

#051F24
(5,31,36)
#1B3337
(27,51,55)
#31474A
(49,71,74)
#475B5D
(71,91,93)
#5D6F70
(93,111,112)
#738383
(115,131,131)
#899796
(137,151,150)
#9FABA9
(159,171,169)
#B5BFBC
(181,191,188)
#CBD3CF
(203,211,207)
#E1E7E2
(225,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051F24; }

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

This text font color is #051F24.

Background Color

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

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

This div background color is #051F24.

Border color

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

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

This div border color is #051F24.

Opacity

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

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

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

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

This text has shadow with #051F24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051F24.

Preview

Color preview on black background

This text has color #051F24 on black background.


Color preview on white background

This text has color #051F24 on white background.


Black color preview on #051F24 background

This text has black color on #051F24 background.


White color preview on #051F24 background

This text has white color on #051F24 background.


Related colors

Complementary color

Complementary color for #hex is #FAE0DB.


I love getcolorcode.com

Triadic colors

1 #24051F and #1F2405 with #051F24 are triadic colors.

2 #241F05 and #1F0524 with #051F24 are triadic colors.