COLOR #2C4139

HEX: #2C4139
RGB: (44,65,57)

Color info

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

RGB color model

#2C4139 color RGB value is (44,65,57).

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

RGB channels and saturation

R 44 of 255 = 17%
G 65 of 255 = 25%
B 57 of 255 = 22%

44
65
57

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

Portions of RGB colors in percentages

R + G + B =
44 + 65 + 57 = 166 (100%)
R 44 of 166 ~ 26.51%
G 65 of 166 ~ 39.16%
B 57 of 166 ~ 34.34%

%26.51
%39.16
%34.34

CMYK color model

#2C4139 color CMYK value is (32,0,12,75).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 74.51%
CMYK:
(32,0,12,75)
C32M0Y12K75 
(32%,0%,12%,75%)
(0.32/0.00/0.12/0.75)	

CMYK percentages

%32.31
%0
%12.31
%74.51

Codes

Color #2C4139 in popluar color models

2C4139
RGB446557
HSL157°19.27%21.37%
HSB/HSV157°32.31%25.49%
CMYK32.31%0.00%12.31%
74.51%

Color #2C4139 in popluar number systems.

HEX2C4139
Decimal446557
Binary1011001000001111001
Octal5410171

Shades and tints

Shades of #2C4139

#2C4139
(44,65,57)
#283C34
(40,60,52)
#24372F
(36,55,47)
#20322A
(32,50,42)
#1C2D25
(28,45,37)
#182820
(24,40,32)
#14231B
(20,35,27)
#101E16
(16,30,22)
#0C1911
(12,25,17)
#08140C
(8,20,12)
#040F07
(4,15,7)
#000000
(0,0,0)

Tints of #2C4139

#2C4139
(44,65,57)
#3F524B
(63,82,75)
#52635D
(82,99,93)
#65746F
(101,116,111)
#788581
(120,133,129)
#8B9693
(139,150,147)
#9EA7A5
(158,167,165)
#B1B8B7
(177,184,183)
#C4C9C9
(196,201,201)
#D7DADB
(215,218,219)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4139; }

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

This text font color is #2C4139.


Background Color

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

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

This div background color is #2C4139.


Border color

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

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

This div border color is #2C4139.


Opacity

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

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

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

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

This text has shadow with #2C4139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4139 on black background.


Color preview on white background

This text has color #2C4139 on white background.



Black color preview on #2C4139 background

This text has black color on #2C4139 background.


White color preview on #2C4139 background

This text has white color on #2C4139 background.