COLOR #2A7C73

HEX: #2A7C73
RGB: (42,124,115)

Color info

#2A7C73 contains mainly green and blue colors. Web safe color of #2A7C73 is #336666 (or #366).

RGB color model

#2A7C73 color RGB value is (42,124,115).

  • red value is 42;
  • green value is 124;
  • blue value is 115.
RGB:
(42,124,115)
(16%,49%,45%)

RGB channels and saturation

R 42 of 255 = 16%
G 124 of 255 = 49%
B 115 of 255 = 45%

42
124
115

R + G + B ~ 37%. #2A7C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 124 + 115 = 281 (100%)
R 42 of 281 ~ 14.95%
G 124 of 281 ~ 44.13%
B 115 of 281 ~ 40.93%

%14.95
%44.13
%40.93

CMYK color model

#2A7C73 color CMYK value is (66,0,7,51).

  • cyan value is 66.13%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(66,0,7,51)
C66M0Y7K51 
(66%,0%,7%,51%)
(0.66/0.00/0.07/0.51)	

CMYK percentages

%66.13
%0
%7.26
%51.37

Codes

Color #2A7C73 in popluar color models

2A7C73
RGB42124115
HSL173°49.40%32.55%
HSB/HSV173°66.13%48.63%
CMYK66.13%0.00%7.26%
51.37%

Color #2A7C73 in popluar number systems.

HEX2A7C73
Decimal42124115
Binary10101011111001110011
Octal52174163

Shades and tints

Shades of #2A7C73

#2A7C73
(42,124,115)
#277169
(39,113,105)
#24665F
(36,102,95)
#215B55
(33,91,85)
#1E504B
(30,80,75)
#1B4541
(27,69,65)
#183A37
(24,58,55)
#152F2D
(21,47,45)
#122423
(18,36,35)
#0F1919
(15,25,25)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #2A7C73

#2A7C73
(42,124,115)
#3D877F
(61,135,127)
#50928B
(80,146,139)
#639D97
(99,157,151)
#76A8A3
(118,168,163)
#89B3AF
(137,179,175)
#9CBEBB
(156,190,187)
#AFC9C7
(175,201,199)
#C2D4D3
(194,212,211)
#D5DFDF
(213,223,223)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A7C73 color. Also use rgb(42,124,115) instead hex code.

Text Font Color

.myTextColor { color: #2A7C73; }

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

This text font color is #2A7C73.


Background Color

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

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

This div background color is #2A7C73.


Border color

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

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

This div border color is #2A7C73.


Opacity

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

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

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

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

This text has shadow with #2A7C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A7C73 on black background.


Color preview on white background

This text has color #2A7C73 on white background.



Black color preview on #2A7C73 background

This text has black color on #2A7C73 background.


White color preview on #2A7C73 background

This text has white color on #2A7C73 background.