COLOR #1C362E

HEX: #1C362E
RGB: (28,54,46)

Color info

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

RGB color model

#1C362E color RGB value is (28,54,46).

  • red value is 28;
  • green value is 54;
  • blue value is 46.
RGB:
(28,54,46)
(11%,21%,18%)

RGB channels and saturation

R 28 of 255 = 11%
G 54 of 255 = 21%
B 46 of 255 = 18%

28
54
46

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

Portions of RGB colors in percentages

R + G + B =
28 + 54 + 46 = 128 (100%)
R 28 of 128 ~ 21.88%
G 54 of 128 ~ 42.19%
B 46 of 128 ~ 35.94%

%21.88
%42.19
%35.94

CMYK color model

#1C362E color CMYK value is (48,0,15,79).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(48,0,15,79)
C48M0Y15K79 
(48%,0%,15%,79%)
(0.48/0.00/0.15/0.79)	

CMYK percentages

%48.15
%0
%14.81
%78.82

Codes

Color #1C362E in popluar color models

1C362E
RGB285446
HSL162°31.71%16.08%
HSB/HSV162°48.15%21.18%
CMYK48.15%0.00%14.81%
78.82%

Color #1C362E in popluar number systems.

HEX1C362E
Decimal285446
Binary11100110110101110
Octal346656

Shades and tints

Shades of #1C362E

#1C362E
(28,54,46)
#1A322A
(26,50,42)
#182E26
(24,46,38)
#162A22
(22,42,34)
#14261E
(20,38,30)
#12221A
(18,34,26)
#101E16
(16,30,22)
#0E1A12
(14,26,18)
#0C160E
(12,22,14)
#0A120A
(10,18,10)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #1C362E

#1C362E
(28,54,46)
#304841
(48,72,65)
#445A54
(68,90,84)
#586C67
(88,108,103)
#6C7E7A
(108,126,122)
#80908D
(128,144,141)
#94A2A0
(148,162,160)
#A8B4B3
(168,180,179)
#BCC6C6
(188,198,198)
#D0D8D9
(208,216,217)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C362E color. Also use rgb(28,54,46) instead hex code.

Text Font Color

.myTextColor { color: #1C362E; }

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

This text font color is #1C362E.


Background Color

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

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

This div background color is #1C362E.


Border color

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

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

This div border color is #1C362E.


Opacity

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

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

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

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

This text has shadow with #1C362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C362E on black background.


Color preview on white background

This text has color #1C362E on white background.



Black color preview on #1C362E background

This text has black color on #1C362E background.


White color preview on #1C362E background

This text has white color on #1C362E background.