COLOR #2A4A68

HEX: #2A4A68
RGB: (42,74,104)

Color info

#2A4A68 contains mainly green and blue colors. Web safe color of #2A4A68 is #333366 (or #336).

RGB color model

#2A4A68 color RGB value is (42,74,104).

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

RGB channels and saturation

R 42 of 255 = 16%
G 74 of 255 = 29%
B 104 of 255 = 41%

42
74
104

R + G + B ~ 29%. #2A4A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 74 + 104 = 220 (100%)
R 42 of 220 ~ 19.09%
G 74 of 220 ~ 33.64%
B 104 of 220 ~ 47.27%

%19.09
%33.64
%47.27

CMYK color model

#2A4A68 color CMYK value is (60,29,0,59).

  • cyan value is 59.62%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(60,29,0,59)
C60M29Y0K59 
(60%,29%,0%,59%)
(0.60/0.29/0.00/0.59)	

CMYK percentages

%59.62
%28.85
%0
%59.22

Codes

Color #2A4A68 in popluar color models

2A4A68
RGB4274104
HSL209°42.47%28.63%
HSB/HSV209°59.62%40.78%
CMYK59.62%28.85%0.00%
59.22%

Color #2A4A68 in popluar number systems.

HEX2A4A68
Decimal4274104
Binary10101010010101101000
Octal52112150

Shades and tints

Shades of #2A4A68

#2A4A68
(42,74,104)
#27445F
(39,68,95)
#243E56
(36,62,86)
#21384D
(33,56,77)
#1E3244
(30,50,68)
#1B2C3B
(27,44,59)
#182632
(24,38,50)
#152029
(21,32,41)
#121A20
(18,26,32)
#0F1417
(15,20,23)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #2A4A68

#2A4A68
(42,74,104)
#3D5A75
(61,90,117)
#506A82
(80,106,130)
#637A8F
(99,122,143)
#768A9C
(118,138,156)
#899AA9
(137,154,169)
#9CAAB6
(156,170,182)
#AFBAC3
(175,186,195)
#C2CAD0
(194,202,208)
#D5DADD
(213,218,221)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4A68; }

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

This text font color is #2A4A68.


Background Color

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

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

This div background color is #2A4A68.


Border color

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

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

This div border color is #2A4A68.


Opacity

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

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

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

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

This text has shadow with #2A4A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4A68 on black background.


Color preview on white background

This text has color #2A4A68 on white background.



Black color preview on #2A4A68 background

This text has black color on #2A4A68 background.


White color preview on #2A4A68 background

This text has white color on #2A4A68 background.