COLOR #10390E

HEX: #10390E
RGB: (16,57,14)

Color info

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

RGB color model

#10390E color RGB value is (16,57,14).

  • red value is 16;
  • green value is 57;
  • blue value is 14.
RGB:
(16,57,14)
(6%,22%,5%)

RGB channels and saturation

R 16 of 255 = 6%
G 57 of 255 = 22%
B 14 of 255 = 5%

16
57
14

R + G + B ~ 11%. #10390E is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 57 + 14 = 87 (100%)
R 16 of 87 ~ 18.39%
G 57 of 87 ~ 65.52%
B 14 of 87 ~ 16.09%

%18.39
%65.52
%16.09

CMYK color model

#10390E color CMYK value is (72,0,75,78).

  • cyan value is 71.93%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK:
(72,0,75,78)
C72M0Y75K78 
(72%,0%,75%,78%)
(0.72/0.00/0.75/0.78)	

CMYK percentages

%71.93
%0
%75.44
%77.65

Codes

Color #10390E in popluar color models

10390E
RGB165714
HSL117°60.56%13.92%
HSB/HSV117°75.44%22.35%
CMYK71.93%0.00%75.44%
77.65%

Color #10390E in popluar number systems.

HEX10390E
Decimal165714
Binary100001110011110
Octal207116

Shades and tints

Shades of #10390E

#10390E
(16,57,14)
#0F340D
(15,52,13)
#0E2F0C
(14,47,12)
#0D2A0B
(13,42,11)
#0C250A
(12,37,10)
#0B2009
(11,32,9)
#0A1B08
(10,27,8)
#091607
(9,22,7)
#081106
(8,17,6)
#070C05
(7,12,5)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #10390E

#10390E
(16,57,14)
#254B23
(37,75,35)
#3A5D38
(58,93,56)
#4F6F4D
(79,111,77)
#648162
(100,129,98)
#799377
(121,147,119)
#8EA58C
(142,165,140)
#A3B7A1
(163,183,161)
#B8C9B6
(184,201,182)
#CDDBCB
(205,219,203)
#E2EDE0
(226,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10390E color. Also use rgb(16,57,14) instead hex code.

Text Font Color

.myTextColor { color: #10390E; }

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

This text font color is #10390E.


Background Color

.myBgColor { background-color: #10390E; }

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

This div background color is #10390E.


Border color

.myBorderColor { border: 1px solid #10390E; }

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

This div border color is #10390E.


Opacity

.myOpacity80 { color: #10390E; opacity: 0.8; }

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

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

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

This text has shadow with #10390E color.

.textShadow {text-shadow: 3px 3px 1px #10390E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10390E on black background.


Color preview on white background

This text has color #10390E on white background.



Black color preview on #10390E background

This text has black color on #10390E background.


White color preview on #10390E background

This text has white color on #10390E background.