COLOR #2A4349

HEX: #2A4349 RGB: (42,67,73)

Color info

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

RGB color model

#2A4349 color RGB value is (42,67,73).

RGB: (42,67,73) (16%, 26%, 29%)

RGB channels and saturation

R 42 of 255 = 16%
G 67 of 255 = 26%
B 73 of 255 = 29%

42
67
73

R + G + B ~ 24%. #2A4349 is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 67 + 73 = 182 (100%)
R 42 of 182 ~ 23.08%
G 67 of 182 ~ 36.81%
B 73 of 182 ~ 40.11'%

%23.08
%36.81
%40.11

CMYK color model

#2A4349 color CMYK value is (42,8,0,71).

  • cyan value is 42.47%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (42,8,0,71)
C42M8Y0K71 (42%, 8%, 0%, 71%)
(0.42 / 0.08 / 0.00 / 0.71)

CMYK percentages

%42.47
%8.22
%0
%71.37

Codes

Color #2A4349 in popluar color models

2A 43 49
RGB 42 67 73
HSL 192° 26.96% 22.55%
HSB/HSV 192° 42.47% 28.63%
CMYK 42.47% 8.22% 0.00%
71.37%

Color #2A4349 in popluar number systems.

HEX 2A 43 49
Decimal 42 67 73
Binary 101010 1000011 1001001
Octal 52 103 111

Shades and tints

Shades of #2A4349

#2A4349
(42,67,73)
#273D43
(39,61,67)
#24373D
(36,55,61)
#213137
(33,49,55)
#1E2B31
(30,43,49)
#1B252B
(27,37,43)
#181F25
(24,31,37)
#15191F
(21,25,31)
#121319
(18,19,25)
#0F0D13
(15,13,19)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #2A4349

#2A4349
(42,67,73)
#3D5459
(61,84,89)
#506569
(80,101,105)
#637679
(99,118,121)
#768789
(118,135,137)
#899899
(137,152,153)
#9CA9A9
(156,169,169)
#AFBAB9
(175,186,185)
#C2CBC9
(194,203,201)
#D5DCD9
(213,220,217)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4349; }

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

This text font color is #2A4349.

Background Color

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

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

This div background color is #2A4349.

Border color

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

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

This div border color is #2A4349.

Opacity

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

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

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

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

This text has shadow with #2A4349 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A4349.

Preview

Color preview on black background

This text has color #2A4349 on black background.


Color preview on white background

This text has color #2A4349 on white background.


Black color preview on #2A4349 background

This text has black color on #2A4349 background.


White color preview on #2A4349 background

This text has white color on #2A4349 background.


Related colors

Complementary color

Complementary color for #hex is #D5BCB6.


I love getcolorcode.com

Triadic colors

1 #492A43 and #43492A with #2A4349 are triadic colors.

2 #49432A and #432A49 with #2A4349 are triadic colors.