COLOR #1C2501

HEX: #1C2501
RGB: (28,37,1)

Color info

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

RGB color model

#1C2501 color RGB value is (28,37,1).

  • red value is 28;
  • green value is 37;
  • blue value is 1.
RGB:
(28,37,1)
(11%,15%,0%)

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 1 of 255 = 0%

28
37
1

R + G + B ~ 9%. #1C2501 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 37 + 1 = 66 (100%)
R 28 of 66 ~ 42.42%
G 37 of 66 ~ 56.06%
B 1 of 66 ~ 1.52%

%42.42
%56.06

CMYK color model

#1C2501 color CMYK value is (24,0,97,85).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 97.30%
  • key color value is 85.49%
CMYK:
(24,0,97,85)
C24M0Y97K85 
(24%,0%,97%,85%)
(0.24/0.00/0.97/0.85)	

CMYK percentages

%24.32
%0
%97.3
%85.49

Codes

Color #1C2501 in popluar color models

1C2501
RGB28371
HSL75°94.74%7.45%
HSB/HSV75°97.30%14.51%
CMYK24.32%0.00%97.30%
85.49%

Color #1C2501 in popluar number systems.

HEX1C2501
Decimal28371
Binary111001001011
Octal34451

Shades and tints

Shades of #1C2501

#1C2501
(28,37,1)
#1A2201
(26,34,1)
#181F01
(24,31,1)
#161C01
(22,28,1)
#141901
(20,25,1)
#121601
(18,22,1)
#101301
(16,19,1)
#0E1001
(14,16,1)
#0C0D01
(12,13,1)
#0A0A01
(10,10,1)
#080701
(8,7,1)
#000000
(0,0,0)

Tints of #1C2501

#1C2501
(28,37,1)
#303818
(48,56,24)
#444B2F
(68,75,47)
#585E46
(88,94,70)
#6C715D
(108,113,93)
#808474
(128,132,116)
#94978B
(148,151,139)
#A8AAA2
(168,170,162)
#BCBDB9
(188,189,185)
#D0D0D0
(208,208,208)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2501; }

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

This text font color is #1C2501.


Background Color

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

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

This div background color is #1C2501.


Border color

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

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

This div border color is #1C2501.


Opacity

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

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

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

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

This text has shadow with #1C2501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2501 on black background.


Color preview on white background

This text has color #1C2501 on white background.



Black color preview on #1C2501 background

This text has black color on #1C2501 background.


White color preview on #1C2501 background

This text has white color on #1C2501 background.