COLOR #1C353E

HEX: #1C353E RGB: (28,53,62)

Color info

#1C353E contains red, green and blue colors in about the same proportion. Web safe color of #1C353E is #333333 (or #333).

RGB color model

#1C353E color RGB value is (28,53,62).

RGB: (28,53,62) (11%, 21%, 24%)

RGB channels and saturation

R 28 of 255 = 11%
G 53 of 255 = 21%
B 62 of 255 = 24%

28
53
62

R + G + B ~ 19%. #1C353E is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 53 + 62 = 143 (100%)
R 28 of 143 ~ 19.58%
G 53 of 143 ~ 37.06%
B 62 of 143 ~ 43.36'%

%19.58
%37.06
%43.36

CMYK color model

#1C353E color CMYK value is (55,15,0,76).

  • cyan value is 54.84%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (55,15,0,76)
C55M15Y0K76 (55%, 15%, 0%, 76%)
(0.55 / 0.15 / 0.00 / 0.76)

CMYK percentages

%54.84
%14.52
%0
%75.69

Codes

Color #1C353E in popluar color models

1C 35 3E
RGB 28 53 62
HSL 196° 37.78% 17.65%
HSB/HSV 196° 54.84% 24.31%
CMYK 54.84% 14.52% 0.00%
75.69%

Color #1C353E in popluar number systems.

HEX 1C 35 3E
Decimal 28 53 62
Binary 11100 110101 111110
Octal 34 65 76

Shades and tints

Shades of #1C353E

#1C353E
(28,53,62)
#1A3139
(26,49,57)
#182D34
(24,45,52)
#16292F
(22,41,47)
#14252A
(20,37,42)
#122125
(18,33,37)
#101D20
(16,29,32)
#0E191B
(14,25,27)
#0C1516
(12,21,22)
#0A1111
(10,17,17)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #1C353E

#1C353E
(28,53,62)
#30474F
(48,71,79)
#445960
(68,89,96)
#586B71
(88,107,113)
#6C7D82
(108,125,130)
#808F93
(128,143,147)
#94A1A4
(148,161,164)
#A8B3B5
(168,179,181)
#BCC5C6
(188,197,198)
#D0D7D7
(208,215,215)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C353E color. Also use rgb(28,53,62) instead hex code.

Text Font Color

.myTextColor { color: #1C353E; }

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

This text font color is #1C353E.

Background Color

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

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

This div background color is #1C353E.

Border color

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

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

This div border color is #1C353E.

Opacity

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

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

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

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

This text has shadow with #1C353E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C353E.

Preview

Color preview on black background

This text has color #1C353E on black background.


Color preview on white background

This text has color #1C353E on white background.


Black color preview on #1C353E background

This text has black color on #1C353E background.


White color preview on #1C353E background

This text has white color on #1C353E background.


Related colors

Complementary color

Complementary color for #hex is #E3CAC1.


I love getcolorcode.com

Triadic colors

1 #3E1C35 and #353E1C with #1C353E are triadic colors.

2 #3E351C and #351C3E with #1C353E are triadic colors.