COLOR #2C471C

HEX: #2C471C
RGB: (44,71,28)

Color info

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

RGB color model

#2C471C color RGB value is (44,71,28).

  • red value is 44;
  • green value is 71;
  • blue value is 28.
RGB:
(44,71,28)
(17%,28%,11%)

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 28 of 255 = 11%

44
71
28

R + G + B ~ 19%. #2C471C is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 28 = 143 (100%)
R 44 of 143 ~ 30.77%
G 71 of 143 ~ 49.65%
B 28 of 143 ~ 19.58%

%30.77
%49.65
%19.58

CMYK color model

#2C471C color CMYK value is (38,0,61,72).

  • cyan value is 38.03%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(38,0,61,72)
C38M0Y61K72 
(38%,0%,61%,72%)
(0.38/0.00/0.61/0.72)	

CMYK percentages

%38.03
%0
%60.56
%72.16

Codes

Color #2C471C in popluar color models

2C471C
RGB447128
HSL98°43.43%19.41%
HSB/HSV98°60.56%27.84%
CMYK38.03%0.00%60.56%
72.16%

Color #2C471C in popluar number systems.

HEX2C471C
Decimal447128
Binary101100100011111100
Octal5410734

Shades and tints

Shades of #2C471C

#2C471C
(44,71,28)
#28411A
(40,65,26)
#243B18
(36,59,24)
#203516
(32,53,22)
#1C2F14
(28,47,20)
#182912
(24,41,18)
#142310
(20,35,16)
#101D0E
(16,29,14)
#0C170C
(12,23,12)
#08110A
(8,17,10)
#040B08
(4,11,8)
#000000
(0,0,0)

Tints of #2C471C

#2C471C
(44,71,28)
#3F5730
(63,87,48)
#526744
(82,103,68)
#657758
(101,119,88)
#78876C
(120,135,108)
#8B9780
(139,151,128)
#9EA794
(158,167,148)
#B1B7A8
(177,183,168)
#C4C7BC
(196,199,188)
#D7D7D0
(215,215,208)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C471C color. Also use rgb(44,71,28) instead hex code.

Text Font Color

.myTextColor { color: #2C471C; }

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

This text font color is #2C471C.


Background Color

.myBgColor { background-color: #2C471C; }

<div style="background-color:#2C471C">Inner text</div>

This div background color is #2C471C.


Border color

.myBorderColor { border: 1px solid #2C471C; }

<div style="border:3px solid #2C471C">Div</div>

This div border color is #2C471C.


Opacity

.myOpacity80 { color: #2C471C; opacity: 0.8; }

<p style="color:#2C471C;opacity:0.8;">80%</p>

Text with #2C471C 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 #2C471C;}

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

This text has shadow with #2C471C color.

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

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

This text has shadow with #2C471C primary color and red secondary color.


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

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

This text has shadow with #2C471C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C471C on black background.


Color preview on white background

This text has color #2C471C on white background.



Black color preview on #2C471C background

This text has black color on #2C471C background.


White color preview on #2C471C background

This text has white color on #2C471C background.