COLOR #2D493A

HEX: #2D493A RGB: (45,73,58)

Color info

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

RGB color model

#2D493A color RGB value is (45,73,58).

RGB: (45,73,58) (18%, 29%, 23%)

RGB channels and saturation

R 45 of 255 = 18%
G 73 of 255 = 29%
B 58 of 255 = 23%

45
73
58

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

Portions of RGB colors in percentages

R + G + B = 45 + 73 + 58 = 176 (100%)
R 45 of 176 ~ 25.57%
G 73 of 176 ~ 41.48%
B 58 of 176 ~ 32.95'%

%25.57
%41.48
%32.95

CMYK color model

#2D493A color CMYK value is (38,0,21,71).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%

CMYK: (38,0,21,71)
C38M0Y21K71 (38%, 0%, 21%, 71%)
(0.38 / 0.00 / 0.21 / 0.71)

CMYK percentages

%38.36
%0
%20.55
%71.37

Codes

Color #2D493A in popluar color models

2D 49 3A
RGB 45 73 58
HSL 148° 23.73% 23.14%
HSB/HSV 148° 38.36% 28.63%
CMYK 38.36% 0.00% 20.55%
71.37%

Color #2D493A in popluar number systems.

HEX 2D 49 3A
Decimal 45 73 58
Binary 101101 1001001 111010
Octal 55 111 72

Shades and tints

Shades of #2D493A

#2D493A
(45,73,58)
#294335
(41,67,53)
#253D30
(37,61,48)
#21372B
(33,55,43)
#1D3126
(29,49,38)
#192B21
(25,43,33)
#15251C
(21,37,28)
#111F17
(17,31,23)
#0D1912
(13,25,18)
#09130D
(9,19,13)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #2D493A

#2D493A
(45,73,58)
#40594B
(64,89,75)
#53695C
(83,105,92)
#66796D
(102,121,109)
#79897E
(121,137,126)
#8C998F
(140,153,143)
#9FA9A0
(159,169,160)
#B2B9B1
(178,185,177)
#C5C9C2
(197,201,194)
#D8D9D3
(216,217,211)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D493A; }

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

This text font color is #2D493A.

Background Color

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

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

This div background color is #2D493A.

Border color

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

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

This div border color is #2D493A.

Opacity

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

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

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

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

This text has shadow with #2D493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D493A.

Preview

Color preview on black background

This text has color #2D493A on black background.


Color preview on white background

This text has color #2D493A on white background.


Black color preview on #2D493A background

This text has black color on #2D493A background.


White color preview on #2D493A background

This text has white color on #2D493A background.


Related colors

Complementary color

Complementary color for #hex is #D2B6C5.


I love getcolorcode.com

Triadic colors

1 #3A2D49 and #493A2D with #2D493A are triadic colors.

2 #3A492D and #492D3A with #2D493A are triadic colors.