COLOR #2C4F39

HEX: #2C4F39
RGB: (44,79,57)

Color info

#2C4F39 contains red, green and blue colors in about the same proportion. Web safe color of #2C4F39 is #336633 (or #363).

RGB color model

#2C4F39 color RGB value is (44,79,57).

  • red value is 44;
  • green value is 79;
  • blue value is 57.
RGB:
(44,79,57)
(17%,31%,22%)

RGB channels and saturation

R 44 of 255 = 17%
G 79 of 255 = 31%
B 57 of 255 = 22%

44
79
57

R + G + B ~ 23%. #2C4F39 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 79 + 57 = 180 (100%)
R 44 of 180 ~ 24.44%
G 79 of 180 ~ 43.89%
B 57 of 180 ~ 31.67%

%24.44
%43.89
%31.67

CMYK color model

#2C4F39 color CMYK value is (44,0,28,69).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 69.02%
CMYK:
(44,0,28,69)
C44M0Y28K69 
(44%,0%,28%,69%)
(0.44/0.00/0.28/0.69)	

CMYK percentages

%44.3
%0
%27.85
%69.02

Codes

Color #2C4F39 in popluar color models

2C4F39
RGB447957
HSL142°28.46%24.12%
HSB/HSV142°44.30%30.98%
CMYK44.30%0.00%27.85%
69.02%

Color #2C4F39 in popluar number systems.

HEX2C4F39
Decimal447957
Binary1011001001111111001
Octal5411771

Shades and tints

Shades of #2C4F39

#2C4F39
(44,79,57)
#284834
(40,72,52)
#24412F
(36,65,47)
#203A2A
(32,58,42)
#1C3325
(28,51,37)
#182C20
(24,44,32)
#14251B
(20,37,27)
#101E16
(16,30,22)
#0C1711
(12,23,17)
#08100C
(8,16,12)
#040907
(4,9,7)
#000000
(0,0,0)

Tints of #2C4F39

#2C4F39
(44,79,57)
#3F5F4B
(63,95,75)
#526F5D
(82,111,93)
#657F6F
(101,127,111)
#788F81
(120,143,129)
#8B9F93
(139,159,147)
#9EAFA5
(158,175,165)
#B1BFB7
(177,191,183)
#C4CFC9
(196,207,201)
#D7DFDB
(215,223,219)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4F39 color. Also use rgb(44,79,57) instead hex code.

Text Font Color

.myTextColor { color: #2C4F39; }

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

This text font color is #2C4F39.


Background Color

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

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

This div background color is #2C4F39.


Border color

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

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

This div border color is #2C4F39.


Opacity

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

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

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

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

This text has shadow with #2C4F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4F39 on black background.


Color preview on white background

This text has color #2C4F39 on white background.



Black color preview on #2C4F39 background

This text has black color on #2C4F39 background.


White color preview on #2C4F39 background

This text has white color on #2C4F39 background.