COLOR #1C421B

HEX: #1C421B RGB: (28,66,27)

Color info

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

RGB color model

#1C421B color RGB value is (28,66,27).

RGB: (28,66,27) (11%, 26%, 11%)

RGB channels and saturation

R 28 of 255 = 11%
G 66 of 255 = 26%
B 27 of 255 = 11%

28
66
27

R + G + B ~ 16%. #1C421B is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 66 + 27 = 121 (100%)
R 28 of 121 ~ 23.14%
G 66 of 121 ~ 54.55%
B 27 of 121 ~ 22.31'%

%23.14
%54.55
%22.31

CMYK color model

#1C421B color CMYK value is (58,0,59,74).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%

CMYK: (58,0,59,74)
C58M0Y59K74 (58%, 0%, 59%, 74%)
(0.58 / 0.00 / 0.59 / 0.74)

CMYK percentages

%57.58
%0
%59.09
%74.12

Codes

Color #1C421B in popluar color models

1C 42 1B
RGB 28 66 27
HSL 118° 41.94% 18.24%
HSB/HSV 118° 59.09% 25.88%
CMYK 57.58% 0.00% 59.09%
74.12%

Color #1C421B in popluar number systems.

HEX 1C 42 1B
Decimal 28 66 27
Binary 11100 1000010 11011
Octal 34 102 33

Shades and tints

Shades of #1C421B

#1C421B
(28,66,27)
#1A3C19
(26,60,25)
#183617
(24,54,23)
#163015
(22,48,21)
#142A13
(20,42,19)
#122411
(18,36,17)
#101E0F
(16,30,15)
#0E180D
(14,24,13)
#0C120B
(12,18,11)
#0A0C09
(10,12,9)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #1C421B

#1C421B
(28,66,27)
#30532F
(48,83,47)
#446443
(68,100,67)
#587557
(88,117,87)
#6C866B
(108,134,107)
#80977F
(128,151,127)
#94A893
(148,168,147)
#A8B9A7
(168,185,167)
#BCCABB
(188,202,187)
#D0DBCF
(208,219,207)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C421B; }

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

This text font color is #1C421B.

Background Color

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

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

This div background color is #1C421B.

Border color

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

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

This div border color is #1C421B.

Opacity

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

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

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

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

This text has shadow with #1C421B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C421B.

Preview

Color preview on black background

This text has color #1C421B on black background.


Color preview on white background

This text has color #1C421B on white background.


Black color preview on #1C421B background

This text has black color on #1C421B background.


White color preview on #1C421B background

This text has white color on #1C421B background.


Related colors

Complementary color

Complementary color for #hex is #E3BDE4.


I love getcolorcode.com

Triadic colors

1 #1B1C42 and #421B1C with #1C421B are triadic colors.

2 #1B421C and #421C1B with #1C421B are triadic colors.