COLOR #1C361C

HEX: #1C361C
RGB: (28,54,28)

Color info

#1C361C contains red, green and blue colors in about the same proportion. Web safe color of #1C361C is #333333 (or #333).

RGB color model

#1C361C color RGB value is (28,54,28).

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

RGB channels and saturation

R 28 of 255 = 11%
G 54 of 255 = 21%
B 28 of 255 = 11%

28
54
28

R + G + B ~ 14%. #1C361C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 54 + 28 = 110 (100%)
R 28 of 110 ~ 25.45%
G 54 of 110 ~ 49.09%
B 28 of 110 ~ 25.45%

%25.45
%49.09
%25.45

CMYK color model

#1C361C color CMYK value is (48,0,48,79).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 78.82%
CMYK:
(48,0,48,79)
C48M0Y48K79 
(48%,0%,48%,79%)
(0.48/0.00/0.48/0.79)	

CMYK percentages

%48.15
%0
%48.15
%78.82

Codes

Color #1C361C in popluar color models

1C361C
RGB285428
HSL120°31.71%16.08%
HSB/HSV120°48.15%21.18%
CMYK48.15%0.00%48.15%
78.82%

Color #1C361C in popluar number systems.

HEX1C361C
Decimal285428
Binary1110011011011100
Octal346634

Shades and tints

Shades of #1C361C

#1C361C
(28,54,28)
#1A321A
(26,50,26)
#182E18
(24,46,24)
#162A16
(22,42,22)
#142614
(20,38,20)
#122212
(18,34,18)
#101E10
(16,30,16)
#0E1A0E
(14,26,14)
#0C160C
(12,22,12)
#0A120A
(10,18,10)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #1C361C

#1C361C
(28,54,28)
#304830
(48,72,48)
#445A44
(68,90,68)
#586C58
(88,108,88)
#6C7E6C
(108,126,108)
#809080
(128,144,128)
#94A294
(148,162,148)
#A8B4A8
(168,180,168)
#BCC6BC
(188,198,188)
#D0D8D0
(208,216,208)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C361C; }

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

This text font color is #1C361C.


Background Color

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

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

This div background color is #1C361C.


Border color

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

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

This div border color is #1C361C.


Opacity

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

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

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

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

This text has shadow with #1C361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C361C on black background.


Color preview on white background

This text has color #1C361C on white background.



Black color preview on #1C361C background

This text has black color on #1C361C background.


White color preview on #1C361C background

This text has white color on #1C361C background.