COLOR #1C5B6B

HEX: #1C5B6B
RGB: (28,91,107)

Color info

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

RGB color model

#1C5B6B color RGB value is (28,91,107).

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

RGB channels and saturation

R 28 of 255 = 11%
G 91 of 255 = 36%
B 107 of 255 = 42%

28
91
107

R + G + B ~ 30%. #1C5B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 91 + 107 = 226 (100%)
R 28 of 226 ~ 12.39%
G 91 of 226 ~ 40.27%
B 107 of 226 ~ 47.35%

%12.39
%40.27
%47.35

CMYK color model

#1C5B6B color CMYK value is (74,15,0,58).

  • cyan value is 73.83%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(74,15,0,58)
C74M15Y0K58 
(74%,15%,0%,58%)
(0.74/0.15/0.00/0.58)	

CMYK percentages

%73.83
%14.95
%0
%58.04

Codes

Color #1C5B6B in popluar color models

1C5B6B
RGB2891107
HSL192°58.52%26.47%
HSB/HSV192°73.83%41.96%
CMYK73.83%14.95%0.00%
58.04%

Color #1C5B6B in popluar number systems.

HEX1C5B6B
Decimal2891107
Binary1110010110111101011
Octal34133153

Shades and tints

Shades of #1C5B6B

#1C5B6B
(28,91,107)
#1A5362
(26,83,98)
#184B59
(24,75,89)
#164350
(22,67,80)
#143B47
(20,59,71)
#12333E
(18,51,62)
#102B35
(16,43,53)
#0E232C
(14,35,44)
#0C1B23
(12,27,35)
#0A131A
(10,19,26)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #1C5B6B

#1C5B6B
(28,91,107)
#306978
(48,105,120)
#447785
(68,119,133)
#588592
(88,133,146)
#6C939F
(108,147,159)
#80A1AC
(128,161,172)
#94AFB9
(148,175,185)
#A8BDC6
(168,189,198)
#BCCBD3
(188,203,211)
#D0D9E0
(208,217,224)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5B6B; }

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

This text font color is #1C5B6B.


Background Color

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

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

This div background color is #1C5B6B.


Border color

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

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

This div border color is #1C5B6B.


Opacity

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

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

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

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

This text has shadow with #1C5B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5B6B on black background.


Color preview on white background

This text has color #1C5B6B on white background.



Black color preview on #1C5B6B background

This text has black color on #1C5B6B background.


White color preview on #1C5B6B background

This text has white color on #1C5B6B background.