COLOR #2C5248

HEX: #2C5248
RGB: (44,82,72)

Color info

#2C5248 contains red, green and blue colors in about the same proportion. Web safe color of #2C5248 is #336633 (or #363).

RGB color model

#2C5248 color RGB value is (44,82,72).

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

RGB channels and saturation

R 44 of 255 = 17%
G 82 of 255 = 32%
B 72 of 255 = 28%

44
82
72

R + G + B ~ 26%. #2C5248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 82 + 72 = 198 (100%)
R 44 of 198 ~ 22.22%
G 82 of 198 ~ 41.41%
B 72 of 198 ~ 36.36%

%22.22
%41.41
%36.36

CMYK color model

#2C5248 color CMYK value is (46,0,12,68).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 67.84%
CMYK:
(46,0,12,68)
C46M0Y12K68 
(46%,0%,12%,68%)
(0.46/0.00/0.12/0.68)	

CMYK percentages

%46.34
%0
%12.2
%67.84

Codes

Color #2C5248 in popluar color models

2C5248
RGB448272
HSL164°30.16%24.71%
HSB/HSV164°46.34%32.16%
CMYK46.34%0.00%12.20%
67.84%

Color #2C5248 in popluar number systems.

HEX2C5248
Decimal448272
Binary10110010100101001000
Octal54122110

Shades and tints

Shades of #2C5248

#2C5248
(44,82,72)
#284B42
(40,75,66)
#24443C
(36,68,60)
#203D36
(32,61,54)
#1C3630
(28,54,48)
#182F2A
(24,47,42)
#142824
(20,40,36)
#10211E
(16,33,30)
#0C1A18
(12,26,24)
#081312
(8,19,18)
#040C0C
(4,12,12)
#000000
(0,0,0)

Tints of #2C5248

#2C5248
(44,82,72)
#3F6158
(63,97,88)
#527068
(82,112,104)
#657F78
(101,127,120)
#788E88
(120,142,136)
#8B9D98
(139,157,152)
#9EACA8
(158,172,168)
#B1BBB8
(177,187,184)
#C4CAC8
(196,202,200)
#D7D9D8
(215,217,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5248; }

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

This text font color is #2C5248.


Background Color

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

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

This div background color is #2C5248.


Border color

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

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

This div border color is #2C5248.


Opacity

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

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

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

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

This text has shadow with #2C5248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5248 on black background.


Color preview on white background

This text has color #2C5248 on white background.



Black color preview on #2C5248 background

This text has black color on #2C5248 background.


White color preview on #2C5248 background

This text has white color on #2C5248 background.