COLOR #2C492E

HEX: #2C492E
RGB: (44,73,46)

Color info

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

RGB color model

#2C492E color RGB value is (44,73,46).

  • red value is 44;
  • green value is 73;
  • blue value is 46.
RGB:
(44,73,46)
(17%,29%,18%)

RGB channels and saturation

R 44 of 255 = 17%
G 73 of 255 = 29%
B 46 of 255 = 18%

44
73
46

R + G + B ~ 21%. #2C492E is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 73 + 46 = 163 (100%)
R 44 of 163 ~ 26.99%
G 73 of 163 ~ 44.79%
B 46 of 163 ~ 28.22%

%26.99
%44.79
%28.22

CMYK color model

#2C492E color CMYK value is (40,0,37,71).

  • cyan value is 39.73%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(40,0,37,71)
C40M0Y37K71 
(40%,0%,37%,71%)
(0.40/0.00/0.37/0.71)	

CMYK percentages

%39.73
%0
%36.99
%71.37

Codes

Color #2C492E in popluar color models

2C492E
RGB447346
HSL124°24.79%22.94%
HSB/HSV124°39.73%28.63%
CMYK39.73%0.00%36.99%
71.37%

Color #2C492E in popluar number systems.

HEX2C492E
Decimal447346
Binary1011001001001101110
Octal5411156

Shades and tints

Shades of #2C492E

#2C492E
(44,73,46)
#28432A
(40,67,42)
#243D26
(36,61,38)
#203722
(32,55,34)
#1C311E
(28,49,30)
#182B1A
(24,43,26)
#142516
(20,37,22)
#101F12
(16,31,18)
#0C190E
(12,25,14)
#08130A
(8,19,10)
#040D06
(4,13,6)
#000000
(0,0,0)

Tints of #2C492E

#2C492E
(44,73,46)
#3F5941
(63,89,65)
#526954
(82,105,84)
#657967
(101,121,103)
#78897A
(120,137,122)
#8B998D
(139,153,141)
#9EA9A0
(158,169,160)
#B1B9B3
(177,185,179)
#C4C9C6
(196,201,198)
#D7D9D9
(215,217,217)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C492E color. Also use rgb(44,73,46) instead hex code.

Text Font Color

.myTextColor { color: #2C492E; }

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

This text font color is #2C492E.


Background Color

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

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

This div background color is #2C492E.


Border color

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

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

This div border color is #2C492E.


Opacity

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

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

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

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

This text has shadow with #2C492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C492E on black background.


Color preview on white background

This text has color #2C492E on white background.



Black color preview on #2C492E background

This text has black color on #2C492E background.


White color preview on #2C492E background

This text has white color on #2C492E background.