COLOR #1C150C

HEX: #1C150C
RGB: (28,21,12)

Color info

#1C150C contains red, green and blue colors in about the same proportion. Web safe color of #1C150C is #330000 (or #300).

RGB color model

#1C150C color RGB value is (28,21,12).

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

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 12 of 255 = 5%

28
21
12

R + G + B ~ 8%. #1C150C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 12 = 61 (100%)
R 28 of 61 ~ 45.9%
G 21 of 61 ~ 34.43%
B 12 of 61 ~ 19.67%

%45.9
%34.43
%19.67

CMYK color model

#1C150C color CMYK value is (0,25,57,89).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 57.14%
  • key color value is 89.02%
CMYK:
(0,25,57,89)
C0M25Y57K89 
(0%,25%,57%,89%)
(0.00/0.25/0.57/0.89)	

CMYK percentages

%0
%25
%57.14
%89.02

Codes

Color #1C150C in popluar color models

1C150C
RGB282112
HSL34°40.00%7.84%
HSB/HSV34°57.14%10.98%
CMYK0.00%25.00%57.14%
89.02%

Color #1C150C in popluar number systems.

HEX1C150C
Decimal282112
Binary11100101011100
Octal342514

Shades and tints

Shades of #1C150C

#1C150C
(28,21,12)
#1A140B
(26,20,11)
#18130A
(24,19,10)
#161209
(22,18,9)
#141108
(20,17,8)
#121007
(18,16,7)
#100F06
(16,15,6)
#0E0E05
(14,14,5)
#0C0D04
(12,13,4)
#0A0C03
(10,12,3)
#080B02
(8,11,2)
#000000
(0,0,0)

Tints of #1C150C

#1C150C
(28,21,12)
#302A22
(48,42,34)
#443F38
(68,63,56)
#58544E
(88,84,78)
#6C6964
(108,105,100)
#807E7A
(128,126,122)
#949390
(148,147,144)
#A8A8A6
(168,168,166)
#BCBDBC
(188,189,188)
#D0D2D2
(208,210,210)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C150C; }

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

This text font color is #1C150C.


Background Color

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

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

This div background color is #1C150C.


Border color

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

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

This div border color is #1C150C.


Opacity

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

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

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

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

This text has shadow with #1C150C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C150C on black background.


Color preview on white background

This text has color #1C150C on white background.



Black color preview on #1C150C background

This text has black color on #1C150C background.


White color preview on #1C150C background

This text has white color on #1C150C background.