COLOR #1C3311

HEX: #1C3311
RGB: (28,51,17)

Color info

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

RGB color model

#1C3311 color RGB value is (28,51,17).

  • red value is 28;
  • green value is 51;
  • blue value is 17.
RGB:
(28,51,17)
(11%,20%,7%)

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 17 of 255 = 7%

28
51
17

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

Portions of RGB colors in percentages

R + G + B =
28 + 51 + 17 = 96 (100%)
R 28 of 96 ~ 29.17%
G 51 of 96 ~ 53.13%
B 17 of 96 ~ 17.71%

%29.17
%53.13
%17.71

CMYK color model

#1C3311 color CMYK value is (45,0,67,80).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(45,0,67,80)
C45M0Y67K80 
(45%,0%,67%,80%)
(0.45/0.00/0.67/0.80)	

CMYK percentages

%45.1
%0
%66.67
%80

Codes

Color #1C3311 in popluar color models

1C3311
RGB285117
HSL101°50.00%13.33%
HSB/HSV101°66.67%20.00%
CMYK45.10%0.00%66.67%
80.00%

Color #1C3311 in popluar number systems.

HEX1C3311
Decimal285117
Binary1110011001110001
Octal346321

Shades and tints

Shades of #1C3311

#1C3311
(28,51,17)
#1A2F10
(26,47,16)
#182B0F
(24,43,15)
#16270E
(22,39,14)
#14230D
(20,35,13)
#121F0C
(18,31,12)
#101B0B
(16,27,11)
#0E170A
(14,23,10)
#0C1309
(12,19,9)
#0A0F08
(10,15,8)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #1C3311

#1C3311
(28,51,17)
#304526
(48,69,38)
#44573B
(68,87,59)
#586950
(88,105,80)
#6C7B65
(108,123,101)
#808D7A
(128,141,122)
#949F8F
(148,159,143)
#A8B1A4
(168,177,164)
#BCC3B9
(188,195,185)
#D0D5CE
(208,213,206)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3311; }

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

This text font color is #1C3311.


Background Color

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

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

This div background color is #1C3311.


Border color

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

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

This div border color is #1C3311.


Opacity

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

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

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

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

This text has shadow with #1C3311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3311 on black background.


Color preview on white background

This text has color #1C3311 on white background.



Black color preview on #1C3311 background

This text has black color on #1C3311 background.


White color preview on #1C3311 background

This text has white color on #1C3311 background.