COLOR #1C7F46

HEX: #1C7F46
RGB: (28,127,70)

Color info

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

RGB color model

#1C7F46 color RGB value is (28,127,70).

  • red value is 28;
  • green value is 127;
  • blue value is 70.
RGB:
(28,127,70)
(11%,50%,27%)

RGB channels and saturation

R 28 of 255 = 11%
G 127 of 255 = 50%
B 70 of 255 = 27%

28
127
70

R + G + B ~ 29%. #1C7F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 127 + 70 = 225 (100%)
R 28 of 225 ~ 12.44%
G 127 of 225 ~ 56.44%
B 70 of 225 ~ 31.11%

%12.44
%56.44
%31.11

CMYK color model

#1C7F46 color CMYK value is (78,0,45,50).

  • cyan value is 77.95%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(78,0,45,50)
C78M0Y45K50 
(78%,0%,45%,50%)
(0.78/0.00/0.45/0.50)	

CMYK percentages

%77.95
%0
%44.88
%50.2

Codes

Color #1C7F46 in popluar color models

1C7F46
RGB2812770
HSL145°63.87%30.39%
HSB/HSV145°77.95%49.80%
CMYK77.95%0.00%44.88%
50.20%

Color #1C7F46 in popluar number systems.

HEX1C7F46
Decimal2812770
Binary1110011111111000110
Octal34177106

Shades and tints

Shades of #1C7F46

#1C7F46
(28,127,70)
#1A7440
(26,116,64)
#18693A
(24,105,58)
#165E34
(22,94,52)
#14532E
(20,83,46)
#124828
(18,72,40)
#103D22
(16,61,34)
#0E321C
(14,50,28)
#0C2716
(12,39,22)
#0A1C10
(10,28,16)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #1C7F46

#1C7F46
(28,127,70)
#308A56
(48,138,86)
#449566
(68,149,102)
#58A076
(88,160,118)
#6CAB86
(108,171,134)
#80B696
(128,182,150)
#94C1A6
(148,193,166)
#A8CCB6
(168,204,182)
#BCD7C6
(188,215,198)
#D0E2D6
(208,226,214)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7F46 color. Also use rgb(28,127,70) instead hex code.

Text Font Color

.myTextColor { color: #1C7F46; }

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

This text font color is #1C7F46.


Background Color

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

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

This div background color is #1C7F46.


Border color

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

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

This div border color is #1C7F46.


Opacity

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

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

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

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

This text has shadow with #1C7F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7F46 on black background.


Color preview on white background

This text has color #1C7F46 on white background.



Black color preview on #1C7F46 background

This text has black color on #1C7F46 background.


White color preview on #1C7F46 background

This text has white color on #1C7F46 background.