COLOR #2A5030

HEX: #2A5030
RGB: (42,80,48)

Color info

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

RGB color model

#2A5030 color RGB value is (42,80,48).

  • red value is 42;
  • green value is 80;
  • blue value is 48.
RGB:
(42,80,48)
(16%,31%,19%)

RGB channels and saturation

R 42 of 255 = 16%
G 80 of 255 = 31%
B 48 of 255 = 19%

42
80
48

R + G + B ~ 22%. #2A5030 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 80 + 48 = 170 (100%)
R 42 of 170 ~ 24.71%
G 80 of 170 ~ 47.06%
B 48 of 170 ~ 28.24%

%24.71
%47.06
%28.24

CMYK color model

#2A5030 color CMYK value is (48,0,40,69).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(48,0,40,69)
C48M0Y40K69 
(48%,0%,40%,69%)
(0.48/0.00/0.40/0.69)	

CMYK percentages

%47.5
%0
%40
%68.63

Codes

Color #2A5030 in popluar color models

2A5030
RGB428048
HSL129°31.15%23.92%
HSB/HSV129°47.50%31.37%
CMYK47.50%0.00%40.00%
68.63%

Color #2A5030 in popluar number systems.

HEX2A5030
Decimal428048
Binary1010101010000110000
Octal5212060

Shades and tints

Shades of #2A5030

#2A5030
(42,80,48)
#27492C
(39,73,44)
#244228
(36,66,40)
#213B24
(33,59,36)
#1E3420
(30,52,32)
#1B2D1C
(27,45,28)
#182618
(24,38,24)
#151F14
(21,31,20)
#121810
(18,24,16)
#0F110C
(15,17,12)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #2A5030

#2A5030
(42,80,48)
#3D5F42
(61,95,66)
#506E54
(80,110,84)
#637D66
(99,125,102)
#768C78
(118,140,120)
#899B8A
(137,155,138)
#9CAA9C
(156,170,156)
#AFB9AE
(175,185,174)
#C2C8C0
(194,200,192)
#D5D7D2
(213,215,210)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5030 color. Also use rgb(42,80,48) instead hex code.

Text Font Color

.myTextColor { color: #2A5030; }

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

This text font color is #2A5030.


Background Color

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

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

This div background color is #2A5030.


Border color

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

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

This div border color is #2A5030.


Opacity

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

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

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

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

This text has shadow with #2A5030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5030 on black background.


Color preview on white background

This text has color #2A5030 on white background.



Black color preview on #2A5030 background

This text has black color on #2A5030 background.


White color preview on #2A5030 background

This text has white color on #2A5030 background.