COLOR #2B5659

HEX: #2B5659 RGB: (43,86,89)

Color info

#2B5659 contains red, green and blue colors in about the same proportion. Web safe color of #2B5659 is #336666 (or #366).

RGB color model

#2B5659 color RGB value is (43,86,89).

RGB: (43,86,89) (17%, 34%, 35%)

RGB channels and saturation

R 43 of 255 = 17%
G 86 of 255 = 34%
B 89 of 255 = 35%

43
86
89

R + G + B ~ 29%. #2B5659 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 86 + 89 = 218 (100%)
R 43 of 218 ~ 19.72%
G 86 of 218 ~ 39.45%
B 89 of 218 ~ 40.83'%

%19.72
%39.45
%40.83

CMYK color model

#2B5659 color CMYK value is (52,3,0,65).

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

CMYK: (52,3,0,65)
C52M3Y0K65 (52%, 3%, 0%, 65%)
(0.52 / 0.03 / 0.00 / 0.65)

CMYK percentages

%51.69
%3.37
%0
%65.1

Codes

Color #2B5659 in popluar color models

2B 56 59
RGB 43 86 89
HSL 184° 34.85% 25.88%
HSB/HSV 184° 51.69% 34.90%
CMYK 51.69% 3.37% 0.00%
65.10%

Color #2B5659 in popluar number systems.

HEX 2B 56 59
Decimal 43 86 89
Binary 101011 1010110 1011001
Octal 53 126 131

Shades and tints

Shades of #2B5659

#2B5659
(43,86,89)
#284F51
(40,79,81)
#254849
(37,72,73)
#224141
(34,65,65)
#1F3A39
(31,58,57)
#1C3331
(28,51,49)
#192C29
(25,44,41)
#162521
(22,37,33)
#131E19
(19,30,25)
#101711
(16,23,17)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #2B5659

#2B5659
(43,86,89)
#3E6568
(62,101,104)
#517477
(81,116,119)
#648386
(100,131,134)
#779295
(119,146,149)
#8AA1A4
(138,161,164)
#9DB0B3
(157,176,179)
#B0BFC2
(176,191,194)
#C3CED1
(195,206,209)
#D6DDE0
(214,221,224)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B5659; }

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

This text font color is #2B5659.

Background Color

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

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

This div background color is #2B5659.

Border color

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

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

This div border color is #2B5659.

Opacity

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

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

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

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

This text has shadow with #2B5659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B5659.

Preview

Color preview on black background

This text has color #2B5659 on black background.


Color preview on white background

This text has color #2B5659 on white background.


Black color preview on #2B5659 background

This text has black color on #2B5659 background.


White color preview on #2B5659 background

This text has white color on #2B5659 background.


Related colors

Complementary color

Complementary color for #hex is #D4A9A6.


I love getcolorcode.com

Triadic colors

1 #592B56 and #56592B with #2B5659 are triadic colors.

2 #59562B and #562B59 with #2B5659 are triadic colors.