COLOR #104D21

HEX: #104D21
RGB: (16,77,33)

Color info

#104D21 contains mainly green and blue colors. Web safe color of #104D21 is #003333 (or #033).

RGB color model

#104D21 color RGB value is (16,77,33).

  • red value is 16;
  • green value is 77;
  • blue value is 33.
RGB:
(16,77,33)
(6%,30%,13%)

RGB channels and saturation

R 16 of 255 = 6%
G 77 of 255 = 30%
B 33 of 255 = 13%

16
77
33

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

Portions of RGB colors in percentages

R + G + B =
16 + 77 + 33 = 126 (100%)
R 16 of 126 ~ 12.7%
G 77 of 126 ~ 61.11%
B 33 of 126 ~ 26.19%

%12.7
%61.11
%26.19

CMYK color model

#104D21 color CMYK value is (79,0,57,70).

  • cyan value is 79.22%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(79,0,57,70)
C79M0Y57K70 
(79%,0%,57%,70%)
(0.79/0.00/0.57/0.70)	

CMYK percentages

%79.22
%0
%57.14
%69.8

Codes

Color #104D21 in popluar color models

104D21
RGB167733
HSL137°65.59%18.24%
HSB/HSV137°79.22%30.20%
CMYK79.22%0.00%57.14%
69.80%

Color #104D21 in popluar number systems.

HEX104D21
Decimal167733
Binary100001001101100001
Octal2011541

Shades and tints

Shades of #104D21

#104D21
(16,77,33)
#0F461E
(15,70,30)
#0E3F1B
(14,63,27)
#0D3818
(13,56,24)
#0C3115
(12,49,21)
#0B2A12
(11,42,18)
#0A230F
(10,35,15)
#091C0C
(9,28,12)
#081509
(8,21,9)
#070E06
(7,14,6)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #104D21

#104D21
(16,77,33)
#255D35
(37,93,53)
#3A6D49
(58,109,73)
#4F7D5D
(79,125,93)
#648D71
(100,141,113)
#799D85
(121,157,133)
#8EAD99
(142,173,153)
#A3BDAD
(163,189,173)
#B8CDC1
(184,205,193)
#CDDDD5
(205,221,213)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104D21 color. Also use rgb(16,77,33) instead hex code.

Text Font Color

.myTextColor { color: #104D21; }

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

This text font color is #104D21.


Background Color

.myBgColor { background-color: #104D21; }

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

This div background color is #104D21.


Border color

.myBorderColor { border: 1px solid #104D21; }

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

This div border color is #104D21.


Opacity

.myOpacity80 { color: #104D21; opacity: 0.8; }

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

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

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

This text has shadow with #104D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104D21 on black background.


Color preview on white background

This text has color #104D21 on white background.



Black color preview on #104D21 background

This text has black color on #104D21 background.


White color preview on #104D21 background

This text has white color on #104D21 background.