COLOR #2C4648

HEX: #2C4648
RGB: (44,70,72)

Color info

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

RGB color model

#2C4648 color RGB value is (44,70,72).

  • red value is 44;
  • green value is 70;
  • blue value is 72.
RGB:
(44,70,72)
(17%,27%,28%)

RGB channels and saturation

R 44 of 255 = 17%
G 70 of 255 = 27%
B 72 of 255 = 28%

44
70
72

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

Portions of RGB colors in percentages

R + G + B =
44 + 70 + 72 = 186 (100%)
R 44 of 186 ~ 23.66%
G 70 of 186 ~ 37.63%
B 72 of 186 ~ 38.71%

%23.66
%37.63
%38.71

CMYK color model

#2C4648 color CMYK value is (39,3,0,72).

  • cyan value is 38.89%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(39,3,0,72)
C39M3Y0K72 
(39%,3%,0%,72%)
(0.39/0.03/0.00/0.72)	

CMYK percentages

%38.89
%2.78
%0
%71.76

Codes

Color #2C4648 in popluar color models

2C4648
RGB447072
HSL184°24.14%22.75%
HSB/HSV184°38.89%28.24%
CMYK38.89%2.78%0.00%
71.76%

Color #2C4648 in popluar number systems.

HEX2C4648
Decimal447072
Binary10110010001101001000
Octal54106110

Shades and tints

Shades of #2C4648

#2C4648
(44,70,72)
#284042
(40,64,66)
#243A3C
(36,58,60)
#203436
(32,52,54)
#1C2E30
(28,46,48)
#18282A
(24,40,42)
#142224
(20,34,36)
#101C1E
(16,28,30)
#0C1618
(12,22,24)
#081012
(8,16,18)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #2C4648

#2C4648
(44,70,72)
#3F5658
(63,86,88)
#526668
(82,102,104)
#657678
(101,118,120)
#788688
(120,134,136)
#8B9698
(139,150,152)
#9EA6A8
(158,166,168)
#B1B6B8
(177,182,184)
#C4C6C8
(196,198,200)
#D7D6D8
(215,214,216)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4648 color. Also use rgb(44,70,72) instead hex code.

Text Font Color

.myTextColor { color: #2C4648; }

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

This text font color is #2C4648.


Background Color

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

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

This div background color is #2C4648.


Border color

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

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

This div border color is #2C4648.


Opacity

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

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

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

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

This text has shadow with #2C4648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4648 on black background.


Color preview on white background

This text has color #2C4648 on white background.



Black color preview on #2C4648 background

This text has black color on #2C4648 background.


White color preview on #2C4648 background

This text has white color on #2C4648 background.