COLOR #2B5060

HEX: #2B5060 RGB: (43,80,96)

Color info

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

RGB color model

#2B5060 color RGB value is (43,80,96).

RGB: (43,80,96) (17%, 31%, 38%)

RGB channels and saturation

R 43 of 255 = 17%
G 80 of 255 = 31%
B 96 of 255 = 38%

43
80
96

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

Portions of RGB colors in percentages

R + G + B = 43 + 80 + 96 = 219 (100%)
R 43 of 219 ~ 19.63%
G 80 of 219 ~ 36.53%
B 96 of 219 ~ 43.84'%

%19.63
%36.53
%43.84

CMYK color model

#2B5060 color CMYK value is (55,17,0,62).

  • cyan value is 55.21%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (55,17,0,62)
C55M17Y0K62 (55%, 17%, 0%, 62%)
(0.55 / 0.17 / 0.00 / 0.62)

CMYK percentages

%55.21
%16.67
%0
%62.35

Codes

Color #2B5060 in popluar color models

2B 50 60
RGB 43 80 96
HSL 198° 38.13% 27.25%
HSB/HSV 198° 55.21% 37.65%
CMYK 55.21% 16.67% 0.00%
62.35%

Color #2B5060 in popluar number systems.

HEX 2B 50 60
Decimal 43 80 96
Binary 101011 1010000 1100000
Octal 53 120 140

Shades and tints

Shades of #2B5060

#2B5060
(43,80,96)
#284958
(40,73,88)
#254250
(37,66,80)
#223B48
(34,59,72)
#1F3440
(31,52,64)
#1C2D38
(28,45,56)
#192630
(25,38,48)
#161F28
(22,31,40)
#131820
(19,24,32)
#101118
(16,17,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #2B5060

#2B5060
(43,80,96)
#3E5F6E
(62,95,110)
#516E7C
(81,110,124)
#647D8A
(100,125,138)
#778C98
(119,140,152)
#8A9BA6
(138,155,166)
#9DAAB4
(157,170,180)
#B0B9C2
(176,185,194)
#C3C8D0
(195,200,208)
#D6D7DE
(214,215,222)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5060 color. Also use rgb(43,80,96) instead hex code.

Text Font Color

.myTextColor { color: #2B5060; }

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

This text font color is #2B5060.

Background Color

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

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

This div background color is #2B5060.

Border color

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

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

This div border color is #2B5060.

Opacity

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

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

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

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

This text has shadow with #2B5060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B5060.

Preview

Color preview on black background

This text has color #2B5060 on black background.


Color preview on white background

This text has color #2B5060 on white background.


Black color preview on #2B5060 background

This text has black color on #2B5060 background.


White color preview on #2B5060 background

This text has white color on #2B5060 background.


Related colors

Complementary color

Complementary color for #hex is #D4AF9F.


I love getcolorcode.com

Triadic colors

1 #602B50 and #50602B with #2B5060 are triadic colors.

2 #60502B and #502B60 with #2B5060 are triadic colors.