COLOR #2C2837

HEX: #2C2837
RGB: (44,40,55)

Color info

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

RGB color model

#2C2837 color RGB value is (44,40,55).

  • red value is 44;
  • green value is 40;
  • blue value is 55.
RGB:
(44,40,55)
(17%,16%,22%)

RGB channels and saturation

R 44 of 255 = 17%
G 40 of 255 = 16%
B 55 of 255 = 22%

44
40
55

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

Portions of RGB colors in percentages

R + G + B =
44 + 40 + 55 = 139 (100%)
R 44 of 139 ~ 31.65%
G 40 of 139 ~ 28.78%
B 55 of 139 ~ 39.57%

%31.65
%28.78
%39.57

CMYK color model

#2C2837 color CMYK value is (20,27,0,78).

  • cyan value is 20.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(20,27,0,78)
C20M27Y0K78 
(20%,27%,0%,78%)
(0.20/0.27/0.00/0.78)	

CMYK percentages

%20
%27.27
%0
%78.43

Codes

Color #2C2837 in popluar color models

2C2837
RGB444055
HSL256°15.79%18.63%
HSB/HSV256°27.27%21.57%
CMYK20.00%27.27%0.00%
78.43%

Color #2C2837 in popluar number systems.

HEX2C2837
Decimal444055
Binary101100101000110111
Octal545067

Shades and tints

Shades of #2C2837

#2C2837
(44,40,55)
#282532
(40,37,50)
#24222D
(36,34,45)
#201F28
(32,31,40)
#1C1C23
(28,28,35)
#18191E
(24,25,30)
#141619
(20,22,25)
#101314
(16,19,20)
#0C100F
(12,16,15)
#080D0A
(8,13,10)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #2C2837

#2C2837
(44,40,55)
#3F3B49
(63,59,73)
#524E5B
(82,78,91)
#65616D
(101,97,109)
#78747F
(120,116,127)
#8B8791
(139,135,145)
#9E9AA3
(158,154,163)
#B1ADB5
(177,173,181)
#C4C0C7
(196,192,199)
#D7D3D9
(215,211,217)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2837 color. Also use rgb(44,40,55) instead hex code.

Text Font Color

.myTextColor { color: #2C2837; }

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

This text font color is #2C2837.


Background Color

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

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

This div background color is #2C2837.


Border color

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

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

This div border color is #2C2837.


Opacity

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

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

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

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

This text has shadow with #2C2837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2837 on black background.


Color preview on white background

This text has color #2C2837 on white background.



Black color preview on #2C2837 background

This text has black color on #2C2837 background.


White color preview on #2C2837 background

This text has white color on #2C2837 background.