COLOR #10050C

HEX: #10050C
RGB: (16,5,12)

Color info

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

RGB color model

#10050C color RGB value is (16,5,12).

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

RGB channels and saturation

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

16
5
12

R + G + B ~ 4%. #10050C is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 5 + 12 = 33 (100%)
R 16 of 33 ~ 48.48%
G 5 of 33 ~ 15.15%
B 12 of 33 ~ 36.36%

%48.48
%15.15
%36.36

CMYK color model

#10050C color CMYK value is (0,69,25,94).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 25.00%
  • key color value is 93.73%
CMYK:
(0,69,25,94)
C0M69Y25K94 
(0%,69%,25%,94%)
(0.00/0.69/0.25/0.94)	

CMYK percentages

%0
%68.75
%25
%93.73

Codes

Color #10050C in popluar color models

10050C
RGB16512
HSL322°52.38%4.12%
HSB/HSV322°68.75%6.27%
CMYK0.00%68.75%25.00%
93.73%

Color #10050C in popluar number systems.

HEX10050C
Decimal16512
Binary100001011100
Octal20514

Shades and tints

Shades of #10050C

#10050C
(16,5,12)
#0F050B
(15,5,11)
#0E050A
(14,5,10)
#0D0509
(13,5,9)
#0C0508
(12,5,8)
#0B0507
(11,5,7)
#0A0506
(10,5,6)
#090505
(9,5,5)
#080504
(8,5,4)
#070503
(7,5,3)
#060502
(6,5,2)
#000000
(0,0,0)

Tints of #10050C

#10050C
(16,5,12)
#251B22
(37,27,34)
#3A3138
(58,49,56)
#4F474E
(79,71,78)
#645D64
(100,93,100)
#79737A
(121,115,122)
#8E8990
(142,137,144)
#A39FA6
(163,159,166)
#B8B5BC
(184,181,188)
#CDCBD2
(205,203,210)
#E2E1E8
(226,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10050C; }

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

This text font color is #10050C.


Background Color

.myBgColor { background-color: #10050C; }

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

This div background color is #10050C.


Border color

.myBorderColor { border: 1px solid #10050C; }

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

This div border color is #10050C.


Opacity

.myOpacity80 { color: #10050C; opacity: 0.8; }

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

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

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

This text has shadow with #10050C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10050C on black background.


Color preview on white background

This text has color #10050C on white background.



Black color preview on #10050C background

This text has black color on #10050C background.


White color preview on #10050C background

This text has white color on #10050C background.