COLOR #2A4E66

HEX: #2A4E66
RGB: (42,78,102)

Color info

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

RGB color model

#2A4E66 color RGB value is (42,78,102).

  • red value is 42;
  • green value is 78;
  • blue value is 102.
RGB:
(42,78,102)
(16%,31%,40%)

RGB channels and saturation

R 42 of 255 = 16%
G 78 of 255 = 31%
B 102 of 255 = 40%

42
78
102

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

Portions of RGB colors in percentages

R + G + B =
42 + 78 + 102 = 222 (100%)
R 42 of 222 ~ 18.92%
G 78 of 222 ~ 35.14%
B 102 of 222 ~ 45.95%

%18.92
%35.14
%45.95

CMYK color model

#2A4E66 color CMYK value is (59,24,0,60).

  • cyan value is 58.82%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(59,24,0,60)
C59M24Y0K60 
(59%,24%,0%,60%)
(0.59/0.24/0.00/0.60)	

CMYK percentages

%58.82
%23.53
%0
%60

Codes

Color #2A4E66 in popluar color models

2A4E66
RGB4278102
HSL204°41.67%28.24%
HSB/HSV204°58.82%40.00%
CMYK58.82%23.53%0.00%
60.00%

Color #2A4E66 in popluar number systems.

HEX2A4E66
Decimal4278102
Binary10101010011101100110
Octal52116146

Shades and tints

Shades of #2A4E66

#2A4E66
(42,78,102)
#27475D
(39,71,93)
#244054
(36,64,84)
#21394B
(33,57,75)
#1E3242
(30,50,66)
#1B2B39
(27,43,57)
#182430
(24,36,48)
#151D27
(21,29,39)
#12161E
(18,22,30)
#0F0F15
(15,15,21)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #2A4E66

#2A4E66
(42,78,102)
#3D5E73
(61,94,115)
#506E80
(80,110,128)
#637E8D
(99,126,141)
#768E9A
(118,142,154)
#899EA7
(137,158,167)
#9CAEB4
(156,174,180)
#AFBEC1
(175,190,193)
#C2CECE
(194,206,206)
#D5DEDB
(213,222,219)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4E66; }

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

This text font color is #2A4E66.


Background Color

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

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

This div background color is #2A4E66.


Border color

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

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

This div border color is #2A4E66.


Opacity

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

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

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

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

This text has shadow with #2A4E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4E66 on black background.


Color preview on white background

This text has color #2A4E66 on white background.



Black color preview on #2A4E66 background

This text has black color on #2A4E66 background.


White color preview on #2A4E66 background

This text has white color on #2A4E66 background.