COLOR #2A4246

HEX: #2A4246
RGB: (42,66,70)

Color info

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

RGB color model

#2A4246 color RGB value is (42,66,70).

  • red value is 42;
  • green value is 66;
  • blue value is 70.
RGB:
(42,66,70)
(16%,26%,27%)

RGB channels and saturation

R 42 of 255 = 16%
G 66 of 255 = 26%
B 70 of 255 = 27%

42
66
70

R + G + B ~ 23%. #2A4246 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 66 + 70 = 178 (100%)
R 42 of 178 ~ 23.6%
G 66 of 178 ~ 37.08%
B 70 of 178 ~ 39.33%

%23.6
%37.08
%39.33

CMYK color model

#2A4246 color CMYK value is (40,6,0,73).

  • cyan value is 40.00%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(40,6,0,73)
C40M6Y0K73 
(40%,6%,0%,73%)
(0.40/0.06/0.00/0.73)	

CMYK percentages

%40
%5.71
%0
%72.55

Codes

Color #2A4246 in popluar color models

2A4246
RGB426670
HSL189°25.00%21.96%
HSB/HSV189°40.00%27.45%
CMYK40.00%5.71%0.00%
72.55%

Color #2A4246 in popluar number systems.

HEX2A4246
Decimal426670
Binary10101010000101000110
Octal52102106

Shades and tints

Shades of #2A4246

#2A4246
(42,66,70)
#273C40
(39,60,64)
#24363A
(36,54,58)
#213034
(33,48,52)
#1E2A2E
(30,42,46)
#1B2428
(27,36,40)
#181E22
(24,30,34)
#15181C
(21,24,28)
#121216
(18,18,22)
#0F0C10
(15,12,16)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #2A4246

#2A4246
(42,66,70)
#3D5356
(61,83,86)
#506466
(80,100,102)
#637576
(99,117,118)
#768686
(118,134,134)
#899796
(137,151,150)
#9CA8A6
(156,168,166)
#AFB9B6
(175,185,182)
#C2CAC6
(194,202,198)
#D5DBD6
(213,219,214)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4246 color. Also use rgb(42,66,70) instead hex code.

Text Font Color

.myTextColor { color: #2A4246; }

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

This text font color is #2A4246.


Background Color

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

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

This div background color is #2A4246.


Border color

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

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

This div border color is #2A4246.


Opacity

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

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

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

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

This text has shadow with #2A4246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4246 on black background.


Color preview on white background

This text has color #2A4246 on white background.



Black color preview on #2A4246 background

This text has black color on #2A4246 background.


White color preview on #2A4246 background

This text has white color on #2A4246 background.