COLOR #10390B

HEX: #10390B
RGB: (16,57,11)

Color info

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

RGB color model

#10390B color RGB value is (16,57,11).

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

RGB channels and saturation

R 16 of 255 = 6%
G 57 of 255 = 22%
B 11 of 255 = 4%

16
57
11

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

Portions of RGB colors in percentages

R + G + B =
16 + 57 + 11 = 84 (100%)
R 16 of 84 ~ 19.05%
G 57 of 84 ~ 67.86%
B 11 of 84 ~ 13.1%

%19.05
%67.86
%13.1

CMYK color model

#10390B color CMYK value is (72,0,81,78).

  • cyan value is 71.93%
  • magenta value is 0.00%
  • yellow value is 80.70%
  • key color value is 77.65%
CMYK: (72,0,81,78) C72M0Y81K78 (72%,0%,81%,78%) (0.72/0.00/0.81/0.78)

CMYK percentages

%71.93
%0
%80.7
%77.65

Codes

Color #10390B in popluar color models

10390B
RGB165711
HSL113°67.65%13.33%
HSB/HSV113°80.70%22.35%
CMYK71.93%0.00%80.70%
77.65%

Color #10390B in popluar number systems.

HEX10390B
Decimal165711
Binary100001110011011
Octal207113

Shades and tints

Shades of #10390B

#10390B
(16,57,11)
#0F340A
(15,52,10)
#0E2F09
(14,47,9)
#0D2A08
(13,42,8)
#0C2507
(12,37,7)
#0B2006
(11,32,6)
#0A1B05
(10,27,5)
#091604
(9,22,4)
#081103
(8,17,3)
#070C02
(7,12,2)
#060701
(6,7,1)
#000000
(0,0,0)

Tints of #10390B

#10390B
(16,57,11)
#254B21
(37,75,33)
#3A5D37
(58,93,55)
#4F6F4D
(79,111,77)
#648163
(100,129,99)
#799379
(121,147,121)
#8EA58F
(142,165,143)
#A3B7A5
(163,183,165)
#B8C9BB
(184,201,187)
#CDDBD1
(205,219,209)
#E2EDE7
(226,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10390B; }

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

This text font color is #10390B.


Background Color

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

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

This div background color is #10390B.


Border color

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

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

This div border color is #10390B.


Opacity

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

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

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

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

This text has shadow with #10390B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #10390B on black background.


Color preview on white background

This text has color #10390B on white background.



Black color preview on #10390B background

This text has black color on #10390B background.


White color preview on #10390B background

This text has white color on #10390B background.