COLOR #051C02

HEX: #051C02
RGB: (5,28,2)

Color info

#051C02 contains red, green and blue colors in about the same proportion. Web safe color of #051C02 is #003300 (or #030).

RGB color model

#051C02 color RGB value is (5,28,2).

  • red value is 5;
  • green value is 28;
  • blue value is 2.
RGB:
(5,28,2)
(2%,11%,1%)

RGB channels and saturation

R 5 of 255 = 2%
G 28 of 255 = 11%
B 2 of 255 = 1%

5
28
2

R + G + B ~ 5%. #051C02 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 28 + 2 = 35 (100%)
R 5 of 35 ~ 14.29%
G 28 of 35 ~ 80%
B 2 of 35 ~ 5.71%

%14.29
%80

CMYK color model

#051C02 color CMYK value is (82,0,93,89).

  • cyan value is 82.14%
  • magenta value is 0.00%
  • yellow value is 92.86%
  • key color value is 89.02%
CMYK:
(82,0,93,89)
C82M0Y93K89 
(82%,0%,93%,89%)
(0.82/0.00/0.93/0.89)	

CMYK percentages

%82.14
%0
%92.86
%89.02

Codes

Color #051C02 in popluar color models

051C02
RGB5282
HSL113°86.67%5.88%
HSB/HSV113°92.86%10.98%
CMYK82.14%0.00%92.86%
89.02%

Color #051C02 in popluar number systems.

HEX051C02
Decimal5282
Binary1011110010
Octal5342

Shades and tints

Shades of #051C02

#051C02
(5,28,2)
#051A02
(5,26,2)
#051802
(5,24,2)
#051602
(5,22,2)
#051402
(5,20,2)
#051202
(5,18,2)
#051002
(5,16,2)
#050E02
(5,14,2)
#050C02
(5,12,2)
#050A02
(5,10,2)
#050802
(5,8,2)
#000000
(0,0,0)

Tints of #051C02

#051C02
(5,28,2)
#1B3019
(27,48,25)
#314430
(49,68,48)
#475847
(71,88,71)
#5D6C5E
(93,108,94)
#738075
(115,128,117)
#89948C
(137,148,140)
#9FA8A3
(159,168,163)
#B5BCBA
(181,188,186)
#CBD0D1
(203,208,209)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051C02 color. Also use rgb(5,28,2) instead hex code.

Text Font Color

.myTextColor { color: #051C02; }

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

This text font color is #051C02.


Background Color

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

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

This div background color is #051C02.


Border color

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

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

This div border color is #051C02.


Opacity

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

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

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

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

This text has shadow with #051C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051C02 on black background.


Color preview on white background

This text has color #051C02 on white background.



Black color preview on #051C02 background

This text has black color on #051C02 background.


White color preview on #051C02 background

This text has white color on #051C02 background.