COLOR #2C2636

HEX: #2C2636
RGB: (44,38,54)

Color info

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

RGB color model

#2C2636 color RGB value is (44,38,54).

  • red value is 44;
  • green value is 38;
  • blue value is 54.
RGB:
(44,38,54)
(17%,15%,21%)

RGB channels and saturation

R 44 of 255 = 17%
G 38 of 255 = 15%
B 54 of 255 = 21%

44
38
54

R + G + B ~ 18%. #2C2636 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 38 + 54 = 136 (100%)
R 44 of 136 ~ 32.35%
G 38 of 136 ~ 27.94%
B 54 of 136 ~ 39.71%

%32.35
%27.94
%39.71

CMYK color model

#2C2636 color CMYK value is (19,30,0,79).

  • cyan value is 18.52%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(19,30,0,79)
C19M30Y0K79 
(19%,30%,0%,79%)
(0.19/0.30/0.00/0.79)	

CMYK percentages

%18.52
%29.63
%0
%78.82

Codes

Color #2C2636 in popluar color models

2C2636
RGB443854
HSL263°17.39%18.04%
HSB/HSV263°29.63%21.18%
CMYK18.52%29.63%0.00%
78.82%

Color #2C2636 in popluar number systems.

HEX2C2636
Decimal443854
Binary101100100110110110
Octal544666

Shades and tints

Shades of #2C2636

#2C2636
(44,38,54)
#282332
(40,35,50)
#24202E
(36,32,46)
#201D2A
(32,29,42)
#1C1A26
(28,26,38)
#181722
(24,23,34)
#14141E
(20,20,30)
#10111A
(16,17,26)
#0C0E16
(12,14,22)
#080B12
(8,11,18)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #2C2636

#2C2636
(44,38,54)
#3F3948
(63,57,72)
#524C5A
(82,76,90)
#655F6C
(101,95,108)
#78727E
(120,114,126)
#8B8590
(139,133,144)
#9E98A2
(158,152,162)
#B1ABB4
(177,171,180)
#C4BEC6
(196,190,198)
#D7D1D8
(215,209,216)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2636 color. Also use rgb(44,38,54) instead hex code.

Text Font Color

.myTextColor { color: #2C2636; }

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

This text font color is #2C2636.


Background Color

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

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

This div background color is #2C2636.


Border color

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

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

This div border color is #2C2636.


Opacity

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

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

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

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

This text has shadow with #2C2636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2636 on black background.


Color preview on white background

This text has color #2C2636 on white background.



Black color preview on #2C2636 background

This text has black color on #2C2636 background.


White color preview on #2C2636 background

This text has white color on #2C2636 background.