COLOR #1C3F53

HEX: #1C3F53 RGB: (28,63,83)

Color info

#1C3F53 contains red, green and blue colors in about the same proportion. Web safe color of #1C3F53 is #333366 (or #336).

RGB color model

#1C3F53 color RGB value is (28,63,83).

RGB: (28,63,83) (11%, 25%, 33%)

RGB channels and saturation

R 28 of 255 = 11%
G 63 of 255 = 25%
B 83 of 255 = 33%

28
63
83

R + G + B ~ 23%. #1C3F53 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 63 + 83 = 174 (100%)
R 28 of 174 ~ 16.09%
G 63 of 174 ~ 36.21%
B 83 of 174 ~ 47.7'%

%16.09
%36.21
%47.7

CMYK color model

#1C3F53 color CMYK value is (66,24,0,67).

  • cyan value is 66.27%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (66,24,0,67)
C66M24Y0K67 (66%, 24%, 0%, 67%)
(0.66 / 0.24 / 0.00 / 0.67)

CMYK percentages

%66.27
%24.1
%0
%67.45

Codes

Color #1C3F53 in popluar color models

1C 3F 53
RGB 28 63 83
HSL 202° 49.55% 21.76%
HSB/HSV 202° 66.27% 32.55%
CMYK 66.27% 24.10% 0.00%
67.45%

Color #1C3F53 in popluar number systems.

HEX 1C 3F 53
Decimal 28 63 83
Binary 11100 111111 1010011
Octal 34 77 123

Shades and tints

Shades of #1C3F53

#1C3F53
(28,63,83)
#1A3A4C
(26,58,76)
#183545
(24,53,69)
#16303E
(22,48,62)
#142B37
(20,43,55)
#122630
(18,38,48)
#102129
(16,33,41)
#0E1C22
(14,28,34)
#0C171B
(12,23,27)
#0A1214
(10,18,20)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #1C3F53

#1C3F53
(28,63,83)
#305062
(48,80,98)
#446171
(68,97,113)
#587280
(88,114,128)
#6C838F
(108,131,143)
#80949E
(128,148,158)
#94A5AD
(148,165,173)
#A8B6BC
(168,182,188)
#BCC7CB
(188,199,203)
#D0D8DA
(208,216,218)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3F53 color. Also use rgb(28,63,83) instead hex code.

Text Font Color

.myTextColor { color: #1C3F53; }

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

This text font color is #1C3F53.

Background Color

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

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

This div background color is #1C3F53.

Border color

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

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

This div border color is #1C3F53.

Opacity

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

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

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

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

This text has shadow with #1C3F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3F53.

Preview

Color preview on black background

This text has color #1C3F53 on black background.


Color preview on white background

This text has color #1C3F53 on white background.


Black color preview on #1C3F53 background

This text has black color on #1C3F53 background.


White color preview on #1C3F53 background

This text has white color on #1C3F53 background.


Related colors

Complementary color

Complementary color for #hex is #E3C0AC.


I love getcolorcode.com

Triadic colors

1 #531C3F and #3F531C with #1C3F53 are triadic colors.

2 #533F1C and #3F1C53 with #1C3F53 are triadic colors.