COLOR #2C4136

HEX: #2C4136
RGB: (44,65,54)

Color info

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

RGB color model

#2C4136 color RGB value is (44,65,54).

  • red value is 44;
  • green value is 65;
  • blue value is 54.
RGB:
(44,65,54)
(17%,25%,21%)

RGB channels and saturation

R 44 of 255 = 17%
G 65 of 255 = 25%
B 54 of 255 = 21%

44
65
54

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

Portions of RGB colors in percentages

R + G + B =
44 + 65 + 54 = 163 (100%)
R 44 of 163 ~ 26.99%
G 65 of 163 ~ 39.88%
B 54 of 163 ~ 33.13%

%26.99
%39.88
%33.13

CMYK color model

#2C4136 color CMYK value is (32,0,17,75).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 74.51%
CMYK:
(32,0,17,75)
C32M0Y17K75 
(32%,0%,17%,75%)
(0.32/0.00/0.17/0.75)	

CMYK percentages

%32.31
%0
%16.92
%74.51

Codes

Color #2C4136 in popluar color models

2C4136
RGB446554
HSL149°19.27%21.37%
HSB/HSV149°32.31%25.49%
CMYK32.31%0.00%16.92%
74.51%

Color #2C4136 in popluar number systems.

HEX2C4136
Decimal446554
Binary1011001000001110110
Octal5410166

Shades and tints

Shades of #2C4136

#2C4136
(44,65,54)
#283C32
(40,60,50)
#24372E
(36,55,46)
#20322A
(32,50,42)
#1C2D26
(28,45,38)
#182822
(24,40,34)
#14231E
(20,35,30)
#101E1A
(16,30,26)
#0C1916
(12,25,22)
#081412
(8,20,18)
#040F0E
(4,15,14)
#000000
(0,0,0)

Tints of #2C4136

#2C4136
(44,65,54)
#3F5248
(63,82,72)
#52635A
(82,99,90)
#65746C
(101,116,108)
#78857E
(120,133,126)
#8B9690
(139,150,144)
#9EA7A2
(158,167,162)
#B1B8B4
(177,184,180)
#C4C9C6
(196,201,198)
#D7DAD8
(215,218,216)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4136 color. Also use rgb(44,65,54) instead hex code.

Text Font Color

.myTextColor { color: #2C4136; }

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

This text font color is #2C4136.


Background Color

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

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

This div background color is #2C4136.


Border color

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

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

This div border color is #2C4136.


Opacity

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

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

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

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

This text has shadow with #2C4136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4136 on black background.


Color preview on white background

This text has color #2C4136 on white background.



Black color preview on #2C4136 background

This text has black color on #2C4136 background.


White color preview on #2C4136 background

This text has white color on #2C4136 background.