COLOR #100715

HEX: #100715 RGB: (16,7,21)

Color info

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

RGB color model

#100715 color RGB value is (16,7,21).

RGB: (16,7,21) (6%, 3%, 8%)

RGB channels and saturation

R 16 of 255 = 6%
G 7 of 255 = 3%
B 21 of 255 = 8%

16
7
21

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

Portions of RGB colors in percentages

R + G + B = 16 + 7 + 21 = 44 (100%)
R 16 of 44 ~ 36.36%
G 7 of 44 ~ 15.91%
B 21 of 44 ~ 47.73'%

%36.36
%15.91
%47.73

CMYK color model

#100715 color CMYK value is (24,67,0,92).

  • cyan value is 23.81%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (24,67,0,92)
C24M67Y0K92 (24%, 67%, 0%, 92%)
(0.24 / 0.67 / 0.00 / 0.92)

CMYK percentages

%23.81
%66.67
%0
%91.76

Codes

Color #100715 in popluar color models

10 07 15
RGB 16 7 21
HSL 279° 50.00% 5.49%
HSB/HSV 279° 66.67% 8.24%
CMYK 23.81% 66.67% 0.00%
91.76%

Color #100715 in popluar number systems.

HEX 10 07 15
Decimal 16 7 21
Binary 10000 111 10101
Octal 20 7 25

Shades and tints

Shades of #100715

#100715
(16,7,21)
#0F0714
(15,7,20)
#0E0713
(14,7,19)
#0D0712
(13,7,18)
#0C0711
(12,7,17)
#0B0710
(11,7,16)
#0A070F
(10,7,15)
#09070E
(9,7,14)
#08070D
(8,7,13)
#07070C
(7,7,12)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #100715

#100715
(16,7,21)
#251D2A
(37,29,42)
#3A333F
(58,51,63)
#4F4954
(79,73,84)
#645F69
(100,95,105)
#79757E
(121,117,126)
#8E8B93
(142,139,147)
#A3A1A8
(163,161,168)
#B8B7BD
(184,183,189)
#CDCDD2
(205,205,210)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #100715 color. Also use rgb(16,7,21) instead hex code.

Text Font Color

.myTextColor { color: #100715; }

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

This text font color is #100715.

Background Color

.myBgColor { background-color: #100715; }

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

This div background color is #100715.

Border color

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

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

This div border color is #100715.

Opacity

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

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

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

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

This text has shadow with #100715 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #100715; -webkit-box-shadow: 1px 1px 3px 2px #100715; box-shadow:1px 1px 3px 2px #100715;">
Div content here
</div>

This div box has shadow with color #100715.

Preview

Color preview on black background

This text has color #100715 on black background.


Color preview on white background

This text has color #100715 on white background.


Black color preview on #100715 background

This text has black color on #100715 background.


White color preview on #100715 background

This text has white color on #100715 background.


Related colors

Complementary color

Complementary color for #hex is #EFF8EA.


I love getcolorcode.com

Triadic colors

1 #151007 and #071510 with #100715 are triadic colors.

2 #150710 and #071015 with #100715 are triadic colors.