COLOR #1C3612

HEX: #1C3612
RGB: (28,54,18)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
54
18

R + G + B ~ 13%. #1C3612 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 54 + 18 = 100 (100%)
R 28 of 100 ~ 28%
G 54 of 100 ~ 54%
B 18 of 100 ~ 18%

%28
%54
%18

CMYK color model

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

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

CMYK percentages

%48.15
%0
%66.67
%78.82

Codes

Color #1C3612 in popluar color models

1C3612
RGB285418
HSL103°50.00%14.12%
HSB/HSV103°66.67%21.18%
CMYK48.15%0.00%66.67%
78.82%

Color #1C3612 in popluar number systems.

HEX1C3612
Decimal285418
Binary1110011011010010
Octal346622

Shades and tints

Shades of #1C3612

#1C3612
(28,54,18)
#1A3211
(26,50,17)
#182E10
(24,46,16)
#162A0F
(22,42,15)
#14260E
(20,38,14)
#12220D
(18,34,13)
#101E0C
(16,30,12)
#0E1A0B
(14,26,11)
#0C160A
(12,22,10)
#0A1209
(10,18,9)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #1C3612

#1C3612
(28,54,18)
#304827
(48,72,39)
#445A3C
(68,90,60)
#586C51
(88,108,81)
#6C7E66
(108,126,102)
#80907B
(128,144,123)
#94A290
(148,162,144)
#A8B4A5
(168,180,165)
#BCC6BA
(188,198,186)
#D0D8CF
(208,216,207)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3612; }

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

This text font color is #1C3612.


Background Color

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

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

This div background color is #1C3612.


Border color

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

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

This div border color is #1C3612.


Opacity

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

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

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

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

This text has shadow with #1C3612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3612 on black background.


Color preview on white background

This text has color #1C3612 on white background.



Black color preview on #1C3612 background

This text has black color on #1C3612 background.


White color preview on #1C3612 background

This text has white color on #1C3612 background.