COLOR #1C272E

HEX: #1C272E
RGB: (28,39,46)

Color info

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

RGB color model

#1C272E color RGB value is (28,39,46).

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

RGB channels and saturation

R 28 of 255 = 11%
G 39 of 255 = 15%
B 46 of 255 = 18%

28
39
46

R + G + B ~ 15%. #1C272E is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 39 + 46 = 113 (100%)
R 28 of 113 ~ 24.78%
G 39 of 113 ~ 34.51%
B 46 of 113 ~ 40.71%

%24.78
%34.51
%40.71

CMYK color model

#1C272E color CMYK value is (39,15,0,82).

  • cyan value is 39.13%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(39,15,0,82)
C39M15Y0K82 
(39%,15%,0%,82%)
(0.39/0.15/0.00/0.82)	

CMYK percentages

%39.13
%15.22
%0
%81.96

Codes

Color #1C272E in popluar color models

1C272E
RGB283946
HSL203°24.32%14.51%
HSB/HSV203°39.13%18.04%
CMYK39.13%15.22%0.00%
81.96%

Color #1C272E in popluar number systems.

HEX1C272E
Decimal283946
Binary11100100111101110
Octal344756

Shades and tints

Shades of #1C272E

#1C272E
(28,39,46)
#1A242A
(26,36,42)
#182126
(24,33,38)
#161E22
(22,30,34)
#141B1E
(20,27,30)
#12181A
(18,24,26)
#101516
(16,21,22)
#0E1212
(14,18,18)
#0C0F0E
(12,15,14)
#0A0C0A
(10,12,10)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #1C272E

#1C272E
(28,39,46)
#303A41
(48,58,65)
#444D54
(68,77,84)
#586067
(88,96,103)
#6C737A
(108,115,122)
#80868D
(128,134,141)
#9499A0
(148,153,160)
#A8ACB3
(168,172,179)
#BCBFC6
(188,191,198)
#D0D2D9
(208,210,217)
#E4E5EC
(228,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C272E; }

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

This text font color is #1C272E.


Background Color

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

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

This div background color is #1C272E.


Border color

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

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

This div border color is #1C272E.


Opacity

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

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

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

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

This text has shadow with #1C272E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C272E on black background.


Color preview on white background

This text has color #1C272E on white background.



Black color preview on #1C272E background

This text has black color on #1C272E background.


White color preview on #1C272E background

This text has white color on #1C272E background.