COLOR #050C05

HEX: #050C05
RGB: (5,12,5)

Color info

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

RGB color model

#050C05 color RGB value is (5,12,5).

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

RGB channels and saturation

R 5 of 255 = 2%
G 12 of 255 = 5%
B 5 of 255 = 2%

5
12
5

R + G + B ~ 3%. #050C05 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 12 + 5 = 22 (100%)
R 5 of 22 ~ 22.73%
G 12 of 22 ~ 54.55%
B 5 of 22 ~ 22.73%

%22.73
%54.55
%22.73

CMYK color model

#050C05 color CMYK value is (58,0,58,95).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 95.29%
CMYK:
(58,0,58,95)
C58M0Y58K95 
(58%,0%,58%,95%)
(0.58/0.00/0.58/0.95)	

CMYK percentages

%58.33
%0
%58.33
%95.29

Codes

Color #050C05 in popluar color models

050C05
RGB5125
HSL120°41.18%3.33%
HSB/HSV120°58.33%4.71%
CMYK58.33%0.00%58.33%
95.29%

Color #050C05 in popluar number systems.

HEX050C05
Decimal5125
Binary1011100101
Octal5145

Shades and tints

Shades of #050C05

#050C05
(5,12,5)
#050B05
(5,11,5)
#050A05
(5,10,5)
#050905
(5,9,5)
#050805
(5,8,5)
#050705
(5,7,5)
#050605
(5,6,5)
#050505
(5,5,5)
#050405
(5,4,5)
#050305
(5,3,5)
#050205
(5,2,5)
#000000
(0,0,0)

Tints of #050C05

#050C05
(5,12,5)
#1B221B
(27,34,27)
#313831
(49,56,49)
#474E47
(71,78,71)
#5D645D
(93,100,93)
#737A73
(115,122,115)
#899089
(137,144,137)
#9FA69F
(159,166,159)
#B5BCB5
(181,188,181)
#CBD2CB
(203,210,203)
#E1E8E1
(225,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050C05 color. Also use rgb(5,12,5) instead hex code.

Text Font Color

.myTextColor { color: #050C05; }

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

This text font color is #050C05.


Background Color

.myBgColor { background-color: #050C05; }

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

This div background color is #050C05.


Border color

.myBorderColor { border: 1px solid #050C05; }

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

This div border color is #050C05.


Opacity

.myOpacity80 { color: #050C05; opacity: 0.8; }

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

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

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

This text has shadow with #050C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050C05 on black background.


Color preview on white background

This text has color #050C05 on white background.



Black color preview on #050C05 background

This text has black color on #050C05 background.


White color preview on #050C05 background

This text has white color on #050C05 background.