COLOR #104720

HEX: #104720
RGB: (16,71,32)

Color info

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

RGB color model

#104720 color RGB value is (16,71,32).

  • red value is 16;
  • green value is 71;
  • blue value is 32.
RGB:
(16,71,32)
(6%,28%,13%)

RGB channels and saturation

R 16 of 255 = 6%
G 71 of 255 = 28%
B 32 of 255 = 13%

16
71
32

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

Portions of RGB colors in percentages

R + G + B =
16 + 71 + 32 = 119 (100%)
R 16 of 119 ~ 13.45%
G 71 of 119 ~ 59.66%
B 32 of 119 ~ 26.89%

%13.45
%59.66
%26.89

CMYK color model

#104720 color CMYK value is (77,0,55,72).

  • cyan value is 77.46%
  • magenta value is 0.00%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(77,0,55,72)
C77M0Y55K72 
(77%,0%,55%,72%)
(0.77/0.00/0.55/0.72)	

CMYK percentages

%77.46
%0
%54.93
%72.16

Codes

Color #104720 in popluar color models

104720
RGB167132
HSL137°63.22%17.06%
HSB/HSV137°77.46%27.84%
CMYK77.46%0.00%54.93%
72.16%

Color #104720 in popluar number systems.

HEX104720
Decimal167132
Binary100001000111100000
Octal2010740

Shades and tints

Shades of #104720

#104720
(16,71,32)
#0F411E
(15,65,30)
#0E3B1C
(14,59,28)
#0D351A
(13,53,26)
#0C2F18
(12,47,24)
#0B2916
(11,41,22)
#0A2314
(10,35,20)
#091D12
(9,29,18)
#081710
(8,23,16)
#07110E
(7,17,14)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #104720

#104720
(16,71,32)
#255734
(37,87,52)
#3A6748
(58,103,72)
#4F775C
(79,119,92)
#648770
(100,135,112)
#799784
(121,151,132)
#8EA798
(142,167,152)
#A3B7AC
(163,183,172)
#B8C7C0
(184,199,192)
#CDD7D4
(205,215,212)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104720 color. Also use rgb(16,71,32) instead hex code.

Text Font Color

.myTextColor { color: #104720; }

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

This text font color is #104720.


Background Color

.myBgColor { background-color: #104720; }

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

This div background color is #104720.


Border color

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

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

This div border color is #104720.


Opacity

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

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

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

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

This text has shadow with #104720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104720 on black background.


Color preview on white background

This text has color #104720 on white background.



Black color preview on #104720 background

This text has black color on #104720 background.


White color preview on #104720 background

This text has white color on #104720 background.