COLOR #1C1520

HEX: #1C1520
RGB: (28,21,32)

Color info

#1C1520 contains red, green and blue colors in about the same proportion. Web safe color of #1C1520 is #330033 (or #303).

RGB color model

#1C1520 color RGB value is (28,21,32).

  • red value is 28;
  • green value is 21;
  • blue value is 32.
RGB:
(28,21,32)
(11%,8%,13%)

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 32 of 255 = 13%

28
21
32

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

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 32 = 81 (100%)
R 28 of 81 ~ 34.57%
G 21 of 81 ~ 25.93%
B 32 of 81 ~ 39.51%

%34.57
%25.93
%39.51

CMYK color model

#1C1520 color CMYK value is (13,34,0,87).

  • cyan value is 12.50%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(13,34,0,87)
C13M34Y0K87 
(13%,34%,0%,87%)
(0.13/0.34/0.00/0.87)	

CMYK percentages

%12.5
%34.38
%0
%87.45

Codes

Color #1C1520 in popluar color models

1C1520
RGB282132
HSL278°20.75%10.39%
HSB/HSV278°34.38%12.55%
CMYK12.50%34.38%0.00%
87.45%

Color #1C1520 in popluar number systems.

HEX1C1520
Decimal282132
Binary1110010101100000
Octal342540

Shades and tints

Shades of #1C1520

#1C1520
(28,21,32)
#1A141E
(26,20,30)
#18131C
(24,19,28)
#16121A
(22,18,26)
#141118
(20,17,24)
#121016
(18,16,22)
#100F14
(16,15,20)
#0E0E12
(14,14,18)
#0C0D10
(12,13,16)
#0A0C0E
(10,12,14)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #1C1520

#1C1520
(28,21,32)
#302A34
(48,42,52)
#443F48
(68,63,72)
#58545C
(88,84,92)
#6C6970
(108,105,112)
#807E84
(128,126,132)
#949398
(148,147,152)
#A8A8AC
(168,168,172)
#BCBDC0
(188,189,192)
#D0D2D4
(208,210,212)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1520 color. Also use rgb(28,21,32) instead hex code.

Text Font Color

.myTextColor { color: #1C1520; }

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

This text font color is #1C1520.


Background Color

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

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

This div background color is #1C1520.


Border color

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

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

This div border color is #1C1520.


Opacity

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

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

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

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

This text has shadow with #1C1520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1520 on black background.


Color preview on white background

This text has color #1C1520 on white background.



Black color preview on #1C1520 background

This text has black color on #1C1520 background.


White color preview on #1C1520 background

This text has white color on #1C1520 background.