COLOR #2C4C48

HEX: #2C4C48 RGB: (44,76,72)

Color info

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

RGB color model

#2C4C48 color RGB value is (44,76,72).

RGB: (44,76,72) (17%, 30%, 28%)

RGB channels and saturation

R 44 of 255 = 17%
G 76 of 255 = 30%
B 72 of 255 = 28%

44
76
72

R + G + B ~ 25%. #2C4C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 76 + 72 = 192 (100%)
R 44 of 192 ~ 22.92%
G 76 of 192 ~ 39.58%
B 72 of 192 ~ 37.5'%

%22.92
%39.58
%37.5

CMYK color model

#2C4C48 color CMYK value is (42,0,5,70).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 70.20%

CMYK: (42,0,5,70)
C42M0Y5K70 (42%, 0%, 5%, 70%)
(0.42 / 0.00 / 0.05 / 0.70)

CMYK percentages

%42.11
%0
%5.26
%70.2

Codes

Color #2C4C48 in popluar color models

2C 4C 48
RGB 44 76 72
HSL 173° 26.67% 23.53%
HSB/HSV 173° 42.11% 29.80%
CMYK 42.11% 0.00% 5.26%
70.20%

Color #2C4C48 in popluar number systems.

HEX 2C 4C 48
Decimal 44 76 72
Binary 101100 1001100 1001000
Octal 54 114 110

Shades and tints

Shades of #2C4C48

#2C4C48
(44,76,72)
#284642
(40,70,66)
#24403C
(36,64,60)
#203A36
(32,58,54)
#1C3430
(28,52,48)
#182E2A
(24,46,42)
#142824
(20,40,36)
#10221E
(16,34,30)
#0C1C18
(12,28,24)
#081612
(8,22,18)
#04100C
(4,16,12)
#000000
(0,0,0)

Tints of #2C4C48

#2C4C48
(44,76,72)
#3F5C58
(63,92,88)
#526C68
(82,108,104)
#657C78
(101,124,120)
#788C88
(120,140,136)
#8B9C98
(139,156,152)
#9EACA8
(158,172,168)
#B1BCB8
(177,188,184)
#C4CCC8
(196,204,200)
#D7DCD8
(215,220,216)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4C48; }

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

This text font color is #2C4C48.

Background Color

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

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

This div background color is #2C4C48.

Border color

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

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

This div border color is #2C4C48.

Opacity

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

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

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

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

This text has shadow with #2C4C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4C48.

Preview

Color preview on black background

This text has color #2C4C48 on black background.


Color preview on white background

This text has color #2C4C48 on white background.


Black color preview on #2C4C48 background

This text has black color on #2C4C48 background.


White color preview on #2C4C48 background

This text has white color on #2C4C48 background.


Related colors

Complementary color

Complementary color for #hex is #D3B3B7.


I love getcolorcode.com

Triadic colors

1 #482C4C and #4C482C with #2C4C48 are triadic colors.

2 #484C2C and #4C2C48 with #2C4C48 are triadic colors.