COLOR #1C6957

HEX: #1C6957
RGB: (28,105,87)

Color info

#1C6957 contains mainly green and blue colors. Web safe color of #1C6957 is #336666 (or #366).

RGB color model

#1C6957 color RGB value is (28,105,87).

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

RGB channels and saturation

R 28 of 255 = 11%
G 105 of 255 = 41%
B 87 of 255 = 34%

28
105
87

R + G + B ~ 29%. #1C6957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 105 + 87 = 220 (100%)
R 28 of 220 ~ 12.73%
G 105 of 220 ~ 47.73%
B 87 of 220 ~ 39.55%

%12.73
%47.73
%39.55

CMYK color model

#1C6957 color CMYK value is (73,0,17,59).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 58.82%
CMYK:
(73,0,17,59)
C73M0Y17K59 
(73%,0%,17%,59%)
(0.73/0.00/0.17/0.59)	

CMYK percentages

%73.33
%0
%17.14
%58.82

Codes

Color #1C6957 in popluar color models

1C6957
RGB2810587
HSL166°57.89%26.08%
HSB/HSV166°73.33%41.18%
CMYK73.33%0.00%17.14%
58.82%

Color #1C6957 in popluar number systems.

HEX1C6957
Decimal2810587
Binary1110011010011010111
Octal34151127

Shades and tints

Shades of #1C6957

#1C6957
(28,105,87)
#1A6050
(26,96,80)
#185749
(24,87,73)
#164E42
(22,78,66)
#14453B
(20,69,59)
#123C34
(18,60,52)
#10332D
(16,51,45)
#0E2A26
(14,42,38)
#0C211F
(12,33,31)
#0A1818
(10,24,24)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #1C6957

#1C6957
(28,105,87)
#307666
(48,118,102)
#448375
(68,131,117)
#589084
(88,144,132)
#6C9D93
(108,157,147)
#80AAA2
(128,170,162)
#94B7B1
(148,183,177)
#A8C4C0
(168,196,192)
#BCD1CF
(188,209,207)
#D0DEDE
(208,222,222)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6957; }

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

This text font color is #1C6957.


Background Color

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

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

This div background color is #1C6957.


Border color

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

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

This div border color is #1C6957.


Opacity

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

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

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

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

This text has shadow with #1C6957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6957 on black background.


Color preview on white background

This text has color #1C6957 on white background.



Black color preview on #1C6957 background

This text has black color on #1C6957 background.


White color preview on #1C6957 background

This text has white color on #1C6957 background.