COLOR #05031F

HEX: #05031F RGB: (5,3,31)

Color info

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

RGB color model

#05031F color RGB value is (5,3,31).

RGB: (5,3,31) (2%, 1%, 12%)

RGB channels and saturation

R 5 of 255 = 2%
G 3 of 255 = 1%
B 31 of 255 = 12%

5
3
31

R + G + B ~ 5%. #05031F is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 3 + 31 = 39 (100%)
R 5 of 39 ~ 12.82%
G 3 of 39 ~ 7.69%
B 31 of 39 ~ 79.49'%

%12.82
%79.49

CMYK color model

#05031F color CMYK value is (84,90,0,88).

  • cyan value is 83.87%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (84,90,0,88)
C84M90Y0K88 (84%, 90%, 0%, 88%)
(0.84 / 0.90 / 0.00 / 0.88)

CMYK percentages

%83.87
%90.32
%0
%87.84

Codes

Color #05031F in popluar color models

05 03 1F
RGB 5 3 31
HSL 244° 82.35% 6.67%
HSB/HSV 244° 90.32% 12.16%
CMYK 83.87% 90.32% 0.00%
87.84%

Color #05031F in popluar number systems.

HEX 05 03 1F
Decimal 5 3 31
Binary 101 11 11111
Octal 5 3 37

Shades and tints

Shades of #05031F

#05031F
(5,3,31)
#05031D
(5,3,29)
#05031B
(5,3,27)
#050319
(5,3,25)
#050317
(5,3,23)
#050315
(5,3,21)
#050313
(5,3,19)
#050311
(5,3,17)
#05030F
(5,3,15)
#05030D
(5,3,13)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #05031F

#05031F
(5,3,31)
#1B1933
(27,25,51)
#312F47
(49,47,71)
#47455B
(71,69,91)
#5D5B6F
(93,91,111)
#737183
(115,113,131)
#898797
(137,135,151)
#9F9DAB
(159,157,171)
#B5B3BF
(181,179,191)
#CBC9D3
(203,201,211)
#E1DFE7
(225,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05031F color. Also use rgb(5,3,31) instead hex code.

Text Font Color

.myTextColor { color: #05031F; }

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

This text font color is #05031F.

Background Color

.myBgColor { background-color: #05031F; }

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

This div background color is #05031F.

Border color

.myBorderColor { border: 1px solid #05031F; }

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

This div border color is #05031F.

Opacity

.myOpacity80 { color: #05031F; opacity: 0.8; }

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

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

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

This text has shadow with #05031F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05031F.

Preview

Color preview on black background

This text has color #05031F on black background.


Color preview on white background

This text has color #05031F on white background.


Black color preview on #05031F background

This text has black color on #05031F background.


White color preview on #05031F background

This text has white color on #05031F background.


Related colors

Complementary color

Complementary color for #hex is #FAFCE0.


I love getcolorcode.com

Triadic colors

1 #1F0503 and #031F05 with #05031F are triadic colors.

2 #1F0305 and #03051F with #05031F are triadic colors.