COLOR #2A7663

HEX: #2A7663 RGB: (42,118,99)

Color info

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

RGB color model

#2A7663 color RGB value is (42,118,99).

RGB: (42,118,99) (16%, 46%, 39%)

RGB channels and saturation

R 42 of 255 = 16%
G 118 of 255 = 46%
B 99 of 255 = 39%

42
118
99

R + G + B ~ 34%. #2A7663 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 118 + 99 = 259 (100%)
R 42 of 259 ~ 16.22%
G 118 of 259 ~ 45.56%
B 99 of 259 ~ 38.22'%

%16.22
%45.56
%38.22

CMYK color model

#2A7663 color CMYK value is (64,0,16,54).

  • cyan value is 64.41%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 53.73%

CMYK: (64,0,16,54)
C64M0Y16K54 (64%, 0%, 16%, 54%)
(0.64 / 0.00 / 0.16 / 0.54)

CMYK percentages

%64.41
%0
%16.1
%53.73

Codes

Color #2A7663 in popluar color models

2A 76 63
RGB 42 118 99
HSL 165° 47.50% 31.37%
HSB/HSV 165° 64.41% 46.27%
CMYK 64.41% 0.00% 16.10%
53.73%

Color #2A7663 in popluar number systems.

HEX 2A 76 63
Decimal 42 118 99
Binary 101010 1110110 1100011
Octal 52 166 143

Shades and tints

Shades of #2A7663

#2A7663
(42,118,99)
#276C5A
(39,108,90)
#246251
(36,98,81)
#215848
(33,88,72)
#1E4E3F
(30,78,63)
#1B4436
(27,68,54)
#183A2D
(24,58,45)
#153024
(21,48,36)
#12261B
(18,38,27)
#0F1C12
(15,28,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #2A7663

#2A7663
(42,118,99)
#3D8271
(61,130,113)
#508E7F
(80,142,127)
#639A8D
(99,154,141)
#76A69B
(118,166,155)
#89B2A9
(137,178,169)
#9CBEB7
(156,190,183)
#AFCAC5
(175,202,197)
#C2D6D3
(194,214,211)
#D5E2E1
(213,226,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A7663; }

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

This text font color is #2A7663.

Background Color

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

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

This div background color is #2A7663.

Border color

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

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

This div border color is #2A7663.

Opacity

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

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

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

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

This text has shadow with #2A7663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A7663.

Preview

Color preview on black background

This text has color #2A7663 on black background.


Color preview on white background

This text has color #2A7663 on white background.


Black color preview on #2A7663 background

This text has black color on #2A7663 background.


White color preview on #2A7663 background

This text has white color on #2A7663 background.


Related colors

Complementary color

Complementary color for #hex is #D5899C.


I love getcolorcode.com

Triadic colors

1 #632A76 and #76632A with #2A7663 are triadic colors.

2 #63762A and #762A63 with #2A7663 are triadic colors.