COLOR #051613

HEX: #051613
RGB: (5,22,19)

Color info

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

RGB color model

#051613 color RGB value is (5,22,19).

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

RGB channels and saturation

R 5 of 255 = 2%
G 22 of 255 = 9%
B 19 of 255 = 7%

5
22
19

R + G + B ~ 6%. #051613 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 22 + 19 = 46 (100%)
R 5 of 46 ~ 10.87%
G 22 of 46 ~ 47.83%
B 19 of 46 ~ 41.3%

%10.87
%47.83
%41.3

CMYK color model

#051613 color CMYK value is (77,0,14,91).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 91.37%
CMYK: (77,0,14,91) C77M0Y14K91 (77%,0%,14%,91%) (0.77/0.00/0.14/0.91)

CMYK percentages

%77.27
%0
%13.64
%91.37

Codes

Color #051613 in popluar color models

051613
RGB52219
HSL169°62.96%5.29%
HSB/HSV169°77.27%8.63%
CMYK77.27%0.00%13.64%
91.37%

Color #051613 in popluar number systems.

HEX051613
Decimal52219
Binary1011011010011
Octal52623

Shades and tints

Shades of #051613

#051613
(5,22,19)
#051412
(5,20,18)
#051211
(5,18,17)
#051010
(5,16,16)
#050E0F
(5,14,15)
#050C0E
(5,12,14)
#050A0D
(5,10,13)
#05080C
(5,8,12)
#05060B
(5,6,11)
#05040A
(5,4,10)
#050209
(5,2,9)
#000000
(0,0,0)

Tints of #051613

#051613
(5,22,19)
#1B2B28
(27,43,40)
#31403D
(49,64,61)
#475552
(71,85,82)
#5D6A67
(93,106,103)
#737F7C
(115,127,124)
#899491
(137,148,145)
#9FA9A6
(159,169,166)
#B5BEBB
(181,190,187)
#CBD3D0
(203,211,208)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051613; }

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

This text font color is #051613.


Background Color

.myBgColor { background-color: #051613; }

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

This div background color is #051613.


Border color

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

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

This div border color is #051613.


Opacity

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

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

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

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

This text has shadow with #051613 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #051613 on black background.


Color preview on white background

This text has color #051613 on white background.



Black color preview on #051613 background

This text has black color on #051613 background.


White color preview on #051613 background

This text has white color on #051613 background.