COLOR #104C31

HEX: #104C31
RGB: (16,76,49)

Color info

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

RGB color model

#104C31 color RGB value is (16,76,49).

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

RGB channels and saturation

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

16
76
49

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

Portions of RGB colors in percentages

R + G + B =
16 + 76 + 49 = 141 (100%)
R 16 of 141 ~ 11.35%
G 76 of 141 ~ 53.9%
B 49 of 141 ~ 34.75%

%11.35
%53.9
%34.75

CMYK color model

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

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

CMYK percentages

%78.95
%0
%35.53
%70.2

Codes

Color #104C31 in popluar color models

104C31
RGB167649
HSL153°65.22%18.04%
HSB/HSV153°78.95%29.80%
CMYK78.95%0.00%35.53%
70.20%

Color #104C31 in popluar number systems.

HEX104C31
Decimal167649
Binary100001001100110001
Octal2011461

Shades and tints

Shades of #104C31

#104C31
(16,76,49)
#0F462D
(15,70,45)
#0E4029
(14,64,41)
#0D3A25
(13,58,37)
#0C3421
(12,52,33)
#0B2E1D
(11,46,29)
#0A2819
(10,40,25)
#092215
(9,34,21)
#081C11
(8,28,17)
#07160D
(7,22,13)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #104C31

#104C31
(16,76,49)
#255C43
(37,92,67)
#3A6C55
(58,108,85)
#4F7C67
(79,124,103)
#648C79
(100,140,121)
#799C8B
(121,156,139)
#8EAC9D
(142,172,157)
#A3BCAF
(163,188,175)
#B8CCC1
(184,204,193)
#CDDCD3
(205,220,211)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104C31; }

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

This text font color is #104C31.


Background Color

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

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

This div background color is #104C31.


Border color

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

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

This div border color is #104C31.


Opacity

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

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

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

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

This text has shadow with #104C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104C31 on black background.


Color preview on white background

This text has color #104C31 on white background.



Black color preview on #104C31 background

This text has black color on #104C31 background.


White color preview on #104C31 background

This text has white color on #104C31 background.