COLOR #2A6449

HEX: #2A6449
RGB: (42,100,73)

Color info

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

RGB color model

#2A6449 color RGB value is (42,100,73).

  • red value is 42;
  • green value is 100;
  • blue value is 73.
RGB:
(42,100,73)
(16%,39%,29%)

RGB channels and saturation

R 42 of 255 = 16%
G 100 of 255 = 39%
B 73 of 255 = 29%

42
100
73

R + G + B ~ 28%. #2A6449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 100 + 73 = 215 (100%)
R 42 of 215 ~ 19.53%
G 100 of 215 ~ 46.51%
B 73 of 215 ~ 33.95%

%19.53
%46.51
%33.95

CMYK color model

#2A6449 color CMYK value is (58,0,27,61).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(58,0,27,61)
C58M0Y27K61 
(58%,0%,27%,61%)
(0.58/0.00/0.27/0.61)	

CMYK percentages

%58
%0
%27
%60.78

Codes

Color #2A6449 in popluar color models

2A6449
RGB4210073
HSL152°40.85%27.84%
HSB/HSV152°58.00%39.22%
CMYK58.00%0.00%27.00%
60.78%

Color #2A6449 in popluar number systems.

HEX2A6449
Decimal4210073
Binary10101011001001001001
Octal52144111

Shades and tints

Shades of #2A6449

#2A6449
(42,100,73)
#275B43
(39,91,67)
#24523D
(36,82,61)
#214937
(33,73,55)
#1E4031
(30,64,49)
#1B372B
(27,55,43)
#182E25
(24,46,37)
#15251F
(21,37,31)
#121C19
(18,28,25)
#0F1313
(15,19,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #2A6449

#2A6449
(42,100,73)
#3D7259
(61,114,89)
#508069
(80,128,105)
#638E79
(99,142,121)
#769C89
(118,156,137)
#89AA99
(137,170,153)
#9CB8A9
(156,184,169)
#AFC6B9
(175,198,185)
#C2D4C9
(194,212,201)
#D5E2D9
(213,226,217)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A6449 color. Also use rgb(42,100,73) instead hex code.

Text Font Color

.myTextColor { color: #2A6449; }

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

This text font color is #2A6449.


Background Color

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

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

This div background color is #2A6449.


Border color

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

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

This div border color is #2A6449.


Opacity

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

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

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

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

This text has shadow with #2A6449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A6449 on black background.


Color preview on white background

This text has color #2A6449 on white background.



Black color preview on #2A6449 background

This text has black color on #2A6449 background.


White color preview on #2A6449 background

This text has white color on #2A6449 background.