COLOR #1C293C

HEX: #1C293C RGB: (28,41,60)

Color info

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

RGB color model

#1C293C color RGB value is (28,41,60).

RGB: (28,41,60) (11%, 16%, 24%)

RGB channels and saturation

R 28 of 255 = 11%
G 41 of 255 = 16%
B 60 of 255 = 24%

28
41
60

R + G + B ~ 17%. #1C293C is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 41 + 60 = 129 (100%)
R 28 of 129 ~ 21.71%
G 41 of 129 ~ 31.78%
B 60 of 129 ~ 46.51'%

%21.71
%31.78
%46.51

CMYK color model

#1C293C color CMYK value is (53,32,0,76).

  • cyan value is 53.33%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (53,32,0,76)
C53M32Y0K76 (53%, 32%, 0%, 76%)
(0.53 / 0.32 / 0.00 / 0.76)

CMYK percentages

%53.33
%31.67
%0
%76.47

Codes

Color #1C293C in popluar color models

1C 29 3C
RGB 28 41 60
HSL 216° 36.36% 17.25%
HSB/HSV 216° 53.33% 23.53%
CMYK 53.33% 31.67% 0.00%
76.47%

Color #1C293C in popluar number systems.

HEX 1C 29 3C
Decimal 28 41 60
Binary 11100 101001 111100
Octal 34 51 74

Shades and tints

Shades of #1C293C

#1C293C
(28,41,60)
#1A2637
(26,38,55)
#182332
(24,35,50)
#16202D
(22,32,45)
#141D28
(20,29,40)
#121A23
(18,26,35)
#10171E
(16,23,30)
#0E1419
(14,20,25)
#0C1114
(12,17,20)
#0A0E0F
(10,14,15)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #1C293C

#1C293C
(28,41,60)
#303C4D
(48,60,77)
#444F5E
(68,79,94)
#58626F
(88,98,111)
#6C7580
(108,117,128)
#808891
(128,136,145)
#949BA2
(148,155,162)
#A8AEB3
(168,174,179)
#BCC1C4
(188,193,196)
#D0D4D5
(208,212,213)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C293C color. Also use rgb(28,41,60) instead hex code.

Text Font Color

.myTextColor { color: #1C293C; }

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

This text font color is #1C293C.

Background Color

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

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

This div background color is #1C293C.

Border color

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

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

This div border color is #1C293C.

Opacity

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

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

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

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

This text has shadow with #1C293C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C293C.

Preview

Color preview on black background

This text has color #1C293C on black background.


Color preview on white background

This text has color #1C293C on white background.


Black color preview on #1C293C background

This text has black color on #1C293C background.


White color preview on #1C293C background

This text has white color on #1C293C background.


Related colors

Complementary color

Complementary color for #hex is #E3D6C3.


I love getcolorcode.com

Triadic colors

1 #3C1C29 and #293C1C with #1C293C are triadic colors.

2 #3C291C and #291C3C with #1C293C are triadic colors.