COLOR #2A687E

HEX: #2A687E
RGB: (42,104,126)

Color info

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

RGB color model

#2A687E color RGB value is (42,104,126).

  • red value is 42;
  • green value is 104;
  • blue value is 126.
RGB:
(42,104,126)
(16%,41%,49%)

RGB channels and saturation

R 42 of 255 = 16%
G 104 of 255 = 41%
B 126 of 255 = 49%

42
104
126

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

Portions of RGB colors in percentages

R + G + B =
42 + 104 + 126 = 272 (100%)
R 42 of 272 ~ 15.44%
G 104 of 272 ~ 38.24%
B 126 of 272 ~ 46.32%

%15.44
%38.24
%46.32

CMYK color model

#2A687E color CMYK value is (67,17,0,51).

  • cyan value is 66.67%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(67,17,0,51)
C67M17Y0K51 
(67%,17%,0%,51%)
(0.67/0.17/0.00/0.51)	

CMYK percentages

%66.67
%17.46
%0
%50.59

Codes

Color #2A687E in popluar color models

2A687E
RGB42104126
HSL196°50.00%32.94%
HSB/HSV196°66.67%49.41%
CMYK66.67%17.46%0.00%
50.59%

Color #2A687E in popluar number systems.

HEX2A687E
Decimal42104126
Binary10101011010001111110
Octal52150176

Shades and tints

Shades of #2A687E

#2A687E
(42,104,126)
#275F73
(39,95,115)
#245668
(36,86,104)
#214D5D
(33,77,93)
#1E4452
(30,68,82)
#1B3B47
(27,59,71)
#18323C
(24,50,60)
#152931
(21,41,49)
#122026
(18,32,38)
#0F171B
(15,23,27)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #2A687E

#2A687E
(42,104,126)
#3D7589
(61,117,137)
#508294
(80,130,148)
#638F9F
(99,143,159)
#769CAA
(118,156,170)
#89A9B5
(137,169,181)
#9CB6C0
(156,182,192)
#AFC3CB
(175,195,203)
#C2D0D6
(194,208,214)
#D5DDE1
(213,221,225)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A687E; }

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

This text font color is #2A687E.


Background Color

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

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

This div background color is #2A687E.


Border color

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

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

This div border color is #2A687E.


Opacity

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

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

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

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

This text has shadow with #2A687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A687E on black background.


Color preview on white background

This text has color #2A687E on white background.



Black color preview on #2A687E background

This text has black color on #2A687E background.


White color preview on #2A687E background

This text has white color on #2A687E background.