COLOR #1C7449

HEX: #1C7449
RGB: (28,116,73)

Color info

#1C7449 contains mainly green and blue colors. Web safe color of #1C7449 is #336633 (or #363).

RGB color model

#1C7449 color RGB value is (28,116,73).

  • red value is 28;
  • green value is 116;
  • blue value is 73.
RGB:
(28,116,73)
(11%,45%,29%)

RGB channels and saturation

R 28 of 255 = 11%
G 116 of 255 = 45%
B 73 of 255 = 29%

28
116
73

R + G + B ~ 28%. #1C7449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 116 + 73 = 217 (100%)
R 28 of 217 ~ 12.9%
G 116 of 217 ~ 53.46%
B 73 of 217 ~ 33.64%

%12.9
%53.46
%33.64

CMYK color model

#1C7449 color CMYK value is (76,0,37,55).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(76,0,37,55)
C76M0Y37K55 
(76%,0%,37%,55%)
(0.76/0.00/0.37/0.55)	

CMYK percentages

%75.86
%0
%37.07
%54.51

Codes

Color #1C7449 in popluar color models

1C7449
RGB2811673
HSL151°61.11%28.24%
HSB/HSV151°75.86%45.49%
CMYK75.86%0.00%37.07%
54.51%

Color #1C7449 in popluar number systems.

HEX1C7449
Decimal2811673
Binary1110011101001001001
Octal34164111

Shades and tints

Shades of #1C7449

#1C7449
(28,116,73)
#1A6A43
(26,106,67)
#18603D
(24,96,61)
#165637
(22,86,55)
#144C31
(20,76,49)
#12422B
(18,66,43)
#103825
(16,56,37)
#0E2E1F
(14,46,31)
#0C2419
(12,36,25)
#0A1A13
(10,26,19)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #1C7449

#1C7449
(28,116,73)
#308059
(48,128,89)
#448C69
(68,140,105)
#589879
(88,152,121)
#6CA489
(108,164,137)
#80B099
(128,176,153)
#94BCA9
(148,188,169)
#A8C8B9
(168,200,185)
#BCD4C9
(188,212,201)
#D0E0D9
(208,224,217)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7449 color. Also use rgb(28,116,73) instead hex code.

Text Font Color

.myTextColor { color: #1C7449; }

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

This text font color is #1C7449.


Background Color

.myBgColor { background-color: #1C7449; }

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

This div background color is #1C7449.


Border color

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

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

This div border color is #1C7449.


Opacity

.myOpacity80 { color: #1C7449; opacity: 0.8; }

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

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

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

This text has shadow with #1C7449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7449 on black background.


Color preview on white background

This text has color #1C7449 on white background.



Black color preview on #1C7449 background

This text has black color on #1C7449 background.


White color preview on #1C7449 background

This text has white color on #1C7449 background.