COLOR #2C463B

HEX: #2C463B
RGB: (44,70,59)

Color info

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

RGB color model

#2C463B color RGB value is (44,70,59).

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

RGB channels and saturation

R 44 of 255 = 17%
G 70 of 255 = 27%
B 59 of 255 = 23%

44
70
59

R + G + B ~ 22%. #2C463B is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 70 + 59 = 173 (100%)
R 44 of 173 ~ 25.43%
G 70 of 173 ~ 40.46%
B 59 of 173 ~ 34.1%

%25.43
%40.46
%34.1

CMYK color model

#2C463B color CMYK value is (37,0,16,73).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(37,0,16,73)
C37M0Y16K73 
(37%,0%,16%,73%)
(0.37/0.00/0.16/0.73)	

CMYK percentages

%37.14
%0
%15.71
%72.55

Codes

Color #2C463B in popluar color models

2C463B
RGB447059
HSL155°22.81%22.35%
HSB/HSV155°37.14%27.45%
CMYK37.14%0.00%15.71%
72.55%

Color #2C463B in popluar number systems.

HEX2C463B
Decimal447059
Binary1011001000110111011
Octal5410673

Shades and tints

Shades of #2C463B

#2C463B
(44,70,59)
#284036
(40,64,54)
#243A31
(36,58,49)
#20342C
(32,52,44)
#1C2E27
(28,46,39)
#182822
(24,40,34)
#14221D
(20,34,29)
#101C18
(16,28,24)
#0C1613
(12,22,19)
#08100E
(8,16,14)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #2C463B

#2C463B
(44,70,59)
#3F564C
(63,86,76)
#52665D
(82,102,93)
#65766E
(101,118,110)
#78867F
(120,134,127)
#8B9690
(139,150,144)
#9EA6A1
(158,166,161)
#B1B6B2
(177,182,178)
#C4C6C3
(196,198,195)
#D7D6D4
(215,214,212)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C463B; }

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

This text font color is #2C463B.


Background Color

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

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

This div background color is #2C463B.


Border color

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

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

This div border color is #2C463B.


Opacity

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

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

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

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

This text has shadow with #2C463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C463B on black background.


Color preview on white background

This text has color #2C463B on white background.



Black color preview on #2C463B background

This text has black color on #2C463B background.


White color preview on #2C463B background

This text has white color on #2C463B background.