COLOR #1C3B3E

HEX: #1C3B3E
RGB: (28,59,62)

Color info

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

RGB color model

#1C3B3E color RGB value is (28,59,62).

  • red value is 28;
  • green value is 59;
  • blue value is 62.
RGB:
(28,59,62)
(11%,23%,24%)

RGB channels and saturation

R 28 of 255 = 11%
G 59 of 255 = 23%
B 62 of 255 = 24%

28
59
62

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

Portions of RGB colors in percentages

R + G + B =
28 + 59 + 62 = 149 (100%)
R 28 of 149 ~ 18.79%
G 59 of 149 ~ 39.6%
B 62 of 149 ~ 41.61%

%18.79
%39.6
%41.61

CMYK color model

#1C3B3E color CMYK value is (55,5,0,76).

  • cyan value is 54.84%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(55,5,0,76)
C55M5Y0K76 
(55%,5%,0%,76%)
(0.55/0.05/0.00/0.76)	

CMYK percentages

%54.84
%4.84
%0
%75.69

Codes

Color #1C3B3E in popluar color models

1C3B3E
RGB285962
HSL185°37.78%17.65%
HSB/HSV185°54.84%24.31%
CMYK54.84%4.84%0.00%
75.69%

Color #1C3B3E in popluar number systems.

HEX1C3B3E
Decimal285962
Binary11100111011111110
Octal347376

Shades and tints

Shades of #1C3B3E

#1C3B3E
(28,59,62)
#1A3639
(26,54,57)
#183134
(24,49,52)
#162C2F
(22,44,47)
#14272A
(20,39,42)
#122225
(18,34,37)
#101D20
(16,29,32)
#0E181B
(14,24,27)
#0C1316
(12,19,22)
#0A0E11
(10,14,17)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #1C3B3E

#1C3B3E
(28,59,62)
#304C4F
(48,76,79)
#445D60
(68,93,96)
#586E71
(88,110,113)
#6C7F82
(108,127,130)
#809093
(128,144,147)
#94A1A4
(148,161,164)
#A8B2B5
(168,178,181)
#BCC3C6
(188,195,198)
#D0D4D7
(208,212,215)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3B3E; }

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

This text font color is #1C3B3E.


Background Color

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

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

This div background color is #1C3B3E.


Border color

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

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

This div border color is #1C3B3E.


Opacity

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

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

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

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

This text has shadow with #1C3B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3B3E on black background.


Color preview on white background

This text has color #1C3B3E on white background.



Black color preview on #1C3B3E background

This text has black color on #1C3B3E background.


White color preview on #1C3B3E background

This text has white color on #1C3B3E background.