COLOR #10061B

HEX: #10061B
RGB: (16,6,27)

Color info

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

RGB color model

#10061B color RGB value is (16,6,27).

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

RGB channels and saturation

R 16 of 255 = 6%
G 6 of 255 = 2%
B 27 of 255 = 11%

16
6
27

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

Portions of RGB colors in percentages

R + G + B =
16 + 6 + 27 = 49 (100%)
R 16 of 49 ~ 32.65%
G 6 of 49 ~ 12.24%
B 27 of 49 ~ 55.1%

%32.65
%12.24
%55.1

CMYK color model

#10061B color CMYK value is (41,78,0,89).

  • cyan value is 40.74%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(41,78,0,89)
C41M78Y0K89 
(41%,78%,0%,89%)
(0.41/0.78/0.00/0.89)	

CMYK percentages

%40.74
%77.78
%0
%89.41

Codes

Color #10061B in popluar color models

10061B
RGB16627
HSL269°63.64%6.47%
HSB/HSV269°77.78%10.59%
CMYK40.74%77.78%0.00%
89.41%

Color #10061B in popluar number systems.

HEX10061B
Decimal16627
Binary1000011011011
Octal20633

Shades and tints

Shades of #10061B

#10061B
(16,6,27)
#0F0619
(15,6,25)
#0E0617
(14,6,23)
#0D0615
(13,6,21)
#0C0613
(12,6,19)
#0B0611
(11,6,17)
#0A060F
(10,6,15)
#09060D
(9,6,13)
#08060B
(8,6,11)
#070609
(7,6,9)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #10061B

#10061B
(16,6,27)
#251C2F
(37,28,47)
#3A3243
(58,50,67)
#4F4857
(79,72,87)
#645E6B
(100,94,107)
#79747F
(121,116,127)
#8E8A93
(142,138,147)
#A3A0A7
(163,160,167)
#B8B6BB
(184,182,187)
#CDCCCF
(205,204,207)
#E2E2E3
(226,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10061B color. Also use rgb(16,6,27) instead hex code.

Text Font Color

.myTextColor { color: #10061B; }

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

This text font color is #10061B.


Background Color

.myBgColor { background-color: #10061B; }

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

This div background color is #10061B.


Border color

.myBorderColor { border: 1px solid #10061B; }

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

This div border color is #10061B.


Opacity

.myOpacity80 { color: #10061B; opacity: 0.8; }

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

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

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

This text has shadow with #10061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10061B on black background.


Color preview on white background

This text has color #10061B on white background.



Black color preview on #10061B background

This text has black color on #10061B background.


White color preview on #10061B background

This text has white color on #10061B background.