COLOR #2B4959

HEX: #2B4959 RGB: (43,73,89)

Color info

#2B4959 contains red, green and blue colors in about the same proportion. Web safe color of #2B4959 is #333366 (or #336).

RGB color model

#2B4959 color RGB value is (43,73,89).

RGB: (43,73,89) (17%, 29%, 35%)

RGB channels and saturation

R 43 of 255 = 17%
G 73 of 255 = 29%
B 89 of 255 = 35%

43
73
89

R + G + B ~ 27%. #2B4959 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 73 + 89 = 205 (100%)
R 43 of 205 ~ 20.98%
G 73 of 205 ~ 35.61%
B 89 of 205 ~ 43.41'%

%20.98
%35.61
%43.41

CMYK color model

#2B4959 color CMYK value is (52,18,0,65).

  • cyan value is 51.69%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (52,18,0,65)
C52M18Y0K65 (52%, 18%, 0%, 65%)
(0.52 / 0.18 / 0.00 / 0.65)

CMYK percentages

%51.69
%17.98
%0
%65.1

Codes

Color #2B4959 in popluar color models

2B 49 59
RGB 43 73 89
HSL 201° 34.85% 25.88%
HSB/HSV 201° 51.69% 34.90%
CMYK 51.69% 17.98% 0.00%
65.10%

Color #2B4959 in popluar number systems.

HEX 2B 49 59
Decimal 43 73 89
Binary 101011 1001001 1011001
Octal 53 111 131

Shades and tints

Shades of #2B4959

#2B4959
(43,73,89)
#284351
(40,67,81)
#253D49
(37,61,73)
#223741
(34,55,65)
#1F3139
(31,49,57)
#1C2B31
(28,43,49)
#192529
(25,37,41)
#161F21
(22,31,33)
#131919
(19,25,25)
#101311
(16,19,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #2B4959

#2B4959
(43,73,89)
#3E5968
(62,89,104)
#516977
(81,105,119)
#647986
(100,121,134)
#778995
(119,137,149)
#8A99A4
(138,153,164)
#9DA9B3
(157,169,179)
#B0B9C2
(176,185,194)
#C3C9D1
(195,201,209)
#D6D9E0
(214,217,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4959; }

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

This text font color is #2B4959.

Background Color

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

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

This div background color is #2B4959.

Border color

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

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

This div border color is #2B4959.

Opacity

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

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

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

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

This text has shadow with #2B4959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B4959.

Preview

Color preview on black background

This text has color #2B4959 on black background.


Color preview on white background

This text has color #2B4959 on white background.


Black color preview on #2B4959 background

This text has black color on #2B4959 background.


White color preview on #2B4959 background

This text has white color on #2B4959 background.


Related colors

Complementary color

Complementary color for #hex is #D4B6A6.


I love getcolorcode.com

Triadic colors

1 #592B49 and #49592B with #2B4959 are triadic colors.

2 #59492B and #492B59 with #2B4959 are triadic colors.