COLOR #2A4624

HEX: #2A4624
RGB: (42,70,36)

Color info

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

RGB color model

#2A4624 color RGB value is (42,70,36).

  • red value is 42;
  • green value is 70;
  • blue value is 36.
RGB:
(42,70,36)
(16%,27%,14%)

RGB channels and saturation

R 42 of 255 = 16%
G 70 of 255 = 27%
B 36 of 255 = 14%

42
70
36

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

Portions of RGB colors in percentages

R + G + B =
42 + 70 + 36 = 148 (100%)
R 42 of 148 ~ 28.38%
G 70 of 148 ~ 47.3%
B 36 of 148 ~ 24.32%

%28.38
%47.3
%24.32

CMYK color model

#2A4624 color CMYK value is (40,0,49,73).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(40,0,49,73)
C40M0Y49K73 
(40%,0%,49%,73%)
(0.40/0.00/0.49/0.73)	

CMYK percentages

%40
%0
%48.57
%72.55

Codes

Color #2A4624 in popluar color models

2A4624
RGB427036
HSL109°32.08%20.78%
HSB/HSV109°48.57%27.45%
CMYK40.00%0.00%48.57%
72.55%

Color #2A4624 in popluar number systems.

HEX2A4624
Decimal427036
Binary1010101000110100100
Octal5210644

Shades and tints

Shades of #2A4624

#2A4624
(42,70,36)
#274021
(39,64,33)
#243A1E
(36,58,30)
#21341B
(33,52,27)
#1E2E18
(30,46,24)
#1B2815
(27,40,21)
#182212
(24,34,18)
#151C0F
(21,28,15)
#12160C
(18,22,12)
#0F1009
(15,16,9)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #2A4624

#2A4624
(42,70,36)
#3D5637
(61,86,55)
#50664A
(80,102,74)
#63765D
(99,118,93)
#768670
(118,134,112)
#899683
(137,150,131)
#9CA696
(156,166,150)
#AFB6A9
(175,182,169)
#C2C6BC
(194,198,188)
#D5D6CF
(213,214,207)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4624 color. Also use rgb(42,70,36) instead hex code.

Text Font Color

.myTextColor { color: #2A4624; }

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

This text font color is #2A4624.


Background Color

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

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

This div background color is #2A4624.


Border color

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

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

This div border color is #2A4624.


Opacity

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

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

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

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

This text has shadow with #2A4624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4624 on black background.


Color preview on white background

This text has color #2A4624 on white background.



Black color preview on #2A4624 background

This text has black color on #2A4624 background.


White color preview on #2A4624 background

This text has white color on #2A4624 background.