COLOR #104009

HEX: #104009 RGB: (16,64,9)

Color info

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

RGB color model

#104009 color RGB value is (16,64,9).

RGB: (16,64,9) (6%, 25%, 4%)

RGB channels and saturation

R 16 of 255 = 6%
G 64 of 255 = 25%
B 9 of 255 = 4%

16
64
9

R + G + B ~ 12%. #104009 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 64 + 9 = 89 (100%)
R 16 of 89 ~ 17.98%
G 64 of 89 ~ 71.91%
B 9 of 89 ~ 10.11'%

%17.98
%71.91

CMYK color model

#104009 color CMYK value is (75,0,86,75).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 74.90%

CMYK: (75,0,86,75)
C75M0Y86K75 (75%, 0%, 86%, 75%)
(0.75 / 0.00 / 0.86 / 0.75)

CMYK percentages

%75
%0
%85.94
%74.9

Codes

Color #104009 in popluar color models

10 40 09
RGB 16 64 9
HSL 112° 75.34% 14.31%
HSB/HSV 112° 85.94% 25.10%
CMYK 75.00% 0.00% 85.94%
74.90%

Color #104009 in popluar number systems.

HEX 10 40 09
Decimal 16 64 9
Binary 10000 1000000 1001
Octal 20 100 11

Shades and tints

Shades of #104009

#104009
(16,64,9)
#0F3B09
(15,59,9)
#0E3609
(14,54,9)
#0D3109
(13,49,9)
#0C2C09
(12,44,9)
#0B2709
(11,39,9)
#0A2209
(10,34,9)
#091D09
(9,29,9)
#081809
(8,24,9)
#071309
(7,19,9)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #104009

#104009
(16,64,9)
#25511F
(37,81,31)
#3A6235
(58,98,53)
#4F734B
(79,115,75)
#648461
(100,132,97)
#799577
(121,149,119)
#8EA68D
(142,166,141)
#A3B7A3
(163,183,163)
#B8C8B9
(184,200,185)
#CDD9CF
(205,217,207)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104009; }

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

This text font color is #104009.

Background Color

.myBgColor { background-color: #104009; }

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

This div background color is #104009.

Border color

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

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

This div border color is #104009.

Opacity

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

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

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

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

This text has shadow with #104009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104009.

Preview

Color preview on black background

This text has color #104009 on black background.


Color preview on white background

This text has color #104009 on white background.


Black color preview on #104009 background

This text has black color on #104009 background.


White color preview on #104009 background

This text has white color on #104009 background.


Related colors

Complementary color

Complementary color for #hex is #EFBFF6.


I love getcolorcode.com

Triadic colors

1 #091040 and #400910 with #104009 are triadic colors.

2 #094010 and #401009 with #104009 are triadic colors.