COLOR #1C895A

HEX: #1C895A
RGB: (28,137,90)

Color info

#1C895A contains mainly green and blue colors. Web safe color of #1C895A is #339966 (or #396).

RGB color model

#1C895A color RGB value is (28,137,90).

  • red value is 28;
  • green value is 137;
  • blue value is 90.
RGB:
(28,137,90)
(11%,54%,35%)

RGB channels and saturation

R 28 of 255 = 11%
G 137 of 255 = 54%
B 90 of 255 = 35%

28
137
90

R + G + B ~ 33%. #1C895A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 137 + 90 = 255 (100%)
R 28 of 255 ~ 10.98%
G 137 of 255 ~ 53.73%
B 90 of 255 ~ 35.29%

%10.98
%53.73
%35.29

CMYK color model

#1C895A color CMYK value is (80,0,34,46).

  • cyan value is 79.56%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(80,0,34,46)
C80M0Y34K46 
(80%,0%,34%,46%)
(0.80/0.00/0.34/0.46)	

CMYK percentages

%79.56
%0
%34.31
%46.27

Codes

Color #1C895A in popluar color models

1C895A
RGB2813790
HSL154°66.06%32.35%
HSB/HSV154°79.56%53.73%
CMYK79.56%0.00%34.31%
46.27%

Color #1C895A in popluar number systems.

HEX1C895A
Decimal2813790
Binary11100100010011011010
Octal34211132

Shades and tints

Shades of #1C895A

#1C895A
(28,137,90)
#1A7D52
(26,125,82)
#18714A
(24,113,74)
#166542
(22,101,66)
#14593A
(20,89,58)
#124D32
(18,77,50)
#10412A
(16,65,42)
#0E3522
(14,53,34)
#0C291A
(12,41,26)
#0A1D12
(10,29,18)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #1C895A

#1C895A
(28,137,90)
#309369
(48,147,105)
#449D78
(68,157,120)
#58A787
(88,167,135)
#6CB196
(108,177,150)
#80BBA5
(128,187,165)
#94C5B4
(148,197,180)
#A8CFC3
(168,207,195)
#BCD9D2
(188,217,210)
#D0E3E1
(208,227,225)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C895A color. Also use rgb(28,137,90) instead hex code.

Text Font Color

.myTextColor { color: #1C895A; }

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

This text font color is #1C895A.


Background Color

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

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

This div background color is #1C895A.


Border color

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

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

This div border color is #1C895A.


Opacity

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

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

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

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

This text has shadow with #1C895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C895A on black background.


Color preview on white background

This text has color #1C895A on white background.



Black color preview on #1C895A background

This text has black color on #1C895A background.


White color preview on #1C895A background

This text has white color on #1C895A background.