COLOR #1C2717

HEX: #1C2717 RGB: (28,39,23)

Color info

#1C2717 contains red, green and blue colors in about the same proportion. Web safe color of #1C2717 is #333300 (or #330).

RGB color model

#1C2717 color RGB value is (28,39,23).

RGB: (28,39,23) (11%, 15%, 9%)

RGB channels and saturation

R 28 of 255 = 11%
G 39 of 255 = 15%
B 23 of 255 = 9%

28
39
23

R + G + B ~ 12%. #1C2717 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 39 + 23 = 90 (100%)
R 28 of 90 ~ 31.11%
G 39 of 90 ~ 43.33%
B 23 of 90 ~ 25.56'%

%31.11
%43.33
%25.56

CMYK color model

#1C2717 color CMYK value is (28,0,41,85).

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

CMYK: (28,0,41,85)
C28M0Y41K85 (28%, 0%, 41%, 85%)
(0.28 / 0.00 / 0.41 / 0.85)

CMYK percentages

%28.21
%0
%41.03
%84.71

Codes

Color #1C2717 in popluar color models

1C 27 17
RGB 28 39 23
HSL 101° 25.81% 12.16%
HSB/HSV 101° 41.03% 15.29%
CMYK 28.21% 0.00% 41.03%
84.71%

Color #1C2717 in popluar number systems.

HEX 1C 27 17
Decimal 28 39 23
Binary 11100 100111 10111
Octal 34 47 27

Shades and tints

Shades of #1C2717

#1C2717
(28,39,23)
#1A2415
(26,36,21)
#182113
(24,33,19)
#161E11
(22,30,17)
#141B0F
(20,27,15)
#12180D
(18,24,13)
#10150B
(16,21,11)
#0E1209
(14,18,9)
#0C0F07
(12,15,7)
#0A0C05
(10,12,5)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #1C2717

#1C2717
(28,39,23)
#303A2C
(48,58,44)
#444D41
(68,77,65)
#586056
(88,96,86)
#6C736B
(108,115,107)
#808680
(128,134,128)
#949995
(148,153,149)
#A8ACAA
(168,172,170)
#BCBFBF
(188,191,191)
#D0D2D4
(208,210,212)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2717; }

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

This text font color is #1C2717.

Background Color

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

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

This div background color is #1C2717.

Border color

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

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

This div border color is #1C2717.

Opacity

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

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

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

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

This text has shadow with #1C2717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2717.

Preview

Color preview on black background

This text has color #1C2717 on black background.


Color preview on white background

This text has color #1C2717 on white background.


Black color preview on #1C2717 background

This text has black color on #1C2717 background.


White color preview on #1C2717 background

This text has white color on #1C2717 background.


Related colors

Complementary color

Complementary color for #hex is #E3D8E8.


I love getcolorcode.com

Triadic colors

1 #171C27 and #27171C with #1C2717 are triadic colors.

2 #17271C and #271C17 with #1C2717 are triadic colors.