COLOR #2A5447

HEX: #2A5447
RGB: (42,84,71)

Color info

#2A5447 contains red, green and blue colors in about the same proportion. Web safe color of #2A5447 is #336633 (or #363).

RGB color model

#2A5447 color RGB value is (42,84,71).

  • red value is 42;
  • green value is 84;
  • blue value is 71.
RGB:
(42,84,71)
(16%,33%,28%)

RGB channels and saturation

R 42 of 255 = 16%
G 84 of 255 = 33%
B 71 of 255 = 28%

42
84
71

R + G + B ~ 26%. #2A5447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 84 + 71 = 197 (100%)
R 42 of 197 ~ 21.32%
G 84 of 197 ~ 42.64%
B 71 of 197 ~ 36.04%

%21.32
%42.64
%36.04

CMYK color model

#2A5447 color CMYK value is (50,0,15,67).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 67.06%
CMYK:
(50,0,15,67)
C50M0Y15K67 
(50%,0%,15%,67%)
(0.50/0.00/0.15/0.67)	

CMYK percentages

%50
%0
%15.48
%67.06

Codes

Color #2A5447 in popluar color models

2A5447
RGB428471
HSL161°33.33%24.71%
HSB/HSV161°50.00%32.94%
CMYK50.00%0.00%15.48%
67.06%

Color #2A5447 in popluar number systems.

HEX2A5447
Decimal428471
Binary10101010101001000111
Octal52124107

Shades and tints

Shades of #2A5447

#2A5447
(42,84,71)
#274D41
(39,77,65)
#24463B
(36,70,59)
#213F35
(33,63,53)
#1E382F
(30,56,47)
#1B3129
(27,49,41)
#182A23
(24,42,35)
#15231D
(21,35,29)
#121C17
(18,28,23)
#0F1511
(15,21,17)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #2A5447

#2A5447
(42,84,71)
#3D6357
(61,99,87)
#507267
(80,114,103)
#638177
(99,129,119)
#769087
(118,144,135)
#899F97
(137,159,151)
#9CAEA7
(156,174,167)
#AFBDB7
(175,189,183)
#C2CCC7
(194,204,199)
#D5DBD7
(213,219,215)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5447 color. Also use rgb(42,84,71) instead hex code.

Text Font Color

.myTextColor { color: #2A5447; }

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

This text font color is #2A5447.


Background Color

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

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

This div background color is #2A5447.


Border color

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

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

This div border color is #2A5447.


Opacity

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

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

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

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

This text has shadow with #2A5447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5447 on black background.


Color preview on white background

This text has color #2A5447 on white background.



Black color preview on #2A5447 background

This text has black color on #2A5447 background.


White color preview on #2A5447 background

This text has white color on #2A5447 background.