COLOR #1C5957

HEX: #1C5957
RGB: (28,89,87)

Color info

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

RGB color model

#1C5957 color RGB value is (28,89,87).

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

RGB channels and saturation

R 28 of 255 = 11%
G 89 of 255 = 35%
B 87 of 255 = 34%

28
89
87

R + G + B ~ 27%. #1C5957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 89 + 87 = 204 (100%)
R 28 of 204 ~ 13.73%
G 89 of 204 ~ 43.63%
B 87 of 204 ~ 42.65%

%13.73
%43.63
%42.65

CMYK color model

#1C5957 color CMYK value is (69,0,2,65).

  • cyan value is 68.54%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 65.10%
CMYK:
(69,0,2,65)
C69M0Y2K65 
(69%,0%,2%,65%)
(0.69/0.00/0.02/0.65)	

CMYK percentages

%68.54
%0
%2.25
%65.1

Codes

Color #1C5957 in popluar color models

1C5957
RGB288987
HSL178°52.14%22.94%
HSB/HSV178°68.54%34.90%
CMYK68.54%0.00%2.25%
65.10%

Color #1C5957 in popluar number systems.

HEX1C5957
Decimal288987
Binary1110010110011010111
Octal34131127

Shades and tints

Shades of #1C5957

#1C5957
(28,89,87)
#1A5150
(26,81,80)
#184949
(24,73,73)
#164142
(22,65,66)
#14393B
(20,57,59)
#123134
(18,49,52)
#10292D
(16,41,45)
#0E2126
(14,33,38)
#0C191F
(12,25,31)
#0A1118
(10,17,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #1C5957

#1C5957
(28,89,87)
#306866
(48,104,102)
#447775
(68,119,117)
#588684
(88,134,132)
#6C9593
(108,149,147)
#80A4A2
(128,164,162)
#94B3B1
(148,179,177)
#A8C2C0
(168,194,192)
#BCD1CF
(188,209,207)
#D0E0DE
(208,224,222)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5957; }

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

This text font color is #1C5957.


Background Color

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

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

This div background color is #1C5957.


Border color

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

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

This div border color is #1C5957.


Opacity

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

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

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

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

This text has shadow with #1C5957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5957 on black background.


Color preview on white background

This text has color #1C5957 on white background.



Black color preview on #1C5957 background

This text has black color on #1C5957 background.


White color preview on #1C5957 background

This text has white color on #1C5957 background.