COLOR #104D31

HEX: #104D31
RGB: (16,77,49)

Color info

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

RGB color model

#104D31 color RGB value is (16,77,49).

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

RGB channels and saturation

R 16 of 255 = 6%
G 77 of 255 = 30%
B 49 of 255 = 19%

16
77
49

R + G + B ~ 18%. #104D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 77 + 49 = 142 (100%)
R 16 of 142 ~ 11.27%
G 77 of 142 ~ 54.23%
B 49 of 142 ~ 34.51%

%11.27
%54.23
%34.51

CMYK color model

#104D31 color CMYK value is (79,0,36,70).

  • cyan value is 79.22%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 69.80%
CMYK:
(79,0,36,70)
C79M0Y36K70 
(79%,0%,36%,70%)
(0.79/0.00/0.36/0.70)	

CMYK percentages

%79.22
%0
%36.36
%69.8

Codes

Color #104D31 in popluar color models

104D31
RGB167749
HSL152°65.59%18.24%
HSB/HSV152°79.22%30.20%
CMYK79.22%0.00%36.36%
69.80%

Color #104D31 in popluar number systems.

HEX104D31
Decimal167749
Binary100001001101110001
Octal2011561

Shades and tints

Shades of #104D31

#104D31
(16,77,49)
#0F462D
(15,70,45)
#0E3F29
(14,63,41)
#0D3825
(13,56,37)
#0C3121
(12,49,33)
#0B2A1D
(11,42,29)
#0A2319
(10,35,25)
#091C15
(9,28,21)
#081511
(8,21,17)
#070E0D
(7,14,13)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #104D31

#104D31
(16,77,49)
#255D43
(37,93,67)
#3A6D55
(58,109,85)
#4F7D67
(79,125,103)
#648D79
(100,141,121)
#799D8B
(121,157,139)
#8EAD9D
(142,173,157)
#A3BDAF
(163,189,175)
#B8CDC1
(184,205,193)
#CDDDD3
(205,221,211)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104D31; }

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

This text font color is #104D31.


Background Color

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

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

This div background color is #104D31.


Border color

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

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

This div border color is #104D31.


Opacity

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

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

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

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

This text has shadow with #104D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104D31 on black background.


Color preview on white background

This text has color #104D31 on white background.



Black color preview on #104D31 background

This text has black color on #104D31 background.


White color preview on #104D31 background

This text has white color on #104D31 background.