COLOR #1C5F6C

HEX: #1C5F6C
RGB: (28,95,108)

Color info

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

RGB color model

#1C5F6C color RGB value is (28,95,108).

  • red value is 28;
  • green value is 95;
  • blue value is 108.
RGB:
(28,95,108)
(11%,37%,42%)

RGB channels and saturation

R 28 of 255 = 11%
G 95 of 255 = 37%
B 108 of 255 = 42%

28
95
108

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

Portions of RGB colors in percentages

R + G + B =
28 + 95 + 108 = 231 (100%)
R 28 of 231 ~ 12.12%
G 95 of 231 ~ 41.13%
B 108 of 231 ~ 46.75%

%12.12
%41.13
%46.75

CMYK color model

#1C5F6C color CMYK value is (74,12,0,58).

  • cyan value is 74.07%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(74,12,0,58)
C74M12Y0K58 
(74%,12%,0%,58%)
(0.74/0.12/0.00/0.58)	

CMYK percentages

%74.07
%12.04
%0
%57.65

Codes

Color #1C5F6C in popluar color models

1C5F6C
RGB2895108
HSL190°58.82%26.67%
HSB/HSV190°74.07%42.35%
CMYK74.07%12.04%0.00%
57.65%

Color #1C5F6C in popluar number systems.

HEX1C5F6C
Decimal2895108
Binary1110010111111101100
Octal34137154

Shades and tints

Shades of #1C5F6C

#1C5F6C
(28,95,108)
#1A5763
(26,87,99)
#184F5A
(24,79,90)
#164751
(22,71,81)
#143F48
(20,63,72)
#12373F
(18,55,63)
#102F36
(16,47,54)
#0E272D
(14,39,45)
#0C1F24
(12,31,36)
#0A171B
(10,23,27)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #1C5F6C

#1C5F6C
(28,95,108)
#306D79
(48,109,121)
#447B86
(68,123,134)
#588993
(88,137,147)
#6C97A0
(108,151,160)
#80A5AD
(128,165,173)
#94B3BA
(148,179,186)
#A8C1C7
(168,193,199)
#BCCFD4
(188,207,212)
#D0DDE1
(208,221,225)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5F6C color. Also use rgb(28,95,108) instead hex code.

Text Font Color

.myTextColor { color: #1C5F6C; }

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

This text font color is #1C5F6C.


Background Color

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

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

This div background color is #1C5F6C.


Border color

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

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

This div border color is #1C5F6C.


Opacity

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

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

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

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

This text has shadow with #1C5F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5F6C on black background.


Color preview on white background

This text has color #1C5F6C on white background.



Black color preview on #1C5F6C background

This text has black color on #1C5F6C background.


White color preview on #1C5F6C background

This text has white color on #1C5F6C background.