COLOR #1C7A4E

HEX: #1C7A4E
RGB: (28,122,78)

Color info

#1C7A4E contains mainly green and blue colors. Web safe color of #1C7A4E is #336666 (or #366).

RGB color model

#1C7A4E color RGB value is (28,122,78).

  • red value is 28;
  • green value is 122;
  • blue value is 78.
RGB:
(28,122,78)
(11%,48%,31%)

RGB channels and saturation

R 28 of 255 = 11%
G 122 of 255 = 48%
B 78 of 255 = 31%

28
122
78

R + G + B ~ 30%. #1C7A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 122 + 78 = 228 (100%)
R 28 of 228 ~ 12.28%
G 122 of 228 ~ 53.51%
B 78 of 228 ~ 34.21%

%12.28
%53.51
%34.21

CMYK color model

#1C7A4E color CMYK value is (77,0,36,52).

  • cyan value is 77.05%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(77,0,36,52)
C77M0Y36K52 
(77%,0%,36%,52%)
(0.77/0.00/0.36/0.52)	

CMYK percentages

%77.05
%0
%36.07
%52.16

Codes

Color #1C7A4E in popluar color models

1C7A4E
RGB2812278
HSL152°62.67%29.41%
HSB/HSV152°77.05%47.84%
CMYK77.05%0.00%36.07%
52.16%

Color #1C7A4E in popluar number systems.

HEX1C7A4E
Decimal2812278
Binary1110011110101001110
Octal34172116

Shades and tints

Shades of #1C7A4E

#1C7A4E
(28,122,78)
#1A6F47
(26,111,71)
#186440
(24,100,64)
#165939
(22,89,57)
#144E32
(20,78,50)
#12432B
(18,67,43)
#103824
(16,56,36)
#0E2D1D
(14,45,29)
#0C2216
(12,34,22)
#0A170F
(10,23,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #1C7A4E

#1C7A4E
(28,122,78)
#30865E
(48,134,94)
#44926E
(68,146,110)
#589E7E
(88,158,126)
#6CAA8E
(108,170,142)
#80B69E
(128,182,158)
#94C2AE
(148,194,174)
#A8CEBE
(168,206,190)
#BCDACE
(188,218,206)
#D0E6DE
(208,230,222)
#E4F2EE
(228,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7A4E color. Also use rgb(28,122,78) instead hex code.

Text Font Color

.myTextColor { color: #1C7A4E; }

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

This text font color is #1C7A4E.


Background Color

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

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

This div background color is #1C7A4E.


Border color

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

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

This div border color is #1C7A4E.


Opacity

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

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

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

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

This text has shadow with #1C7A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7A4E on black background.


Color preview on white background

This text has color #1C7A4E on white background.



Black color preview on #1C7A4E background

This text has black color on #1C7A4E background.


White color preview on #1C7A4E background

This text has white color on #1C7A4E background.