COLOR #1C5B61

HEX: #1C5B61
RGB: (28,91,97)

Color info

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

RGB color model

#1C5B61 color RGB value is (28,91,97).

  • red value is 28;
  • green value is 91;
  • blue value is 97.
RGB:
(28,91,97)
(11%,36%,38%)

RGB channels and saturation

R 28 of 255 = 11%
G 91 of 255 = 36%
B 97 of 255 = 38%

28
91
97

R + G + B ~ 28%. #1C5B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 91 + 97 = 216 (100%)
R 28 of 216 ~ 12.96%
G 91 of 216 ~ 42.13%
B 97 of 216 ~ 44.91%

%12.96
%42.13
%44.91

CMYK color model

#1C5B61 color CMYK value is (71,6,0,62).

  • cyan value is 71.13%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(71,6,0,62)
C71M6Y0K62 
(71%,6%,0%,62%)
(0.71/0.06/0.00/0.62)	

CMYK percentages

%71.13
%6.19
%0
%61.96

Codes

Color #1C5B61 in popluar color models

1C5B61
RGB289197
HSL185°55.20%24.51%
HSB/HSV185°71.13%38.04%
CMYK71.13%6.19%0.00%
61.96%

Color #1C5B61 in popluar number systems.

HEX1C5B61
Decimal289197
Binary1110010110111100001
Octal34133141

Shades and tints

Shades of #1C5B61

#1C5B61
(28,91,97)
#1A5359
(26,83,89)
#184B51
(24,75,81)
#164349
(22,67,73)
#143B41
(20,59,65)
#123339
(18,51,57)
#102B31
(16,43,49)
#0E2329
(14,35,41)
#0C1B21
(12,27,33)
#0A1319
(10,19,25)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #1C5B61

#1C5B61
(28,91,97)
#30696F
(48,105,111)
#44777D
(68,119,125)
#58858B
(88,133,139)
#6C9399
(108,147,153)
#80A1A7
(128,161,167)
#94AFB5
(148,175,181)
#A8BDC3
(168,189,195)
#BCCBD1
(188,203,209)
#D0D9DF
(208,217,223)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5B61 color. Also use rgb(28,91,97) instead hex code.

Text Font Color

.myTextColor { color: #1C5B61; }

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

This text font color is #1C5B61.


Background Color

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

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

This div background color is #1C5B61.


Border color

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

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

This div border color is #1C5B61.


Opacity

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

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

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

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

This text has shadow with #1C5B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5B61 on black background.


Color preview on white background

This text has color #1C5B61 on white background.



Black color preview on #1C5B61 background

This text has black color on #1C5B61 background.


White color preview on #1C5B61 background

This text has white color on #1C5B61 background.