COLOR #1C3762

HEX: #1C3762 RGB: (28,55,98)

Color info

#1C3762 contains mainly green and blue colors. Web safe color of #1C3762 is #333366 (or #336).

RGB color model

#1C3762 color RGB value is (28,55,98).

RGB: (28,55,98) (11%, 22%, 38%)

RGB channels and saturation

R 28 of 255 = 11%
G 55 of 255 = 22%
B 98 of 255 = 38%

28
55
98

R + G + B ~ 24%. #1C3762 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 55 + 98 = 181 (100%)
R 28 of 181 ~ 15.47%
G 55 of 181 ~ 30.39%
B 98 of 181 ~ 54.14'%

%15.47
%30.39
%54.14

CMYK color model

#1C3762 color CMYK value is (71,44,0,62).

  • cyan value is 71.43%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (71,44,0,62)
C71M44Y0K62 (71%, 44%, 0%, 62%)
(0.71 / 0.44 / 0.00 / 0.62)

CMYK percentages

%71.43
%43.88
%0
%61.57

Codes

Color #1C3762 in popluar color models

1C 37 62
RGB 28 55 98
HSL 217° 55.56% 24.71%
HSB/HSV 217° 71.43% 38.43%
CMYK 71.43% 43.88% 0.00%
61.57%

Color #1C3762 in popluar number systems.

HEX 1C 37 62
Decimal 28 55 98
Binary 11100 110111 1100010
Octal 34 67 142

Shades and tints

Shades of #1C3762

#1C3762
(28,55,98)
#1A325A
(26,50,90)
#182D52
(24,45,82)
#16284A
(22,40,74)
#142342
(20,35,66)
#121E3A
(18,30,58)
#101932
(16,25,50)
#0E142A
(14,20,42)
#0C0F22
(12,15,34)
#0A0A1A
(10,10,26)
#080512
(8,5,18)
#000000
(0,0,0)

Tints of #1C3762

#1C3762
(28,55,98)
#304970
(48,73,112)
#445B7E
(68,91,126)
#586D8C
(88,109,140)
#6C7F9A
(108,127,154)
#8091A8
(128,145,168)
#94A3B6
(148,163,182)
#A8B5C4
(168,181,196)
#BCC7D2
(188,199,210)
#D0D9E0
(208,217,224)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3762 color. Also use rgb(28,55,98) instead hex code.

Text Font Color

.myTextColor { color: #1C3762; }

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

This text font color is #1C3762.

Background Color

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

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

This div background color is #1C3762.

Border color

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

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

This div border color is #1C3762.

Opacity

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

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

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

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

This text has shadow with #1C3762 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3762.

Preview

Color preview on black background

This text has color #1C3762 on black background.


Color preview on white background

This text has color #1C3762 on white background.


Black color preview on #1C3762 background

This text has black color on #1C3762 background.


White color preview on #1C3762 background

This text has white color on #1C3762 background.


Related colors

Complementary color

Complementary color for #hex is #E3C89D.


I love getcolorcode.com

Triadic colors

1 #621C37 and #37621C with #1C3762 are triadic colors.

2 #62371C and #371C62 with #1C3762 are triadic colors.