COLOR #1C6421

HEX: #1C6421
RGB: (28,100,33)

Color info

#1C6421 contains mainly green color. Web safe color of #1C6421 is #336633 (or #363).

RGB color model

#1C6421 color RGB value is (28,100,33).

  • red value is 28;
  • green value is 100;
  • blue value is 33.
RGB:
(28,100,33)
(11%,39%,13%)

RGB channels and saturation

R 28 of 255 = 11%
G 100 of 255 = 39%
B 33 of 255 = 13%

28
100
33

R + G + B ~ 21%. #1C6421 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 100 + 33 = 161 (100%)
R 28 of 161 ~ 17.39%
G 100 of 161 ~ 62.11%
B 33 of 161 ~ 20.5%

%17.39
%62.11
%20.5

CMYK color model

#1C6421 color CMYK value is (72,0,67,61).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 67.00%
  • key color value is 60.78%
CMYK:
(72,0,67,61)
C72M0Y67K61 
(72%,0%,67%,61%)
(0.72/0.00/0.67/0.61)	

CMYK percentages

%72
%0
%67
%60.78

Codes

Color #1C6421 in popluar color models

1C6421
RGB2810033
HSL124°56.25%25.10%
HSB/HSV124°72.00%39.22%
CMYK72.00%0.00%67.00%
60.78%

Color #1C6421 in popluar number systems.

HEX1C6421
Decimal2810033
Binary111001100100100001
Octal3414441

Shades and tints

Shades of #1C6421

#1C6421
(28,100,33)
#1A5B1E
(26,91,30)
#18521B
(24,82,27)
#164918
(22,73,24)
#144015
(20,64,21)
#123712
(18,55,18)
#102E0F
(16,46,15)
#0E250C
(14,37,12)
#0C1C09
(12,28,9)
#0A1306
(10,19,6)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #1C6421

#1C6421
(28,100,33)
#307235
(48,114,53)
#448049
(68,128,73)
#588E5D
(88,142,93)
#6C9C71
(108,156,113)
#80AA85
(128,170,133)
#94B899
(148,184,153)
#A8C6AD
(168,198,173)
#BCD4C1
(188,212,193)
#D0E2D5
(208,226,213)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6421; }

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

This text font color is #1C6421.


Background Color

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

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

This div background color is #1C6421.


Border color

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

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

This div border color is #1C6421.


Opacity

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

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

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

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

This text has shadow with #1C6421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6421 on black background.


Color preview on white background

This text has color #1C6421 on white background.



Black color preview on #1C6421 background

This text has black color on #1C6421 background.


White color preview on #1C6421 background

This text has white color on #1C6421 background.