COLOR #2C3736

HEX: #2C3736 RGB: (44,55,54)

Color info

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

RGB color model

#2C3736 color RGB value is (44,55,54).

RGB: (44,55,54) (17%, 22%, 21%)

RGB channels and saturation

R 44 of 255 = 17%
G 55 of 255 = 22%
B 54 of 255 = 21%

44
55
54

R + G + B ~ 20%. #2C3736 is dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 55 + 54 = 153 (100%)
R 44 of 153 ~ 28.76%
G 55 of 153 ~ 35.95%
B 54 of 153 ~ 35.29'%

%28.76
%35.95
%35.29

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 78.43%
CMYK: (20,0,2,78) C20M0Y2K78 (20%,0%,2%,78%) (0.20/0.00/0.02/0.78) 

CMYK percentages

%20
%0
%1.82
%78.43

Codes

Color #2C3736 in popluar color models

2C 37 36
RGB 44 55 54
HSL 175° 11.11% 19.41%
HSB/HSV 175° 20.00% 21.57%
CMYK 20.00% 0.00% 1.82%
78.43%

Color #2C3736 in popluar number systems.

HEX 2C 37 36
Decimal 44 55 54
Binary 101100 110111 110110
Octal 54 67 66

Shades and tints

Shades of #2C3736

#2C3736
(44,55,54)
#283232
(40,50,50)
#242D2E
(36,45,46)
#20282A
(32,40,42)
#1C2326
(28,35,38)
#181E22
(24,30,34)
#14191E
(20,25,30)
#10141A
(16,20,26)
#0C0F16
(12,15,22)
#080A12
(8,10,18)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #2C3736

#2C3736
(44,55,54)
#3F4948
(63,73,72)
#525B5A
(82,91,90)
#656D6C
(101,109,108)
#787F7E
(120,127,126)
#8B9190
(139,145,144)
#9EA3A2
(158,163,162)
#B1B5B4
(177,181,180)
#C4C7C6
(196,199,198)
#D7D9D8
(215,217,216)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C3736; }

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

This text font color is #2C3736.

Background Color

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

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

This div background color is #2C3736.

Border color

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

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

This div border color is #2C3736.

Opacity

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

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

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

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

This text has shadow with #2C3736 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C3736.

Preview

Color preview on black background

This text has color #2C3736 on black background.


Color preview on white background

This text has color #2C3736 on white background.


Black color preview on #2C3736 background

This text has black color on #2C3736 background.


White color preview on #2C3736 background

This text has white color on #2C3736 background.


Related colors

Complementary color

Complementary color for #hex is #D3C8C9.


I love getcolorcode.com

Triadic colors

1 #362C37 and #37362C with #2C3736 are triadic colors.

2 #36372C and #372C36 with #2C3736 are triadic colors.