COLOR #2A633E

HEX: #2A633E
RGB: (42,99,62)

Color info

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

RGB color model

#2A633E color RGB value is (42,99,62).

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

RGB channels and saturation

R 42 of 255 = 16%
G 99 of 255 = 39%
B 62 of 255 = 24%

42
99
62

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

Portions of RGB colors in percentages

R + G + B =
42 + 99 + 62 = 203 (100%)
R 42 of 203 ~ 20.69%
G 99 of 203 ~ 48.77%
B 62 of 203 ~ 30.54%

%20.69
%48.77
%30.54

CMYK color model

#2A633E color CMYK value is (58,0,37,61).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 61.18%
CMYK:
(58,0,37,61)
C58M0Y37K61 
(58%,0%,37%,61%)
(0.58/0.00/0.37/0.61)	

CMYK percentages

%57.58
%0
%37.37
%61.18

Codes

Color #2A633E in popluar color models

2A633E
RGB429962
HSL141°40.43%27.65%
HSB/HSV141°57.58%38.82%
CMYK57.58%0.00%37.37%
61.18%

Color #2A633E in popluar number systems.

HEX2A633E
Decimal429962
Binary1010101100011111110
Octal5214376

Shades and tints

Shades of #2A633E

#2A633E
(42,99,62)
#275A39
(39,90,57)
#245134
(36,81,52)
#21482F
(33,72,47)
#1E3F2A
(30,63,42)
#1B3625
(27,54,37)
#182D20
(24,45,32)
#15241B
(21,36,27)
#121B16
(18,27,22)
#0F1211
(15,18,17)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #2A633E

#2A633E
(42,99,62)
#3D714F
(61,113,79)
#507F60
(80,127,96)
#638D71
(99,141,113)
#769B82
(118,155,130)
#89A993
(137,169,147)
#9CB7A4
(156,183,164)
#AFC5B5
(175,197,181)
#C2D3C6
(194,211,198)
#D5E1D7
(213,225,215)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A633E; }

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

This text font color is #2A633E.


Background Color

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

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

This div background color is #2A633E.


Border color

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

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

This div border color is #2A633E.


Opacity

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

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

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

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

This text has shadow with #2A633E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A633E on black background.


Color preview on white background

This text has color #2A633E on white background.



Black color preview on #2A633E background

This text has black color on #2A633E background.


White color preview on #2A633E background

This text has white color on #2A633E background.