COLOR #2A484E

HEX: #2A484E
RGB: (42,72,78)

Color info

#2A484E contains red, green and blue colors in about the same proportion. Web safe color of #2A484E is #333366 (or #336).

RGB color model

#2A484E color RGB value is (42,72,78).

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

RGB channels and saturation

R 42 of 255 = 16%
G 72 of 255 = 28%
B 78 of 255 = 31%

42
72
78

R + G + B ~ 25%. #2A484E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 72 + 78 = 192 (100%)
R 42 of 192 ~ 21.88%
G 72 of 192 ~ 37.5%
B 78 of 192 ~ 40.63%

%21.88
%37.5
%40.63

CMYK color model

#2A484E color CMYK value is (46,8,0,69).

  • cyan value is 46.15%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(46,8,0,69)
C46M8Y0K69 
(46%,8%,0%,69%)
(0.46/0.08/0.00/0.69)	

CMYK percentages

%46.15
%7.69
%0
%69.41

Codes

Color #2A484E in popluar color models

2A484E
RGB427278
HSL190°30.00%23.53%
HSB/HSV190°46.15%30.59%
CMYK46.15%7.69%0.00%
69.41%

Color #2A484E in popluar number systems.

HEX2A484E
Decimal427278
Binary10101010010001001110
Octal52110116

Shades and tints

Shades of #2A484E

#2A484E
(42,72,78)
#274247
(39,66,71)
#243C40
(36,60,64)
#213639
(33,54,57)
#1E3032
(30,48,50)
#1B2A2B
(27,42,43)
#182424
(24,36,36)
#151E1D
(21,30,29)
#121816
(18,24,22)
#0F120F
(15,18,15)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #2A484E

#2A484E
(42,72,78)
#3D585E
(61,88,94)
#50686E
(80,104,110)
#63787E
(99,120,126)
#76888E
(118,136,142)
#89989E
(137,152,158)
#9CA8AE
(156,168,174)
#AFB8BE
(175,184,190)
#C2C8CE
(194,200,206)
#D5D8DE
(213,216,222)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A484E; }

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

This text font color is #2A484E.


Background Color

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

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

This div background color is #2A484E.


Border color

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

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

This div border color is #2A484E.


Opacity

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

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

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

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

This text has shadow with #2A484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A484E on black background.


Color preview on white background

This text has color #2A484E on white background.



Black color preview on #2A484E background

This text has black color on #2A484E background.


White color preview on #2A484E background

This text has white color on #2A484E background.