COLOR #2A493D

HEX: #2A493D RGB: (42,73,61)

Color info

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

RGB color model

#2A493D color RGB value is (42,73,61).

RGB: (42,73,61) (16%, 29%, 24%)

RGB channels and saturation

R 42 of 255 = 16%
G 73 of 255 = 29%
B 61 of 255 = 24%

42
73
61

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

Portions of RGB colors in percentages

R + G + B = 42 + 73 + 61 = 176 (100%)
R 42 of 176 ~ 23.86%
G 73 of 176 ~ 41.48%
B 61 of 176 ~ 34.66'%

%23.86
%41.48
%34.66

CMYK color model

#2A493D color CMYK value is (42,0,16,71).

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

CMYK: (42,0,16,71)
C42M0Y16K71 (42%, 0%, 16%, 71%)
(0.42 / 0.00 / 0.16 / 0.71)

CMYK percentages

%42.47
%0
%16.44
%71.37

Codes

Color #2A493D in popluar color models

2A 49 3D
RGB 42 73 61
HSL 157° 26.96% 22.55%
HSB/HSV 157° 42.47% 28.63%
CMYK 42.47% 0.00% 16.44%
71.37%

Color #2A493D in popluar number systems.

HEX 2A 49 3D
Decimal 42 73 61
Binary 101010 1001001 111101
Octal 52 111 75

Shades and tints

Shades of #2A493D

#2A493D
(42,73,61)
#274338
(39,67,56)
#243D33
(36,61,51)
#21372E
(33,55,46)
#1E3129
(30,49,41)
#1B2B24
(27,43,36)
#18251F
(24,37,31)
#151F1A
(21,31,26)
#121915
(18,25,21)
#0F1310
(15,19,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #2A493D

#2A493D
(42,73,61)
#3D594E
(61,89,78)
#50695F
(80,105,95)
#637970
(99,121,112)
#768981
(118,137,129)
#899992
(137,153,146)
#9CA9A3
(156,169,163)
#AFB9B4
(175,185,180)
#C2C9C5
(194,201,197)
#D5D9D6
(213,217,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A493D; }

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

This text font color is #2A493D.

Background Color

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

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

This div background color is #2A493D.

Border color

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

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

This div border color is #2A493D.

Opacity

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

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

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

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

This text has shadow with #2A493D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A493D.

Preview

Color preview on black background

This text has color #2A493D on black background.


Color preview on white background

This text has color #2A493D on white background.


Black color preview on #2A493D background

This text has black color on #2A493D background.


White color preview on #2A493D background

This text has white color on #2A493D background.


Related colors

Complementary color

Complementary color for #hex is #D5B6C2.


I love getcolorcode.com

Triadic colors

1 #3D2A49 and #493D2A with #2A493D are triadic colors.

2 #3D492A and #492A3D with #2A493D are triadic colors.