COLOR #1C5476

HEX: #1C5476
RGB: (28,84,118)

Color info

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

RGB color model

#1C5476 color RGB value is (28,84,118).

  • red value is 28;
  • green value is 84;
  • blue value is 118.
RGB:
(28,84,118)
(11%,33%,46%)

RGB channels and saturation

R 28 of 255 = 11%
G 84 of 255 = 33%
B 118 of 255 = 46%

28
84
118

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

Portions of RGB colors in percentages

R + G + B =
28 + 84 + 118 = 230 (100%)
R 28 of 230 ~ 12.17%
G 84 of 230 ~ 36.52%
B 118 of 230 ~ 51.3%

%12.17
%36.52
%51.3

CMYK color model

#1C5476 color CMYK value is (76,29,0,54).

  • cyan value is 76.27%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(76,29,0,54)
C76M29Y0K54 
(76%,29%,0%,54%)
(0.76/0.29/0.00/0.54)	

CMYK percentages

%76.27
%28.81
%0
%53.73

Codes

Color #1C5476 in popluar color models

1C5476
RGB2884118
HSL203°61.64%28.63%
HSB/HSV203°76.27%46.27%
CMYK76.27%28.81%0.00%
53.73%

Color #1C5476 in popluar number systems.

HEX1C5476
Decimal2884118
Binary1110010101001110110
Octal34124166

Shades and tints

Shades of #1C5476

#1C5476
(28,84,118)
#1A4D6C
(26,77,108)
#184662
(24,70,98)
#163F58
(22,63,88)
#14384E
(20,56,78)
#123144
(18,49,68)
#102A3A
(16,42,58)
#0E2330
(14,35,48)
#0C1C26
(12,28,38)
#0A151C
(10,21,28)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #1C5476

#1C5476
(28,84,118)
#306382
(48,99,130)
#44728E
(68,114,142)
#58819A
(88,129,154)
#6C90A6
(108,144,166)
#809FB2
(128,159,178)
#94AEBE
(148,174,190)
#A8BDCA
(168,189,202)
#BCCCD6
(188,204,214)
#D0DBE2
(208,219,226)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5476 color. Also use rgb(28,84,118) instead hex code.

Text Font Color

.myTextColor { color: #1C5476; }

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

This text font color is #1C5476.


Background Color

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

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

This div background color is #1C5476.


Border color

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

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

This div border color is #1C5476.


Opacity

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

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

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

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

This text has shadow with #1C5476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5476 on black background.


Color preview on white background

This text has color #1C5476 on white background.



Black color preview on #1C5476 background

This text has black color on #1C5476 background.


White color preview on #1C5476 background

This text has white color on #1C5476 background.