COLOR #2A3249

HEX: #2A3249
RGB: (42,50,73)

Color info

#2A3249 contains red, green and blue colors in about the same proportion. Web safe color of #2A3249 is #333333 (or #333).

RGB color model

#2A3249 color RGB value is (42,50,73).

  • red value is 42;
  • green value is 50;
  • blue value is 73.
RGB:
(42,50,73)
(16%,20%,29%)

RGB channels and saturation

R 42 of 255 = 16%
G 50 of 255 = 20%
B 73 of 255 = 29%

42
50
73

R + G + B ~ 22%. #2A3249 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 50 + 73 = 165 (100%)
R 42 of 165 ~ 25.45%
G 50 of 165 ~ 30.3%
B 73 of 165 ~ 44.24%

%25.45
%30.3
%44.24

CMYK color model

#2A3249 color CMYK value is (42,32,0,71).

  • cyan value is 42.47%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(42,32,0,71)
C42M32Y0K71 
(42%,32%,0%,71%)
(0.42/0.32/0.00/0.71)	

CMYK percentages

%42.47
%31.51
%0
%71.37

Codes

Color #2A3249 in popluar color models

2A3249
RGB425073
HSL225°26.96%22.55%
HSB/HSV225°42.47%28.63%
CMYK42.47%31.51%0.00%
71.37%

Color #2A3249 in popluar number systems.

HEX2A3249
Decimal425073
Binary1010101100101001001
Octal5262111

Shades and tints

Shades of #2A3249

#2A3249
(42,50,73)
#272E43
(39,46,67)
#242A3D
(36,42,61)
#212637
(33,38,55)
#1E2231
(30,34,49)
#1B1E2B
(27,30,43)
#181A25
(24,26,37)
#15161F
(21,22,31)
#121219
(18,18,25)
#0F0E13
(15,14,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #2A3249

#2A3249
(42,50,73)
#3D4459
(61,68,89)
#505669
(80,86,105)
#636879
(99,104,121)
#767A89
(118,122,137)
#898C99
(137,140,153)
#9C9EA9
(156,158,169)
#AFB0B9
(175,176,185)
#C2C2C9
(194,194,201)
#D5D4D9
(213,212,217)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A3249 color. Also use rgb(42,50,73) instead hex code.

Text Font Color

.myTextColor { color: #2A3249; }

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

This text font color is #2A3249.


Background Color

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

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

This div background color is #2A3249.


Border color

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

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

This div border color is #2A3249.


Opacity

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

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

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

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

This text has shadow with #2A3249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A3249 on black background.


Color preview on white background

This text has color #2A3249 on white background.



Black color preview on #2A3249 background

This text has black color on #2A3249 background.


White color preview on #2A3249 background

This text has white color on #2A3249 background.