COLOR #104013

HEX: #104013
RGB: (16,64,19)

Color info

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

RGB color model

#104013 color RGB value is (16,64,19).

  • red value is 16;
  • green value is 64;
  • blue value is 19.
RGB:
(16,64,19)
(6%,25%,7%)

RGB channels and saturation

R 16 of 255 = 6%
G 64 of 255 = 25%
B 19 of 255 = 7%

16
64
19

R + G + B ~ 13%. #104013 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 64 + 19 = 99 (100%)
R 16 of 99 ~ 16.16%
G 64 of 99 ~ 64.65%
B 19 of 99 ~ 19.19%

%16.16
%64.65
%19.19

CMYK color model

#104013 color CMYK value is (75,0,70,75).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 70.31%
  • key color value is 74.90%
CMYK:
(75,0,70,75)
C75M0Y70K75 
(75%,0%,70%,75%)
(0.75/0.00/0.70/0.75)	

CMYK percentages

%75
%0
%70.31
%74.9

Codes

Color #104013 in popluar color models

104013
RGB166419
HSL124°60.00%15.69%
HSB/HSV124°75.00%25.10%
CMYK75.00%0.00%70.31%
74.90%

Color #104013 in popluar number systems.

HEX104013
Decimal166419
Binary10000100000010011
Octal2010023

Shades and tints

Shades of #104013

#104013
(16,64,19)
#0F3B12
(15,59,18)
#0E3611
(14,54,17)
#0D3110
(13,49,16)
#0C2C0F
(12,44,15)
#0B270E
(11,39,14)
#0A220D
(10,34,13)
#091D0C
(9,29,12)
#08180B
(8,24,11)
#07130A
(7,19,10)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #104013

#104013
(16,64,19)
#255128
(37,81,40)
#3A623D
(58,98,61)
#4F7352
(79,115,82)
#648467
(100,132,103)
#79957C
(121,149,124)
#8EA691
(142,166,145)
#A3B7A6
(163,183,166)
#B8C8BB
(184,200,187)
#CDD9D0
(205,217,208)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104013 color. Also use rgb(16,64,19) instead hex code.

Text Font Color

.myTextColor { color: #104013; }

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

This text font color is #104013.


Background Color

.myBgColor { background-color: #104013; }

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

This div background color is #104013.


Border color

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

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

This div border color is #104013.


Opacity

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

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

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

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

This text has shadow with #104013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104013 on black background.


Color preview on white background

This text has color #104013 on white background.



Black color preview on #104013 background

This text has black color on #104013 background.


White color preview on #104013 background

This text has white color on #104013 background.