COLOR #2A713C

HEX: #2A713C
RGB: (42,113,60)

Color info

#2A713C contains mainly green and blue colors. Web safe color of #2A713C is #336633 (or #363).

RGB color model

#2A713C color RGB value is (42,113,60).

  • red value is 42;
  • green value is 113;
  • blue value is 60.
RGB:
(42,113,60)
(16%,44%,24%)

RGB channels and saturation

R 42 of 255 = 16%
G 113 of 255 = 44%
B 60 of 255 = 24%

42
113
60

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

Portions of RGB colors in percentages

R + G + B =
42 + 113 + 60 = 215 (100%)
R 42 of 215 ~ 19.53%
G 113 of 215 ~ 52.56%
B 60 of 215 ~ 27.91%

%19.53
%52.56
%27.91

CMYK color model

#2A713C color CMYK value is (63,0,47,56).

  • cyan value is 62.83%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 55.69%
CMYK:
(63,0,47,56)
C63M0Y47K56 
(63%,0%,47%,56%)
(0.63/0.00/0.47/0.56)	

CMYK percentages

%62.83
%0
%46.9
%55.69

Codes

Color #2A713C in popluar color models

2A713C
RGB4211360
HSL135°45.81%30.39%
HSB/HSV135°62.83%44.31%
CMYK62.83%0.00%46.90%
55.69%

Color #2A713C in popluar number systems.

HEX2A713C
Decimal4211360
Binary1010101110001111100
Octal5216174

Shades and tints

Shades of #2A713C

#2A713C
(42,113,60)
#276737
(39,103,55)
#245D32
(36,93,50)
#21532D
(33,83,45)
#1E4928
(30,73,40)
#1B3F23
(27,63,35)
#18351E
(24,53,30)
#152B19
(21,43,25)
#122114
(18,33,20)
#0F170F
(15,23,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #2A713C

#2A713C
(42,113,60)
#3D7D4D
(61,125,77)
#50895E
(80,137,94)
#63956F
(99,149,111)
#76A180
(118,161,128)
#89AD91
(137,173,145)
#9CB9A2
(156,185,162)
#AFC5B3
(175,197,179)
#C2D1C4
(194,209,196)
#D5DDD5
(213,221,213)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A713C color. Also use rgb(42,113,60) instead hex code.

Text Font Color

.myTextColor { color: #2A713C; }

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

This text font color is #2A713C.


Background Color

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

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

This div background color is #2A713C.


Border color

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

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

This div border color is #2A713C.


Opacity

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

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

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

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

This text has shadow with #2A713C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A713C on black background.


Color preview on white background

This text has color #2A713C on white background.



Black color preview on #2A713C background

This text has black color on #2A713C background.


White color preview on #2A713C background

This text has white color on #2A713C background.