COLOR #2C3730

HEX: #2C3730
RGB: (44,55,48)

Color info

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

RGB color model

#2C3730 color RGB value is (44,55,48).

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

RGB channels and saturation

R 44 of 255 = 17%
G 55 of 255 = 22%
B 48 of 255 = 19%

44
55
48

R + G + B ~ 19%. #2C3730 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 55 + 48 = 147 (100%)
R 44 of 147 ~ 29.93%
G 55 of 147 ~ 37.41%
B 48 of 147 ~ 32.65%

%29.93
%37.41
%32.65

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(20,0,13,78)
C20M0Y13K78 
(20%,0%,13%,78%)
(0.20/0.00/0.13/0.78)	

CMYK percentages

%20
%0
%12.73
%78.43

Codes

Color #2C3730 in popluar color models

2C3730
RGB445548
HSL142°11.11%19.41%
HSB/HSV142°20.00%21.57%
CMYK20.00%0.00%12.73%
78.43%

Color #2C3730 in popluar number systems.

HEX2C3730
Decimal445548
Binary101100110111110000
Octal546760

Shades and tints

Shades of #2C3730

#2C3730
(44,55,48)
#28322C
(40,50,44)
#242D28
(36,45,40)
#202824
(32,40,36)
#1C2320
(28,35,32)
#181E1C
(24,30,28)
#141918
(20,25,24)
#101414
(16,20,20)
#0C0F10
(12,15,16)
#080A0C
(8,10,12)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #2C3730

#2C3730
(44,55,48)
#3F4942
(63,73,66)
#525B54
(82,91,84)
#656D66
(101,109,102)
#787F78
(120,127,120)
#8B918A
(139,145,138)
#9EA39C
(158,163,156)
#B1B5AE
(177,181,174)
#C4C7C0
(196,199,192)
#D7D9D2
(215,217,210)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C3730; }

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

This text font color is #2C3730.


Background Color

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

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

This div background color is #2C3730.


Border color

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

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

This div border color is #2C3730.


Opacity

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

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

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

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

This text has shadow with #2C3730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3730 on black background.


Color preview on white background

This text has color #2C3730 on white background.



Black color preview on #2C3730 background

This text has black color on #2C3730 background.


White color preview on #2C3730 background

This text has white color on #2C3730 background.