COLOR #1C9347

HEX: #1C9347 RGB: (28,147,71)

Color info

#1C9347 contains mainly green color. Web safe color of #1C9347 is #339933 (or #393).

RGB color model

#1C9347 color RGB value is (28,147,71).

RGB: (28,147,71) (11%, 58%, 28%)

RGB channels and saturation

R 28 of 255 = 11%
G 147 of 255 = 58%
B 71 of 255 = 28%

28
147
71

R + G + B ~ 32%. #1C9347 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 147 + 71 = 246 (100%)
R 28 of 246 ~ 11.38%
G 147 of 246 ~ 59.76%
B 71 of 246 ~ 28.86'%

%11.38
%59.76
%28.86

CMYK color model

#1C9347 color CMYK value is (81,0,52,42).

  • cyan value is 80.95%
  • magenta value is 0.00%
  • yellow value is 51.70%
  • key color value is 42.35%

CMYK: (81,0,52,42)
C81M0Y52K42 (81%, 0%, 52%, 42%)
(0.81 / 0.00 / 0.52 / 0.42)

CMYK percentages

%80.95
%0
%51.7
%42.35

Codes

Color #1C9347 in popluar color models

1C 93 47
RGB 28 147 71
HSL 142° 68.00% 34.31%
HSB/HSV 142° 80.95% 57.65%
CMYK 80.95% 0.00% 51.70%
42.35%

Color #1C9347 in popluar number systems.

HEX 1C 93 47
Decimal 28 147 71
Binary 11100 10010011 1000111
Octal 34 223 107

Shades and tints

Shades of #1C9347

#1C9347
(28,147,71)
#1A8641
(26,134,65)
#18793B
(24,121,59)
#166C35
(22,108,53)
#145F2F
(20,95,47)
#125229
(18,82,41)
#104523
(16,69,35)
#0E381D
(14,56,29)
#0C2B17
(12,43,23)
#0A1E11
(10,30,17)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #1C9347

#1C9347
(28,147,71)
#309C57
(48,156,87)
#44A567
(68,165,103)
#58AE77
(88,174,119)
#6CB787
(108,183,135)
#80C097
(128,192,151)
#94C9A7
(148,201,167)
#A8D2B7
(168,210,183)
#BCDBC7
(188,219,199)
#D0E4D7
(208,228,215)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C9347 color. Also use rgb(28,147,71) instead hex code.

Text Font Color

.myTextColor { color: #1C9347; }

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

This text font color is #1C9347.

Background Color

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

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

This div background color is #1C9347.

Border color

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

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

This div border color is #1C9347.

Opacity

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

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

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

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

This text has shadow with #1C9347 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C9347.

Preview

Color preview on black background

This text has color #1C9347 on black background.


Color preview on white background

This text has color #1C9347 on white background.


Black color preview on #1C9347 background

This text has black color on #1C9347 background.


White color preview on #1C9347 background

This text has white color on #1C9347 background.


Related colors

Complementary color

Complementary color for #hex is #E36CB8.


I love getcolorcode.com

Triadic colors

1 #471C93 and #93471C with #1C9347 are triadic colors.

2 #47931C and #931C47 with #1C9347 are triadic colors.