COLOR #1C7884

HEX: #1C7884 RGB: (28,120,132)

Color info

#1C7884 contains mainly green and blue colors. Web safe color of #1C7884 is #336699 (or #369).

RGB color model

#1C7884 color RGB value is (28,120,132).

RGB: (28,120,132) (11%, 47%, 52%)

RGB channels and saturation

R 28 of 255 = 11%
G 120 of 255 = 47%
B 132 of 255 = 52%

28
120
132

R + G + B ~ 37%. #1C7884 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 120 + 132 = 280 (100%)
R 28 of 280 ~ 10%
G 120 of 280 ~ 42.86%
B 132 of 280 ~ 47.14'%

%42.86
%47.14

CMYK color model

#1C7884 color CMYK value is (79,9,0,48).

  • cyan value is 78.79%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (79,9,0,48)
C79M9Y0K48 (79%, 9%, 0%, 48%)
(0.79 / 0.09 / 0.00 / 0.48)

CMYK percentages

%78.79
%9.09
%0
%48.24

Codes

Color #1C7884 in popluar color models

1C 78 84
RGB 28 120 132
HSL 187° 65.00% 31.37%
HSB/HSV 187° 78.79% 51.76%
CMYK 78.79% 9.09% 0.00%
48.24%

Color #1C7884 in popluar number systems.

HEX 1C 78 84
Decimal 28 120 132
Binary 11100 1111000 10000100
Octal 34 170 204

Shades and tints

Shades of #1C7884

#1C7884
(28,120,132)
#1A6E78
(26,110,120)
#18646C
(24,100,108)
#165A60
(22,90,96)
#145054
(20,80,84)
#124648
(18,70,72)
#103C3C
(16,60,60)
#0E3230
(14,50,48)
#0C2824
(12,40,36)
#0A1E18
(10,30,24)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #1C7884

#1C7884
(28,120,132)
#30848F
(48,132,143)
#44909A
(68,144,154)
#589CA5
(88,156,165)
#6CA8B0
(108,168,176)
#80B4BB
(128,180,187)
#94C0C6
(148,192,198)
#A8CCD1
(168,204,209)
#BCD8DC
(188,216,220)
#D0E4E7
(208,228,231)
#E4F0F2
(228,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7884 color. Also use rgb(28,120,132) instead hex code.

Text Font Color

.myTextColor { color: #1C7884; }

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

This text font color is #1C7884.

Background Color

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

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

This div background color is #1C7884.

Border color

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

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

This div border color is #1C7884.

Opacity

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

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

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

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

This text has shadow with #1C7884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7884.

Preview

Color preview on black background

This text has color #1C7884 on black background.


Color preview on white background

This text has color #1C7884 on white background.


Black color preview on #1C7884 background

This text has black color on #1C7884 background.


White color preview on #1C7884 background

This text has white color on #1C7884 background.


Related colors

Complementary color

Complementary color for #hex is #E3877B.


I love getcolorcode.com

Triadic colors

1 #841C78 and #78841C with #1C7884 are triadic colors.

2 #84781C and #781C84 with #1C7884 are triadic colors.