COLOR #1C7690

HEX: #1C7690
RGB: (28,118,144)

Color info

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

RGB color model

#1C7690 color RGB value is (28,118,144).

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

RGB channels and saturation

R 28 of 255 = 11%
G 118 of 255 = 46%
B 144 of 255 = 56%

28
118
144

R + G + B ~ 38%. #1C7690 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 118 + 144 = 290 (100%)
R 28 of 290 ~ 9.66%
G 118 of 290 ~ 40.69%
B 144 of 290 ~ 49.66%

%9.66
%40.69
%49.66

CMYK color model

#1C7690 color CMYK value is (81,18,0,44).

  • cyan value is 80.56%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(81,18,0,44)
C81M18Y0K44 
(81%,18%,0%,44%)
(0.81/0.18/0.00/0.44)	

CMYK percentages

%80.56
%18.06
%0
%43.53

Codes

Color #1C7690 in popluar color models

1C7690
RGB28118144
HSL193°67.44%33.73%
HSB/HSV193°80.56%56.47%
CMYK80.56%18.06%0.00%
43.53%

Color #1C7690 in popluar number systems.

HEX1C7690
Decimal28118144
Binary11100111011010010000
Octal34166220

Shades and tints

Shades of #1C7690

#1C7690
(28,118,144)
#1A6C83
(26,108,131)
#186276
(24,98,118)
#165869
(22,88,105)
#144E5C
(20,78,92)
#12444F
(18,68,79)
#103A42
(16,58,66)
#0E3035
(14,48,53)
#0C2628
(12,38,40)
#0A1C1B
(10,28,27)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #1C7690

#1C7690
(28,118,144)
#30829A
(48,130,154)
#448EA4
(68,142,164)
#589AAE
(88,154,174)
#6CA6B8
(108,166,184)
#80B2C2
(128,178,194)
#94BECC
(148,190,204)
#A8CAD6
(168,202,214)
#BCD6E0
(188,214,224)
#D0E2EA
(208,226,234)
#E4EEF4
(228,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7690; }

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

This text font color is #1C7690.


Background Color

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

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

This div background color is #1C7690.


Border color

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

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

This div border color is #1C7690.


Opacity

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

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

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

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

This text has shadow with #1C7690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7690 on black background.


Color preview on white background

This text has color #1C7690 on white background.



Black color preview on #1C7690 background

This text has black color on #1C7690 background.


White color preview on #1C7690 background

This text has white color on #1C7690 background.