COLOR #2A633A

HEX: #2A633A
RGB: (42,99,58)

Color info

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

RGB color model

#2A633A color RGB value is (42,99,58).

  • red value is 42;
  • green value is 99;
  • blue value is 58.
RGB:
(42,99,58)
(16%,39%,23%)

RGB channels and saturation

R 42 of 255 = 16%
G 99 of 255 = 39%
B 58 of 255 = 23%

42
99
58

R + G + B ~ 26%. #2A633A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 99 + 58 = 199 (100%)
R 42 of 199 ~ 21.11%
G 99 of 199 ~ 49.75%
B 58 of 199 ~ 29.15%

%21.11
%49.75
%29.15

CMYK color model

#2A633A color CMYK value is (58,0,41,61).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 61.18%
CMYK:
(58,0,41,61)
C58M0Y41K61 
(58%,0%,41%,61%)
(0.58/0.00/0.41/0.61)	

CMYK percentages

%57.58
%0
%41.41
%61.18

Codes

Color #2A633A in popluar color models

2A633A
RGB429958
HSL137°40.43%27.65%
HSB/HSV137°57.58%38.82%
CMYK57.58%0.00%41.41%
61.18%

Color #2A633A in popluar number systems.

HEX2A633A
Decimal429958
Binary1010101100011111010
Octal5214372

Shades and tints

Shades of #2A633A

#2A633A
(42,99,58)
#275A35
(39,90,53)
#245130
(36,81,48)
#21482B
(33,72,43)
#1E3F26
(30,63,38)
#1B3621
(27,54,33)
#182D1C
(24,45,28)
#152417
(21,36,23)
#121B12
(18,27,18)
#0F120D
(15,18,13)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #2A633A

#2A633A
(42,99,58)
#3D714B
(61,113,75)
#507F5C
(80,127,92)
#638D6D
(99,141,109)
#769B7E
(118,155,126)
#89A98F
(137,169,143)
#9CB7A0
(156,183,160)
#AFC5B1
(175,197,177)
#C2D3C2
(194,211,194)
#D5E1D3
(213,225,211)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A633A color. Also use rgb(42,99,58) instead hex code.

Text Font Color

.myTextColor { color: #2A633A; }

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

This text font color is #2A633A.


Background Color

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

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

This div background color is #2A633A.


Border color

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

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

This div border color is #2A633A.


Opacity

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

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

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

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

This text has shadow with #2A633A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A633A on black background.


Color preview on white background

This text has color #2A633A on white background.



Black color preview on #2A633A background

This text has black color on #2A633A background.


White color preview on #2A633A background

This text has white color on #2A633A background.