COLOR #1C9C48

HEX: #1C9C48
RGB: (28,156,72)

Color info

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

RGB color model

#1C9C48 color RGB value is (28,156,72).

  • red value is 28;
  • green value is 156;
  • blue value is 72.
RGB:
(28,156,72)
(11%,61%,28%)

RGB channels and saturation

R 28 of 255 = 11%
G 156 of 255 = 61%
B 72 of 255 = 28%

28
156
72

R + G + B ~ 33%. #1C9C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 156 + 72 = 256 (100%)
R 28 of 256 ~ 10.94%
G 156 of 256 ~ 60.94%
B 72 of 256 ~ 28.13%

%10.94
%60.94
%28.13

CMYK color model

#1C9C48 color CMYK value is (82,0,54,39).

  • cyan value is 82.05%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 38.82%
CMYK:
(82,0,54,39)
C82M0Y54K39 
(82%,0%,54%,39%)
(0.82/0.00/0.54/0.39)	

CMYK percentages

%82.05
%0
%53.85
%38.82

Codes

Color #1C9C48 in popluar color models

1C9C48
RGB2815672
HSL141°69.57%36.08%
HSB/HSV141°82.05%61.18%
CMYK82.05%0.00%53.85%
38.82%

Color #1C9C48 in popluar number systems.

HEX1C9C48
Decimal2815672
Binary11100100111001001000
Octal34234110

Shades and tints

Shades of #1C9C48

#1C9C48
(28,156,72)
#1A8E42
(26,142,66)
#18803C
(24,128,60)
#167236
(22,114,54)
#146430
(20,100,48)
#12562A
(18,86,42)
#104824
(16,72,36)
#0E3A1E
(14,58,30)
#0C2C18
(12,44,24)
#0A1E12
(10,30,18)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #1C9C48

#1C9C48
(28,156,72)
#30A558
(48,165,88)
#44AE68
(68,174,104)
#58B778
(88,183,120)
#6CC088
(108,192,136)
#80C998
(128,201,152)
#94D2A8
(148,210,168)
#A8DBB8
(168,219,184)
#BCE4C8
(188,228,200)
#D0EDD8
(208,237,216)
#E4F6E8
(228,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C9C48 color. Also use rgb(28,156,72) instead hex code.

Text Font Color

.myTextColor { color: #1C9C48; }

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

This text font color is #1C9C48.


Background Color

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

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

This div background color is #1C9C48.


Border color

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

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

This div border color is #1C9C48.


Opacity

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

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

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

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

This text has shadow with #1C9C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C9C48 on black background.


Color preview on white background

This text has color #1C9C48 on white background.



Black color preview on #1C9C48 background

This text has black color on #1C9C48 background.


White color preview on #1C9C48 background

This text has white color on #1C9C48 background.