COLOR #2A493A

HEX: #2A493A
RGB: (42,73,58)

Color info

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

RGB color model

#2A493A color RGB value is (42,73,58).

  • red value is 42;
  • green value is 73;
  • blue value is 58.
RGB:
(42,73,58)
(16%,29%,23%)

RGB channels and saturation

R 42 of 255 = 16%
G 73 of 255 = 29%
B 58 of 255 = 23%

42
73
58

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

Portions of RGB colors in percentages

R + G + B =
42 + 73 + 58 = 173 (100%)
R 42 of 173 ~ 24.28%
G 73 of 173 ~ 42.2%
B 58 of 173 ~ 33.53%

%24.28
%42.2
%33.53

CMYK color model

#2A493A color CMYK value is (42,0,21,71).

  • cyan value is 42.47%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(42,0,21,71)
C42M0Y21K71 
(42%,0%,21%,71%)
(0.42/0.00/0.21/0.71)	

CMYK percentages

%42.47
%0
%20.55
%71.37

Codes

Color #2A493A in popluar color models

2A493A
RGB427358
HSL151°26.96%22.55%
HSB/HSV151°42.47%28.63%
CMYK42.47%0.00%20.55%
71.37%

Color #2A493A in popluar number systems.

HEX2A493A
Decimal427358
Binary1010101001001111010
Octal5211172

Shades and tints

Shades of #2A493A

#2A493A
(42,73,58)
#274335
(39,67,53)
#243D30
(36,61,48)
#21372B
(33,55,43)
#1E3126
(30,49,38)
#1B2B21
(27,43,33)
#18251C
(24,37,28)
#151F17
(21,31,23)
#121912
(18,25,18)
#0F130D
(15,19,13)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #2A493A

#2A493A
(42,73,58)
#3D594B
(61,89,75)
#50695C
(80,105,92)
#63796D
(99,121,109)
#76897E
(118,137,126)
#89998F
(137,153,143)
#9CA9A0
(156,169,160)
#AFB9B1
(175,185,177)
#C2C9C2
(194,201,194)
#D5D9D3
(213,217,211)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A493A; }

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

This text font color is #2A493A.


Background Color

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

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

This div background color is #2A493A.


Border color

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

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

This div border color is #2A493A.


Opacity

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

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

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

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

This text has shadow with #2A493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A493A on black background.


Color preview on white background

This text has color #2A493A on white background.



Black color preview on #2A493A background

This text has black color on #2A493A background.


White color preview on #2A493A background

This text has white color on #2A493A background.