COLOR #104329

HEX: #104329
RGB: (16,67,41)

Color info

#104329 contains red, green and blue colors in about the same proportion. Web safe color of #104329 is #003333 (or #033).

RGB color model

#104329 color RGB value is (16,67,41).

  • red value is 16;
  • green value is 67;
  • blue value is 41.
RGB:
(16,67,41)
(6%,26%,16%)

RGB channels and saturation

R 16 of 255 = 6%
G 67 of 255 = 26%
B 41 of 255 = 16%

16
67
41

R + G + B ~ 16%. #104329 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 67 + 41 = 124 (100%)
R 16 of 124 ~ 12.9%
G 67 of 124 ~ 54.03%
B 41 of 124 ~ 33.06%

%12.9
%54.03
%33.06

CMYK color model

#104329 color CMYK value is (76,0,39,74).

  • cyan value is 76.12%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 73.73%
CMYK:
(76,0,39,74)
C76M0Y39K74 
(76%,0%,39%,74%)
(0.76/0.00/0.39/0.74)	

CMYK percentages

%76.12
%0
%38.81
%73.73

Codes

Color #104329 in popluar color models

104329
RGB166741
HSL149°61.45%16.27%
HSB/HSV149°76.12%26.27%
CMYK76.12%0.00%38.81%
73.73%

Color #104329 in popluar number systems.

HEX104329
Decimal166741
Binary100001000011101001
Octal2010351

Shades and tints

Shades of #104329

#104329
(16,67,41)
#0F3D26
(15,61,38)
#0E3723
(14,55,35)
#0D3120
(13,49,32)
#0C2B1D
(12,43,29)
#0B251A
(11,37,26)
#0A1F17
(10,31,23)
#091914
(9,25,20)
#081311
(8,19,17)
#070D0E
(7,13,14)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #104329

#104329
(16,67,41)
#25543C
(37,84,60)
#3A654F
(58,101,79)
#4F7662
(79,118,98)
#648775
(100,135,117)
#799888
(121,152,136)
#8EA99B
(142,169,155)
#A3BAAE
(163,186,174)
#B8CBC1
(184,203,193)
#CDDCD4
(205,220,212)
#E2EDE7
(226,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104329 color. Also use rgb(16,67,41) instead hex code.

Text Font Color

.myTextColor { color: #104329; }

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

This text font color is #104329.


Background Color

.myBgColor { background-color: #104329; }

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

This div background color is #104329.


Border color

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

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

This div border color is #104329.


Opacity

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

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

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

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

This text has shadow with #104329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104329 on black background.


Color preview on white background

This text has color #104329 on white background.



Black color preview on #104329 background

This text has black color on #104329 background.


White color preview on #104329 background

This text has white color on #104329 background.