COLOR #104204

HEX: #104204 RGB: (16,66,4)

Color info

#104204 contains mainly red and green colors. Web safe color of #104204 is #003300 (or #030).

RGB color model

#104204 color RGB value is (16,66,4).

RGB: (16,66,4) (6%, 26%, 2%)

RGB channels and saturation

R 16 of 255 = 6%
G 66 of 255 = 26%
B 4 of 255 = 2%

16
66
4

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

Portions of RGB colors in percentages

R + G + B = 16 + 66 + 4 = 86 (100%)
R 16 of 86 ~ 18.6%
G 66 of 86 ~ 76.74%
B 4 of 86 ~ 4.65'%

%18.6
%76.74

CMYK color model

#104204 color CMYK value is (76,0,94,74).

  • cyan value is 75.76%
  • magenta value is 0.00%
  • yellow value is 93.94%
  • key color value is 74.12%

CMYK: (76,0,94,74)
C76M0Y94K74 (76%, 0%, 94%, 74%)
(0.76 / 0.00 / 0.94 / 0.74)

CMYK percentages

%75.76
%0
%93.94
%74.12

Codes

Color #104204 in popluar color models

10 42 04
RGB 16 66 4
HSL 108° 88.57% 13.73%
HSB/HSV 108° 93.94% 25.88%
CMYK 75.76% 0.00% 93.94%
74.12%

Color #104204 in popluar number systems.

HEX 10 42 04
Decimal 16 66 4
Binary 10000 1000010 100
Octal 20 102 4

Shades and tints

Shades of #104204

#104204
(16,66,4)
#0F3C04
(15,60,4)
#0E3604
(14,54,4)
#0D3004
(13,48,4)
#0C2A04
(12,42,4)
#0B2404
(11,36,4)
#0A1E04
(10,30,4)
#091804
(9,24,4)
#081204
(8,18,4)
#070C04
(7,12,4)
#060604
(6,6,4)
#000000
(0,0,0)

Tints of #104204

#104204
(16,66,4)
#25531A
(37,83,26)
#3A6430
(58,100,48)
#4F7546
(79,117,70)
#64865C
(100,134,92)
#799772
(121,151,114)
#8EA888
(142,168,136)
#A3B99E
(163,185,158)
#B8CAB4
(184,202,180)
#CDDBCA
(205,219,202)
#E2ECE0
(226,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104204 color. Also use rgb(16,66,4) instead hex code.

Text Font Color

.myTextColor { color: #104204; }

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

This text font color is #104204.

Background Color

.myBgColor { background-color: #104204; }

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

This div background color is #104204.

Border color

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

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

This div border color is #104204.

Opacity

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

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

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

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

This text has shadow with #104204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #104204.

Preview

Color preview on black background

This text has color #104204 on black background.


Color preview on white background

This text has color #104204 on white background.


Black color preview on #104204 background

This text has black color on #104204 background.


White color preview on #104204 background

This text has white color on #104204 background.


Related colors

Complementary color

Complementary color for #hex is #EFBDFB.


I love getcolorcode.com

Triadic colors

1 #041042 and #420410 with #104204 are triadic colors.

2 #044210 and #421004 with #104204 are triadic colors.