COLOR #1C2627

HEX: #1C2627 RGB: (28,38,39)

Color info

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

RGB color model

#1C2627 color RGB value is (28,38,39).

RGB: (28,38,39) (11%, 15%, 15%)

RGB channels and saturation

R 28 of 255 = 11%
G 38 of 255 = 15%
B 39 of 255 = 15%

28
38
39

R + G + B ~ 14%. #1C2627 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 38 + 39 = 105 (100%)
R 28 of 105 ~ 26.67%
G 38 of 105 ~ 36.19%
B 39 of 105 ~ 37.14'%

%26.67
%36.19
%37.14

CMYK color model

#1C2627 color CMYK value is (28,3,0,85).

  • cyan value is 28.21%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (28,3,0,85)
C28M3Y0K85 (28%, 3%, 0%, 85%)
(0.28 / 0.03 / 0.00 / 0.85)

CMYK percentages

%28.21
%2.56
%0
%84.71

Codes

Color #1C2627 in popluar color models

1C 26 27
RGB 28 38 39
HSL 185° 16.42% 13.14%
HSB/HSV 185° 28.21% 15.29%
CMYK 28.21% 2.56% 0.00%
84.71%

Color #1C2627 in popluar number systems.

HEX 1C 26 27
Decimal 28 38 39
Binary 11100 100110 100111
Octal 34 46 47

Shades and tints

Shades of #1C2627

#1C2627
(28,38,39)
#1A2324
(26,35,36)
#182021
(24,32,33)
#161D1E
(22,29,30)
#141A1B
(20,26,27)
#121718
(18,23,24)
#101415
(16,20,21)
#0E1112
(14,17,18)
#0C0E0F
(12,14,15)
#0A0B0C
(10,11,12)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #1C2627

#1C2627
(28,38,39)
#30393A
(48,57,58)
#444C4D
(68,76,77)
#585F60
(88,95,96)
#6C7273
(108,114,115)
#808586
(128,133,134)
#949899
(148,152,153)
#A8ABAC
(168,171,172)
#BCBEBF
(188,190,191)
#D0D1D2
(208,209,210)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2627; }

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

This text font color is #1C2627.

Background Color

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

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

This div background color is #1C2627.

Border color

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

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

This div border color is #1C2627.

Opacity

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

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

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

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

This text has shadow with #1C2627 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2627.

Preview

Color preview on black background

This text has color #1C2627 on black background.


Color preview on white background

This text has color #1C2627 on white background.


Black color preview on #1C2627 background

This text has black color on #1C2627 background.


White color preview on #1C2627 background

This text has white color on #1C2627 background.


Related colors

Complementary color

Complementary color for #hex is #E3D9D8.


I love getcolorcode.com

Triadic colors

1 #271C26 and #26271C with #1C2627 are triadic colors.

2 #27261C and #261C27 with #1C2627 are triadic colors.