COLOR #2A7272

HEX: #2A7272
RGB: (42,114,114)

Color info

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

RGB color model

#2A7272 color RGB value is (42,114,114).

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

RGB channels and saturation

R 42 of 255 = 16%
G 114 of 255 = 45%
B 114 of 255 = 45%

42
114
114

R + G + B ~ 35%. #2A7272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 114 + 114 = 270 (100%)
R 42 of 270 ~ 15.56%
G 114 of 270 ~ 42.22%
B 114 of 270 ~ 42.22%

%15.56
%42.22
%42.22

CMYK color model

#2A7272 color CMYK value is (63,0,0,55).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(63,0,0,55)
C63M0Y0K55 
(63%,0%,0%,55%)
(0.63/0.00/0.00/0.55)	

CMYK percentages

%63.16
%0
%0
%55.29

Codes

Color #2A7272 in popluar color models

2A7272
RGB42114114
HSL180°46.15%30.59%
HSB/HSV180°63.16%44.71%
CMYK63.16%0.00%0.00%
55.29%

Color #2A7272 in popluar number systems.

HEX2A7272
Decimal42114114
Binary10101011100101110010
Octal52162162

Shades and tints

Shades of #2A7272

#2A7272
(42,114,114)
#276868
(39,104,104)
#245E5E
(36,94,94)
#215454
(33,84,84)
#1E4A4A
(30,74,74)
#1B4040
(27,64,64)
#183636
(24,54,54)
#152C2C
(21,44,44)
#122222
(18,34,34)
#0F1818
(15,24,24)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #2A7272

#2A7272
(42,114,114)
#3D7E7E
(61,126,126)
#508A8A
(80,138,138)
#639696
(99,150,150)
#76A2A2
(118,162,162)
#89AEAE
(137,174,174)
#9CBABA
(156,186,186)
#AFC6C6
(175,198,198)
#C2D2D2
(194,210,210)
#D5DEDE
(213,222,222)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A7272; }

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

This text font color is #2A7272.


Background Color

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

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

This div background color is #2A7272.


Border color

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

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

This div border color is #2A7272.


Opacity

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

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

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

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

This text has shadow with #2A7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A7272 on black background.


Color preview on white background

This text has color #2A7272 on white background.



Black color preview on #2A7272 background

This text has black color on #2A7272 background.


White color preview on #2A7272 background

This text has white color on #2A7272 background.