COLOR #2A4342

HEX: #2A4342
RGB: (42,67,66)

Color info

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

RGB color model

#2A4342 color RGB value is (42,67,66).

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

RGB channels and saturation

R 42 of 255 = 16%
G 67 of 255 = 26%
B 66 of 255 = 26%

42
67
66

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

Portions of RGB colors in percentages

R + G + B =
42 + 67 + 66 = 175 (100%)
R 42 of 175 ~ 24%
G 67 of 175 ~ 38.29%
B 66 of 175 ~ 37.71%

%24
%38.29
%37.71

CMYK color model

#2A4342 color CMYK value is (37,0,1,74).

  • cyan value is 37.31%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%
CMYK:
(37,0,1,74)
C37M0Y1K74 
(37%,0%,1%,74%)
(0.37/0.00/0.01/0.74)	

CMYK percentages

%37.31
%0
%1.49
%73.73

Codes

Color #2A4342 in popluar color models

2A4342
RGB426766
HSL178°22.94%21.37%
HSB/HSV178°37.31%26.27%
CMYK37.31%0.00%1.49%
73.73%

Color #2A4342 in popluar number systems.

HEX2A4342
Decimal426766
Binary10101010000111000010
Octal52103102

Shades and tints

Shades of #2A4342

#2A4342
(42,67,66)
#273D3C
(39,61,60)
#243736
(36,55,54)
#213130
(33,49,48)
#1E2B2A
(30,43,42)
#1B2524
(27,37,36)
#181F1E
(24,31,30)
#151918
(21,25,24)
#121312
(18,19,18)
#0F0D0C
(15,13,12)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #2A4342

#2A4342
(42,67,66)
#3D5453
(61,84,83)
#506564
(80,101,100)
#637675
(99,118,117)
#768786
(118,135,134)
#899897
(137,152,151)
#9CA9A8
(156,169,168)
#AFBAB9
(175,186,185)
#C2CBCA
(194,203,202)
#D5DCDB
(213,220,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4342; }

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

This text font color is #2A4342.


Background Color

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

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

This div background color is #2A4342.


Border color

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

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

This div border color is #2A4342.


Opacity

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

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

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

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

This text has shadow with #2A4342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4342 on black background.


Color preview on white background

This text has color #2A4342 on white background.



Black color preview on #2A4342 background

This text has black color on #2A4342 background.


White color preview on #2A4342 background

This text has white color on #2A4342 background.