COLOR #1C874C

HEX: #1C874C RGB: (28,135,76)

Color info

#1C874C contains mainly green and blue colors. Web safe color of #1C874C is #339933 (or #393).

RGB color model

#1C874C color RGB value is (28,135,76).

RGB: (28,135,76) (11%, 53%, 30%)

RGB channels and saturation

R 28 of 255 = 11%
G 135 of 255 = 53%
B 76 of 255 = 30%

28
135
76

R + G + B ~ 31%. #1C874C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 135 + 76 = 239 (100%)
R 28 of 239 ~ 11.72%
G 135 of 239 ~ 56.49%
B 76 of 239 ~ 31.8'%

%11.72
%56.49
%31.8

CMYK color model

#1C874C color CMYK value is (79,0,44,47).

  • cyan value is 79.26%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 47.06%

CMYK: (79,0,44,47)
C79M0Y44K47 (79%, 0%, 44%, 47%)
(0.79 / 0.00 / 0.44 / 0.47)

CMYK percentages

%79.26
%0
%43.7
%47.06

Codes

Color #1C874C in popluar color models

1C 87 4C
RGB 28 135 76
HSL 147° 65.64% 31.96%
HSB/HSV 147° 79.26% 52.94%
CMYK 79.26% 0.00% 43.70%
47.06%

Color #1C874C in popluar number systems.

HEX 1C 87 4C
Decimal 28 135 76
Binary 11100 10000111 1001100
Octal 34 207 114

Shades and tints

Shades of #1C874C

#1C874C
(28,135,76)
#1A7B46
(26,123,70)
#186F40
(24,111,64)
#16633A
(22,99,58)
#145734
(20,87,52)
#124B2E
(18,75,46)
#103F28
(16,63,40)
#0E3322
(14,51,34)
#0C271C
(12,39,28)
#0A1B16
(10,27,22)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #1C874C

#1C874C
(28,135,76)
#30915C
(48,145,92)
#449B6C
(68,155,108)
#58A57C
(88,165,124)
#6CAF8C
(108,175,140)
#80B99C
(128,185,156)
#94C3AC
(148,195,172)
#A8CDBC
(168,205,188)
#BCD7CC
(188,215,204)
#D0E1DC
(208,225,220)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C874C color. Also use rgb(28,135,76) instead hex code.

Text Font Color

.myTextColor { color: #1C874C; }

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

This text font color is #1C874C.

Background Color

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

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

This div background color is #1C874C.

Border color

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

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

This div border color is #1C874C.

Opacity

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

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

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

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

This text has shadow with #1C874C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C874C.

Preview

Color preview on black background

This text has color #1C874C on black background.


Color preview on white background

This text has color #1C874C on white background.


Black color preview on #1C874C background

This text has black color on #1C874C background.


White color preview on #1C874C background

This text has white color on #1C874C background.


Related colors

Complementary color

Complementary color for #hex is #E378B3.


I love getcolorcode.com

Triadic colors

1 #4C1C87 and #874C1C with #1C874C are triadic colors.

2 #4C871C and #871C4C with #1C874C are triadic colors.