COLOR #1C6947

HEX: #1C6947
RGB: (28,105,71)

Color info

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

RGB color model

#1C6947 color RGB value is (28,105,71).

  • red value is 28;
  • green value is 105;
  • blue value is 71.
RGB:
(28,105,71)
(11%,41%,28%)

RGB channels and saturation

R 28 of 255 = 11%
G 105 of 255 = 41%
B 71 of 255 = 28%

28
105
71

R + G + B ~ 27%. #1C6947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 105 + 71 = 204 (100%)
R 28 of 204 ~ 13.73%
G 105 of 204 ~ 51.47%
B 71 of 204 ~ 34.8%

%13.73
%51.47
%34.8

CMYK color model

#1C6947 color CMYK value is (73,0,32,59).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(73,0,32,59)
C73M0Y32K59 
(73%,0%,32%,59%)
(0.73/0.00/0.32/0.59)	

CMYK percentages

%73.33
%0
%32.38
%58.82

Codes

Color #1C6947 in popluar color models

1C6947
RGB2810571
HSL154°57.89%26.08%
HSB/HSV154°73.33%41.18%
CMYK73.33%0.00%32.38%
58.82%

Color #1C6947 in popluar number systems.

HEX1C6947
Decimal2810571
Binary1110011010011000111
Octal34151107

Shades and tints

Shades of #1C6947

#1C6947
(28,105,71)
#1A6041
(26,96,65)
#18573B
(24,87,59)
#164E35
(22,78,53)
#14452F
(20,69,47)
#123C29
(18,60,41)
#103323
(16,51,35)
#0E2A1D
(14,42,29)
#0C2117
(12,33,23)
#0A1811
(10,24,17)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #1C6947

#1C6947
(28,105,71)
#307657
(48,118,87)
#448367
(68,131,103)
#589077
(88,144,119)
#6C9D87
(108,157,135)
#80AA97
(128,170,151)
#94B7A7
(148,183,167)
#A8C4B7
(168,196,183)
#BCD1C7
(188,209,199)
#D0DED7
(208,222,215)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6947 color. Also use rgb(28,105,71) instead hex code.

Text Font Color

.myTextColor { color: #1C6947; }

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

This text font color is #1C6947.


Background Color

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

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

This div background color is #1C6947.


Border color

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

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

This div border color is #1C6947.


Opacity

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

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

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

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

This text has shadow with #1C6947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6947 on black background.


Color preview on white background

This text has color #1C6947 on white background.



Black color preview on #1C6947 background

This text has black color on #1C6947 background.


White color preview on #1C6947 background

This text has white color on #1C6947 background.