COLOR #2A3942

HEX: #2A3942
RGB: (42,57,66)

Color info

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

RGB color model

#2A3942 color RGB value is (42,57,66).

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

RGB channels and saturation

R 42 of 255 = 16%
G 57 of 255 = 22%
B 66 of 255 = 26%

42
57
66

R + G + B ~ 21%. #2A3942 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 57 + 66 = 165 (100%)
R 42 of 165 ~ 25.45%
G 57 of 165 ~ 34.55%
B 66 of 165 ~ 40%

%25.45
%34.55
%40

CMYK color model

#2A3942 color CMYK value is (36,14,0,74).

  • cyan value is 36.36%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(36,14,0,74)
C36M14Y0K74 
(36%,14%,0%,74%)
(0.36/0.14/0.00/0.74)	

CMYK percentages

%36.36
%13.64
%0
%74.12

Codes

Color #2A3942 in popluar color models

2A3942
RGB425766
HSL203°22.22%21.18%
HSB/HSV203°36.36%25.88%
CMYK36.36%13.64%0.00%
74.12%

Color #2A3942 in popluar number systems.

HEX2A3942
Decimal425766
Binary1010101110011000010
Octal5271102

Shades and tints

Shades of #2A3942

#2A3942
(42,57,66)
#27343C
(39,52,60)
#242F36
(36,47,54)
#212A30
(33,42,48)
#1E252A
(30,37,42)
#1B2024
(27,32,36)
#181B1E
(24,27,30)
#151618
(21,22,24)
#121112
(18,17,18)
#0F0C0C
(15,12,12)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #2A3942

#2A3942
(42,57,66)
#3D4B53
(61,75,83)
#505D64
(80,93,100)
#636F75
(99,111,117)
#768186
(118,129,134)
#899397
(137,147,151)
#9CA5A8
(156,165,168)
#AFB7B9
(175,183,185)
#C2C9CA
(194,201,202)
#D5DBDB
(213,219,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A3942; }

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

This text font color is #2A3942.


Background Color

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

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

This div background color is #2A3942.


Border color

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

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

This div border color is #2A3942.


Opacity

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

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

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

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

This text has shadow with #2A3942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A3942 on black background.


Color preview on white background

This text has color #2A3942 on white background.



Black color preview on #2A3942 background

This text has black color on #2A3942 background.


White color preview on #2A3942 background

This text has white color on #2A3942 background.