COLOR #2B493A

HEX: #2B493A RGB: (43,73,58)

Color info

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

RGB color model

#2B493A color RGB value is (43,73,58).

RGB: (43,73,58) (17%, 29%, 23%)

RGB channels and saturation

R 43 of 255 = 17%
G 73 of 255 = 29%
B 58 of 255 = 23%

43
73
58

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

Portions of RGB colors in percentages

R + G + B = 43 + 73 + 58 = 174 (100%)
R 43 of 174 ~ 24.71%
G 73 of 174 ~ 41.95%
B 58 of 174 ~ 33.33'%

%24.71
%41.95
%33.33

CMYK color model

#2B493A color CMYK value is (41,0,21,71).

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

CMYK: (41,0,21,71)
C41M0Y21K71 (41%, 0%, 21%, 71%)
(0.41 / 0.00 / 0.21 / 0.71)

CMYK percentages

%41.1
%0
%20.55
%71.37

Codes

Color #2B493A in popluar color models

2B 49 3A
RGB 43 73 58
HSL 150° 25.86% 22.75%
HSB/HSV 150° 41.10% 28.63%
CMYK 41.10% 0.00% 20.55%
71.37%

Color #2B493A in popluar number systems.

HEX 2B 49 3A
Decimal 43 73 58
Binary 101011 1001001 111010
Octal 53 111 72

Shades and tints

Shades of #2B493A

#2B493A
(43,73,58)
#284335
(40,67,53)
#253D30
(37,61,48)
#22372B
(34,55,43)
#1F3126
(31,49,38)
#1C2B21
(28,43,33)
#19251C
(25,37,28)
#161F17
(22,31,23)
#131912
(19,25,18)
#10130D
(16,19,13)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #2B493A

#2B493A
(43,73,58)
#3E594B
(62,89,75)
#51695C
(81,105,92)
#64796D
(100,121,109)
#77897E
(119,137,126)
#8A998F
(138,153,143)
#9DA9A0
(157,169,160)
#B0B9B1
(176,185,177)
#C3C9C2
(195,201,194)
#D6D9D3
(214,217,211)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B493A; }

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

This text font color is #2B493A.

Background Color

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

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

This div background color is #2B493A.

Border color

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

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

This div border color is #2B493A.

Opacity

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

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

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

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

This text has shadow with #2B493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B493A.

Preview

Color preview on black background

This text has color #2B493A on black background.


Color preview on white background

This text has color #2B493A on white background.


Black color preview on #2B493A background

This text has black color on #2B493A background.


White color preview on #2B493A background

This text has white color on #2B493A background.


Related colors

Complementary color

Complementary color for #hex is #D4B6C5.


I love getcolorcode.com

Triadic colors

1 #3A2B49 and #493A2B with #2B493A are triadic colors.

2 #3A492B and #492B3A with #2B493A are triadic colors.