COLOR #2C4742

HEX: #2C4742
RGB: (44,71,66)

Color info

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

RGB color model

#2C4742 color RGB value is (44,71,66).

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

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 66 of 255 = 26%

44
71
66

R + G + B ~ 24%. #2C4742 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 66 = 181 (100%)
R 44 of 181 ~ 24.31%
G 71 of 181 ~ 39.23%
B 66 of 181 ~ 36.46%

%24.31
%39.23
%36.46

CMYK color model

#2C4742 color CMYK value is (38,0,7,72).

  • cyan value is 38.03%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(38,0,7,72)
C38M0Y7K72 
(38%,0%,7%,72%)
(0.38/0.00/0.07/0.72)	

CMYK percentages

%38.03
%0
%7.04
%72.16

Codes

Color #2C4742 in popluar color models

2C4742
RGB447166
HSL169°23.48%22.55%
HSB/HSV169°38.03%27.84%
CMYK38.03%0.00%7.04%
72.16%

Color #2C4742 in popluar number systems.

HEX2C4742
Decimal447166
Binary10110010001111000010
Octal54107102

Shades and tints

Shades of #2C4742

#2C4742
(44,71,66)
#28413C
(40,65,60)
#243B36
(36,59,54)
#203530
(32,53,48)
#1C2F2A
(28,47,42)
#182924
(24,41,36)
#14231E
(20,35,30)
#101D18
(16,29,24)
#0C1712
(12,23,18)
#08110C
(8,17,12)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #2C4742

#2C4742
(44,71,66)
#3F5753
(63,87,83)
#526764
(82,103,100)
#657775
(101,119,117)
#788786
(120,135,134)
#8B9797
(139,151,151)
#9EA7A8
(158,167,168)
#B1B7B9
(177,183,185)
#C4C7CA
(196,199,202)
#D7D7DB
(215,215,219)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4742; }

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

This text font color is #2C4742.


Background Color

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

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

This div background color is #2C4742.


Border color

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

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

This div border color is #2C4742.


Opacity

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

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

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

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

This text has shadow with #2C4742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4742 on black background.


Color preview on white background

This text has color #2C4742 on white background.



Black color preview on #2C4742 background

This text has black color on #2C4742 background.


White color preview on #2C4742 background

This text has white color on #2C4742 background.