COLOR #1C3C48

HEX: #1C3C48 RGB: (28,60,72)

Color info

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

RGB color model

#1C3C48 color RGB value is (28,60,72).

RGB: (28,60,72) (11%, 24%, 28%)

RGB channels and saturation

R 28 of 255 = 11%
G 60 of 255 = 24%
B 72 of 255 = 28%

28
60
72

R + G + B ~ 21%. #1C3C48 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 60 + 72 = 160 (100%)
R 28 of 160 ~ 17.5%
G 60 of 160 ~ 37.5%
B 72 of 160 ~ 45'%

%17.5
%37.5
%45

CMYK color model

#1C3C48 color CMYK value is (61,17,0,72).

  • cyan value is 61.11%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (61,17,0,72)
C61M17Y0K72 (61%, 17%, 0%, 72%)
(0.61 / 0.17 / 0.00 / 0.72)

CMYK percentages

%61.11
%16.67
%0
%71.76

Codes

Color #1C3C48 in popluar color models

1C 3C 48
RGB 28 60 72
HSL 196° 44.00% 19.61%
HSB/HSV 196° 61.11% 28.24%
CMYK 61.11% 16.67% 0.00%
71.76%

Color #1C3C48 in popluar number systems.

HEX 1C 3C 48
Decimal 28 60 72
Binary 11100 111100 1001000
Octal 34 74 110

Shades and tints

Shades of #1C3C48

#1C3C48
(28,60,72)
#1A3742
(26,55,66)
#18323C
(24,50,60)
#162D36
(22,45,54)
#142830
(20,40,48)
#12232A
(18,35,42)
#101E24
(16,30,36)
#0E191E
(14,25,30)
#0C1418
(12,20,24)
#0A0F12
(10,15,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C3C48

#1C3C48
(28,60,72)
#304D58
(48,77,88)
#445E68
(68,94,104)
#586F78
(88,111,120)
#6C8088
(108,128,136)
#809198
(128,145,152)
#94A2A8
(148,162,168)
#A8B3B8
(168,179,184)
#BCC4C8
(188,196,200)
#D0D5D8
(208,213,216)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3C48; }

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

This text font color is #1C3C48.

Background Color

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

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

This div background color is #1C3C48.

Border color

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

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

This div border color is #1C3C48.

Opacity

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

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

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

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

This text has shadow with #1C3C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3C48.

Preview

Color preview on black background

This text has color #1C3C48 on black background.


Color preview on white background

This text has color #1C3C48 on white background.


Black color preview on #1C3C48 background

This text has black color on #1C3C48 background.


White color preview on #1C3C48 background

This text has white color on #1C3C48 background.


Related colors

Complementary color

Complementary color for #hex is #E3C3B7.


I love getcolorcode.com

Triadic colors

1 #481C3C and #3C481C with #1C3C48 are triadic colors.

2 #483C1C and #3C1C48 with #1C3C48 are triadic colors.