COLOR #1C2315

HEX: #1C2315
RGB: (28,35,21)

Color info

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

RGB color model

#1C2315 color RGB value is (28,35,21).

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

RGB channels and saturation

R 28 of 255 = 11%
G 35 of 255 = 14%
B 21 of 255 = 8%

28
35
21

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

Portions of RGB colors in percentages

R + G + B =
28 + 35 + 21 = 84 (100%)
R 28 of 84 ~ 33.33%
G 35 of 84 ~ 41.67%
B 21 of 84 ~ 25%

%33.33
%41.67
%25

CMYK color model

#1C2315 color CMYK value is (20,0,40,86).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 86.27%
CMYK: (20,0,40,86) C20M0Y40K86 (20%,0%,40%,86%) (0.20/0.00/0.40/0.86)

CMYK percentages

%20
%0
%40
%86.27

Codes

Color #1C2315 in popluar color models

1C2315
RGB283521
HSL90°25.00%10.98%
HSB/HSV90°40.00%13.73%
CMYK20.00%0.00%40.00%
86.27%

Color #1C2315 in popluar number systems.

HEX1C2315
Decimal283521
Binary1110010001110101
Octal344325

Shades and tints

Shades of #1C2315

#1C2315
(28,35,21)
#1A2014
(26,32,20)
#181D13
(24,29,19)
#161A12
(22,26,18)
#141711
(20,23,17)
#121410
(18,20,16)
#10110F
(16,17,15)
#0E0E0E
(14,14,14)
#0C0B0D
(12,11,13)
#0A080C
(10,8,12)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #1C2315

#1C2315
(28,35,21)
#30372A
(48,55,42)
#444B3F
(68,75,63)
#585F54
(88,95,84)
#6C7369
(108,115,105)
#80877E
(128,135,126)
#949B93
(148,155,147)
#A8AFA8
(168,175,168)
#BCC3BD
(188,195,189)
#D0D7D2
(208,215,210)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2315; }

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

This text font color is #1C2315.


Background Color

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

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

This div background color is #1C2315.


Border color

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

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

This div border color is #1C2315.


Opacity

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

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

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

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

This text has shadow with #1C2315 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1C2315 on black background.


Color preview on white background

This text has color #1C2315 on white background.



Black color preview on #1C2315 background

This text has black color on #1C2315 background.


White color preview on #1C2315 background

This text has white color on #1C2315 background.