COLOR #1C2515

HEX: #1C2515 RGB: (28,37,21)

Color info

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

RGB color model

#1C2515 color RGB value is (28,37,21).

RGB: (28,37,21) (11%, 15%, 8%)

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 21 of 255 = 8%

28
37
21

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

Portions of RGB colors in percentages

R + G + B = 28 + 37 + 21 = 86 (100%)
R 28 of 86 ~ 32.56%
G 37 of 86 ~ 43.02%
B 21 of 86 ~ 24.42'%

%32.56
%43.02
%24.42

CMYK color model

#1C2515 color CMYK value is (24,0,43,85).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 85.49%

CMYK: (24,0,43,85)
C24M0Y43K85 (24%, 0%, 43%, 85%)
(0.24 / 0.00 / 0.43 / 0.85)

CMYK percentages

%24.32
%0
%43.24
%85.49

Codes

Color #1C2515 in popluar color models

1C 25 15
RGB 28 37 21
HSL 94° 27.59% 11.37%
HSB/HSV 94° 43.24% 14.51%
CMYK 24.32% 0.00% 43.24%
85.49%

Color #1C2515 in popluar number systems.

HEX 1C 25 15
Decimal 28 37 21
Binary 11100 100101 10101
Octal 34 45 25

Shades and tints

Shades of #1C2515

#1C2515
(28,37,21)
#1A2214
(26,34,20)
#181F13
(24,31,19)
#161C12
(22,28,18)
#141911
(20,25,17)
#121610
(18,22,16)
#10130F
(16,19,15)
#0E100E
(14,16,14)
#0C0D0D
(12,13,13)
#0A0A0C
(10,10,12)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #1C2515

#1C2515
(28,37,21)
#30382A
(48,56,42)
#444B3F
(68,75,63)
#585E54
(88,94,84)
#6C7169
(108,113,105)
#80847E
(128,132,126)
#949793
(148,151,147)
#A8AAA8
(168,170,168)
#BCBDBD
(188,189,189)
#D0D0D2
(208,208,210)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2515; }

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

This text font color is #1C2515.

Background Color

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

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

This div background color is #1C2515.

Border color

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

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

This div border color is #1C2515.

Opacity

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

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

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

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

This text has shadow with #1C2515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2515.

Preview

Color preview on black background

This text has color #1C2515 on black background.


Color preview on white background

This text has color #1C2515 on white background.


Black color preview on #1C2515 background

This text has black color on #1C2515 background.


White color preview on #1C2515 background

This text has white color on #1C2515 background.


Related colors

Complementary color

Complementary color for #hex is #E3DAEA.


I love getcolorcode.com

Triadic colors

1 #151C25 and #25151C with #1C2515 are triadic colors.

2 #15251C and #251C15 with #1C2515 are triadic colors.