COLOR #1C2317

HEX: #1C2317
RGB: (28,35,23)

Color info

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

RGB color model

#1C2317 color RGB value is (28,35,23).

  • red value is 28;
  • green value is 35;
  • blue value is 23.
RGB:
(28,35,23)
(11%,14%,9%)

RGB channels and saturation

R 28 of 255 = 11%
G 35 of 255 = 14%
B 23 of 255 = 9%

28
35
23

R + G + B ~ 11%. #1C2317 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 35 + 23 = 86 (100%)
R 28 of 86 ~ 32.56%
G 35 of 86 ~ 40.7%
B 23 of 86 ~ 26.74%

%32.56
%40.7
%26.74

CMYK color model

#1C2317 color CMYK value is (20,0,34,86).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 86.27%
CMYK:
(20,0,34,86)
C20M0Y34K86 
(20%,0%,34%,86%)
(0.20/0.00/0.34/0.86)	

CMYK percentages

%20
%0
%34.29
%86.27

Codes

Color #1C2317 in popluar color models

1C2317
RGB283523
HSL95°20.69%11.37%
HSB/HSV95°34.29%13.73%
CMYK20.00%0.00%34.29%
86.27%

Color #1C2317 in popluar number systems.

HEX1C2317
Decimal283523
Binary1110010001110111
Octal344327

Shades and tints

Shades of #1C2317

#1C2317
(28,35,23)
#1A2015
(26,32,21)
#181D13
(24,29,19)
#161A11
(22,26,17)
#14170F
(20,23,15)
#12140D
(18,20,13)
#10110B
(16,17,11)
#0E0E09
(14,14,9)
#0C0B07
(12,11,7)
#0A0805
(10,8,5)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #1C2317

#1C2317
(28,35,23)
#30372C
(48,55,44)
#444B41
(68,75,65)
#585F56
(88,95,86)
#6C736B
(108,115,107)
#808780
(128,135,128)
#949B95
(148,155,149)
#A8AFAA
(168,175,170)
#BCC3BF
(188,195,191)
#D0D7D4
(208,215,212)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2317; }

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

This text font color is #1C2317.


Background Color

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

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

This div background color is #1C2317.


Border color

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

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

This div border color is #1C2317.


Opacity

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

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

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

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

This text has shadow with #1C2317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2317 on black background.


Color preview on white background

This text has color #1C2317 on white background.



Black color preview on #1C2317 background

This text has black color on #1C2317 background.


White color preview on #1C2317 background

This text has white color on #1C2317 background.