COLOR #1C704A

HEX: #1C704A
RGB: (28,112,74)

Color info

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

RGB color model

#1C704A color RGB value is (28,112,74).

  • red value is 28;
  • green value is 112;
  • blue value is 74.
RGB:
(28,112,74)
(11%,44%,29%)

RGB channels and saturation

R 28 of 255 = 11%
G 112 of 255 = 44%
B 74 of 255 = 29%

28
112
74

R + G + B ~ 28%. #1C704A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 112 + 74 = 214 (100%)
R 28 of 214 ~ 13.08%
G 112 of 214 ~ 52.34%
B 74 of 214 ~ 34.58%

%13.08
%52.34
%34.58

CMYK color model

#1C704A color CMYK value is (75,0,34,56).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(75,0,34,56)
C75M0Y34K56 
(75%,0%,34%,56%)
(0.75/0.00/0.34/0.56)	

CMYK percentages

%75
%0
%33.93
%56.08

Codes

Color #1C704A in popluar color models

1C704A
RGB2811274
HSL153°60.00%27.45%
HSB/HSV153°75.00%43.92%
CMYK75.00%0.00%33.93%
56.08%

Color #1C704A in popluar number systems.

HEX1C704A
Decimal2811274
Binary1110011100001001010
Octal34160112

Shades and tints

Shades of #1C704A

#1C704A
(28,112,74)
#1A6644
(26,102,68)
#185C3E
(24,92,62)
#165238
(22,82,56)
#144832
(20,72,50)
#123E2C
(18,62,44)
#103426
(16,52,38)
#0E2A20
(14,42,32)
#0C201A
(12,32,26)
#0A1614
(10,22,20)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #1C704A

#1C704A
(28,112,74)
#307D5A
(48,125,90)
#448A6A
(68,138,106)
#58977A
(88,151,122)
#6CA48A
(108,164,138)
#80B19A
(128,177,154)
#94BEAA
(148,190,170)
#A8CBBA
(168,203,186)
#BCD8CA
(188,216,202)
#D0E5DA
(208,229,218)
#E4F2EA
(228,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C704A color. Also use rgb(28,112,74) instead hex code.

Text Font Color

.myTextColor { color: #1C704A; }

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

This text font color is #1C704A.


Background Color

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

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

This div background color is #1C704A.


Border color

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

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

This div border color is #1C704A.


Opacity

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

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

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

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

This text has shadow with #1C704A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C704A on black background.


Color preview on white background

This text has color #1C704A on white background.



Black color preview on #1C704A background

This text has black color on #1C704A background.


White color preview on #1C704A background

This text has white color on #1C704A background.