COLOR #1C7F4B

HEX: #1C7F4B
RGB: (28,127,75)

Color info

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

RGB color model

#1C7F4B color RGB value is (28,127,75).

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

RGB channels and saturation

R 28 of 255 = 11%
G 127 of 255 = 50%
B 75 of 255 = 29%

28
127
75

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

Portions of RGB colors in percentages

R + G + B =
28 + 127 + 75 = 230 (100%)
R 28 of 230 ~ 12.17%
G 127 of 230 ~ 55.22%
B 75 of 230 ~ 32.61%

%12.17
%55.22
%32.61

CMYK color model

#1C7F4B color CMYK value is (78,0,41,50).

  • cyan value is 77.95%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(78,0,41,50)
C78M0Y41K50 
(78%,0%,41%,50%)
(0.78/0.00/0.41/0.50)	

CMYK percentages

%77.95
%0
%40.94
%50.2

Codes

Color #1C7F4B in popluar color models

1C7F4B
RGB2812775
HSL148°63.87%30.39%
HSB/HSV148°77.95%49.80%
CMYK77.95%0.00%40.94%
50.20%

Color #1C7F4B in popluar number systems.

HEX1C7F4B
Decimal2812775
Binary1110011111111001011
Octal34177113

Shades and tints

Shades of #1C7F4B

#1C7F4B
(28,127,75)
#1A7445
(26,116,69)
#18693F
(24,105,63)
#165E39
(22,94,57)
#145333
(20,83,51)
#12482D
(18,72,45)
#103D27
(16,61,39)
#0E3221
(14,50,33)
#0C271B
(12,39,27)
#0A1C15
(10,28,21)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #1C7F4B

#1C7F4B
(28,127,75)
#308A5B
(48,138,91)
#44956B
(68,149,107)
#58A07B
(88,160,123)
#6CAB8B
(108,171,139)
#80B69B
(128,182,155)
#94C1AB
(148,193,171)
#A8CCBB
(168,204,187)
#BCD7CB
(188,215,203)
#D0E2DB
(208,226,219)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7F4B; }

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

This text font color is #1C7F4B.


Background Color

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

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

This div background color is #1C7F4B.


Border color

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

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

This div border color is #1C7F4B.


Opacity

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

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

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

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

This text has shadow with #1C7F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7F4B on black background.


Color preview on white background

This text has color #1C7F4B on white background.



Black color preview on #1C7F4B background

This text has black color on #1C7F4B background.


White color preview on #1C7F4B background

This text has white color on #1C7F4B background.