COLOR #1C2813

HEX: #1C2813
RGB: (28,40,19)

Color info

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

RGB color model

#1C2813 color RGB value is (28,40,19).

  • red value is 28;
  • green value is 40;
  • blue value is 19.
RGB:
(28,40,19)
(11%,16%,7%)

RGB channels and saturation

R 28 of 255 = 11%
G 40 of 255 = 16%
B 19 of 255 = 7%

28
40
19

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

Portions of RGB colors in percentages

R + G + B =
28 + 40 + 19 = 87 (100%)
R 28 of 87 ~ 32.18%
G 40 of 87 ~ 45.98%
B 19 of 87 ~ 21.84%

%32.18
%45.98
%21.84

CMYK color model

#1C2813 color CMYK value is (30,0,53,84).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 84.31%
CMYK:
(30,0,53,84)
C30M0Y53K84 
(30%,0%,53%,84%)
(0.30/0.00/0.53/0.84)	

CMYK percentages

%30
%0
%52.5
%84.31

Codes

Color #1C2813 in popluar color models

1C2813
RGB284019
HSL94°35.59%11.57%
HSB/HSV94°52.50%15.69%
CMYK30.00%0.00%52.50%
84.31%

Color #1C2813 in popluar number systems.

HEX1C2813
Decimal284019
Binary1110010100010011
Octal345023

Shades and tints

Shades of #1C2813

#1C2813
(28,40,19)
#1A2512
(26,37,18)
#182211
(24,34,17)
#161F10
(22,31,16)
#141C0F
(20,28,15)
#12190E
(18,25,14)
#10160D
(16,22,13)
#0E130C
(14,19,12)
#0C100B
(12,16,11)
#0A0D0A
(10,13,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #1C2813

#1C2813
(28,40,19)
#303B28
(48,59,40)
#444E3D
(68,78,61)
#586152
(88,97,82)
#6C7467
(108,116,103)
#80877C
(128,135,124)
#949A91
(148,154,145)
#A8ADA6
(168,173,166)
#BCC0BB
(188,192,187)
#D0D3D0
(208,211,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2813 color. Also use rgb(28,40,19) instead hex code.

Text Font Color

.myTextColor { color: #1C2813; }

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

This text font color is #1C2813.


Background Color

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

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

This div background color is #1C2813.


Border color

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

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

This div border color is #1C2813.


Opacity

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

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

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

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

This text has shadow with #1C2813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2813 on black background.


Color preview on white background

This text has color #1C2813 on white background.



Black color preview on #1C2813 background

This text has black color on #1C2813 background.


White color preview on #1C2813 background

This text has white color on #1C2813 background.