COLOR #2C4830

HEX: #2C4830
RGB: (44,72,48)

Color info

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

RGB color model

#2C4830 color RGB value is (44,72,48).

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

RGB channels and saturation

R 44 of 255 = 17%
G 72 of 255 = 28%
B 48 of 255 = 19%

44
72
48

R + G + B ~ 21%. #2C4830 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 72 + 48 = 164 (100%)
R 44 of 164 ~ 26.83%
G 72 of 164 ~ 43.9%
B 48 of 164 ~ 29.27%

%26.83
%43.9
%29.27

CMYK color model

#2C4830 color CMYK value is (39,0,33,72).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(39,0,33,72)
C39M0Y33K72 
(39%,0%,33%,72%)
(0.39/0.00/0.33/0.72)	

CMYK percentages

%38.89
%0
%33.33
%71.76

Codes

Color #2C4830 in popluar color models

2C4830
RGB447248
HSL129°24.14%22.75%
HSB/HSV129°38.89%28.24%
CMYK38.89%0.00%33.33%
71.76%

Color #2C4830 in popluar number systems.

HEX2C4830
Decimal447248
Binary1011001001000110000
Octal5411060

Shades and tints

Shades of #2C4830

#2C4830
(44,72,48)
#28422C
(40,66,44)
#243C28
(36,60,40)
#203624
(32,54,36)
#1C3020
(28,48,32)
#182A1C
(24,42,28)
#142418
(20,36,24)
#101E14
(16,30,20)
#0C1810
(12,24,16)
#08120C
(8,18,12)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #2C4830

#2C4830
(44,72,48)
#3F5842
(63,88,66)
#526854
(82,104,84)
#657866
(101,120,102)
#788878
(120,136,120)
#8B988A
(139,152,138)
#9EA89C
(158,168,156)
#B1B8AE
(177,184,174)
#C4C8C0
(196,200,192)
#D7D8D2
(215,216,210)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4830; }

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

This text font color is #2C4830.


Background Color

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

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

This div background color is #2C4830.


Border color

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

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

This div border color is #2C4830.


Opacity

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

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

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

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

This text has shadow with #2C4830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4830 on black background.


Color preview on white background

This text has color #2C4830 on white background.



Black color preview on #2C4830 background

This text has black color on #2C4830 background.


White color preview on #2C4830 background

This text has white color on #2C4830 background.