COLOR #1C7F1B

HEX: #1C7F1B
RGB: (28,127,27)

Color info

#1C7F1B contains mainly green color. Web safe color of #1C7F1B is #336633 (or #363).

RGB color model

#1C7F1B color RGB value is (28,127,27).

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

RGB channels and saturation

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

28
127
27

R + G + B ~ 24%. #1C7F1B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 127 + 27 = 182 (100%)
R 28 of 182 ~ 15.38%
G 127 of 182 ~ 69.78%
B 27 of 182 ~ 14.84%

%15.38
%69.78
%14.84

CMYK color model

#1C7F1B color CMYK value is (78,0,79,50).

  • cyan value is 77.95%
  • magenta value is 0.00%
  • yellow value is 78.74%
  • key color value is 50.20%
CMYK:
(78,0,79,50)
C78M0Y79K50 
(78%,0%,79%,50%)
(0.78/0.00/0.79/0.50)	

CMYK percentages

%77.95
%0
%78.74
%50.2

Codes

Color #1C7F1B in popluar color models

1C7F1B
RGB2812727
HSL119°64.94%30.20%
HSB/HSV119°78.74%49.80%
CMYK77.95%0.00%78.74%
50.20%

Color #1C7F1B in popluar number systems.

HEX1C7F1B
Decimal2812727
Binary11100111111111011
Octal3417733

Shades and tints

Shades of #1C7F1B

#1C7F1B
(28,127,27)
#1A7419
(26,116,25)
#186917
(24,105,23)
#165E15
(22,94,21)
#145313
(20,83,19)
#124811
(18,72,17)
#103D0F
(16,61,15)
#0E320D
(14,50,13)
#0C270B
(12,39,11)
#0A1C09
(10,28,9)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #1C7F1B

#1C7F1B
(28,127,27)
#308A2F
(48,138,47)
#449543
(68,149,67)
#58A057
(88,160,87)
#6CAB6B
(108,171,107)
#80B67F
(128,182,127)
#94C193
(148,193,147)
#A8CCA7
(168,204,167)
#BCD7BB
(188,215,187)
#D0E2CF
(208,226,207)
#E4EDE3
(228,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7F1B; }

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

This text font color is #1C7F1B.


Background Color

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

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

This div background color is #1C7F1B.


Border color

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

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

This div border color is #1C7F1B.


Opacity

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

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

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

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

This text has shadow with #1C7F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7F1B on black background.


Color preview on white background

This text has color #1C7F1B on white background.



Black color preview on #1C7F1B background

This text has black color on #1C7F1B background.


White color preview on #1C7F1B background

This text has white color on #1C7F1B background.