COLOR #2A7D63

HEX: #2A7D63
RGB: (42,125,99)

Color info

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

RGB color model

#2A7D63 color RGB value is (42,125,99).

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

RGB channels and saturation

R 42 of 255 = 16%
G 125 of 255 = 49%
B 99 of 255 = 39%

42
125
99

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

Portions of RGB colors in percentages

R + G + B =
42 + 125 + 99 = 266 (100%)
R 42 of 266 ~ 15.79%
G 125 of 266 ~ 46.99%
B 99 of 266 ~ 37.22%

%15.79
%46.99
%37.22

CMYK color model

#2A7D63 color CMYK value is (66,0,21,51).

  • cyan value is 66.40%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK:
(66,0,21,51)
C66M0Y21K51 
(66%,0%,21%,51%)
(0.66/0.00/0.21/0.51)	

CMYK percentages

%66.4
%0
%20.8
%50.98

Codes

Color #2A7D63 in popluar color models

2A7D63
RGB4212599
HSL161°49.70%32.75%
HSB/HSV161°66.40%49.02%
CMYK66.40%0.00%20.80%
50.98%

Color #2A7D63 in popluar number systems.

HEX2A7D63
Decimal4212599
Binary10101011111011100011
Octal52175143

Shades and tints

Shades of #2A7D63

#2A7D63
(42,125,99)
#27725A
(39,114,90)
#246751
(36,103,81)
#215C48
(33,92,72)
#1E513F
(30,81,63)
#1B4636
(27,70,54)
#183B2D
(24,59,45)
#153024
(21,48,36)
#12251B
(18,37,27)
#0F1A12
(15,26,18)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #2A7D63

#2A7D63
(42,125,99)
#3D8871
(61,136,113)
#50937F
(80,147,127)
#639E8D
(99,158,141)
#76A99B
(118,169,155)
#89B4A9
(137,180,169)
#9CBFB7
(156,191,183)
#AFCAC5
(175,202,197)
#C2D5D3
(194,213,211)
#D5E0E1
(213,224,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A7D63; }

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

This text font color is #2A7D63.


Background Color

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

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

This div background color is #2A7D63.


Border color

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

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

This div border color is #2A7D63.


Opacity

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

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

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

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

This text has shadow with #2A7D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A7D63 on black background.


Color preview on white background

This text has color #2A7D63 on white background.



Black color preview on #2A7D63 background

This text has black color on #2A7D63 background.


White color preview on #2A7D63 background

This text has white color on #2A7D63 background.