COLOR #1C7331

HEX: #1C7331
RGB: (28,115,49)

Color info

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

RGB color model

#1C7331 color RGB value is (28,115,49).

  • red value is 28;
  • green value is 115;
  • blue value is 49.
RGB:
(28,115,49)
(11%,45%,19%)

RGB channels and saturation

R 28 of 255 = 11%
G 115 of 255 = 45%
B 49 of 255 = 19%

28
115
49

R + G + B ~ 25%. #1C7331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 115 + 49 = 192 (100%)
R 28 of 192 ~ 14.58%
G 115 of 192 ~ 59.9%
B 49 of 192 ~ 25.52%

%14.58
%59.9
%25.52

CMYK color model

#1C7331 color CMYK value is (76,0,57,55).

  • cyan value is 75.65%
  • magenta value is 0.00%
  • yellow value is 57.39%
  • key color value is 54.90%
CMYK:
(76,0,57,55)
C76M0Y57K55 
(76%,0%,57%,55%)
(0.76/0.00/0.57/0.55)	

CMYK percentages

%75.65
%0
%57.39
%54.9

Codes

Color #1C7331 in popluar color models

1C7331
RGB2811549
HSL134°60.84%28.04%
HSB/HSV134°75.65%45.10%
CMYK75.65%0.00%57.39%
54.90%

Color #1C7331 in popluar number systems.

HEX1C7331
Decimal2811549
Binary111001110011110001
Octal3416361

Shades and tints

Shades of #1C7331

#1C7331
(28,115,49)
#1A692D
(26,105,45)
#185F29
(24,95,41)
#165525
(22,85,37)
#144B21
(20,75,33)
#12411D
(18,65,29)
#103719
(16,55,25)
#0E2D15
(14,45,21)
#0C2311
(12,35,17)
#0A190D
(10,25,13)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #1C7331

#1C7331
(28,115,49)
#307F43
(48,127,67)
#448B55
(68,139,85)
#589767
(88,151,103)
#6CA379
(108,163,121)
#80AF8B
(128,175,139)
#94BB9D
(148,187,157)
#A8C7AF
(168,199,175)
#BCD3C1
(188,211,193)
#D0DFD3
(208,223,211)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7331 color. Also use rgb(28,115,49) instead hex code.

Text Font Color

.myTextColor { color: #1C7331; }

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

This text font color is #1C7331.


Background Color

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

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

This div background color is #1C7331.


Border color

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

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

This div border color is #1C7331.


Opacity

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

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

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

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

This text has shadow with #1C7331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7331 on black background.


Color preview on white background

This text has color #1C7331 on white background.



Black color preview on #1C7331 background

This text has black color on #1C7331 background.


White color preview on #1C7331 background

This text has white color on #1C7331 background.