COLOR #1C471F

HEX: #1C471F RGB: (28,71,31)

Color info

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

RGB color model

#1C471F color RGB value is (28,71,31).

RGB: (28,71,31) (11%, 28%, 12%)

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 31 of 255 = 12%

28
71
31

R + G + B ~ 17%. #1C471F is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 71 + 31 = 130 (100%)
R 28 of 130 ~ 21.54%
G 71 of 130 ~ 54.62%
B 31 of 130 ~ 23.85'%

%21.54
%54.62
%23.85

CMYK color model

#1C471F color CMYK value is (61,0,56,72).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%

CMYK: (61,0,56,72)
C61M0Y56K72 (61%, 0%, 56%, 72%)
(0.61 / 0.00 / 0.56 / 0.72)

CMYK percentages

%60.56
%0
%56.34
%72.16

Codes

Color #1C471F in popluar color models

1C 47 1F
RGB 28 71 31
HSL 124° 43.43% 19.41%
HSB/HSV 124° 60.56% 27.84%
CMYK 60.56% 0.00% 56.34%
72.16%

Color #1C471F in popluar number systems.

HEX 1C 47 1F
Decimal 28 71 31
Binary 11100 1000111 11111
Octal 34 107 37

Shades and tints

Shades of #1C471F

#1C471F
(28,71,31)
#1A411D
(26,65,29)
#183B1B
(24,59,27)
#163519
(22,53,25)
#142F17
(20,47,23)
#122915
(18,41,21)
#102313
(16,35,19)
#0E1D11
(14,29,17)
#0C170F
(12,23,15)
#0A110D
(10,17,13)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #1C471F

#1C471F
(28,71,31)
#305733
(48,87,51)
#446747
(68,103,71)
#58775B
(88,119,91)
#6C876F
(108,135,111)
#809783
(128,151,131)
#94A797
(148,167,151)
#A8B7AB
(168,183,171)
#BCC7BF
(188,199,191)
#D0D7D3
(208,215,211)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C471F; }

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

This text font color is #1C471F.

Background Color

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

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

This div background color is #1C471F.

Border color

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

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

This div border color is #1C471F.

Opacity

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

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

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

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

This text has shadow with #1C471F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C471F.

Preview

Color preview on black background

This text has color #1C471F on black background.


Color preview on white background

This text has color #1C471F on white background.


Black color preview on #1C471F background

This text has black color on #1C471F background.


White color preview on #1C471F background

This text has white color on #1C471F background.


Related colors

Complementary color

Complementary color for #hex is #E3B8E0.


I love getcolorcode.com

Triadic colors

1 #1F1C47 and #471F1C with #1C471F are triadic colors.

2 #1F471C and #471C1F with #1C471F are triadic colors.