COLOR #2B4960

HEX: #2B4960
RGB: (43,73,96)

Color info

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

RGB color model

#2B4960 color RGB value is (43,73,96).

  • red value is 43;
  • green value is 73;
  • blue value is 96.
RGB:
(43,73,96)
(17%,29%,38%)

RGB channels and saturation

R 43 of 255 = 17%
G 73 of 255 = 29%
B 96 of 255 = 38%

43
73
96

R + G + B ~ 28%. #2B4960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 73 + 96 = 212 (100%)
R 43 of 212 ~ 20.28%
G 73 of 212 ~ 34.43%
B 96 of 212 ~ 45.28%

%20.28
%34.43
%45.28

CMYK color model

#2B4960 color CMYK value is (55,24,0,62).

  • cyan value is 55.21%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(55,24,0,62)
C55M24Y0K62 
(55%,24%,0%,62%)
(0.55/0.24/0.00/0.62)	

CMYK percentages

%55.21
%23.96
%0
%62.35

Codes

Color #2B4960 in popluar color models

2B4960
RGB437396
HSL206°38.13%27.25%
HSB/HSV206°55.21%37.65%
CMYK55.21%23.96%0.00%
62.35%

Color #2B4960 in popluar number systems.

HEX2B4960
Decimal437396
Binary10101110010011100000
Octal53111140

Shades and tints

Shades of #2B4960

#2B4960
(43,73,96)
#284358
(40,67,88)
#253D50
(37,61,80)
#223748
(34,55,72)
#1F3140
(31,49,64)
#1C2B38
(28,43,56)
#192530
(25,37,48)
#161F28
(22,31,40)
#131920
(19,25,32)
#101318
(16,19,24)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #2B4960

#2B4960
(43,73,96)
#3E596E
(62,89,110)
#51697C
(81,105,124)
#64798A
(100,121,138)
#778998
(119,137,152)
#8A99A6
(138,153,166)
#9DA9B4
(157,169,180)
#B0B9C2
(176,185,194)
#C3C9D0
(195,201,208)
#D6D9DE
(214,217,222)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4960; }

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

This text font color is #2B4960.


Background Color

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

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

This div background color is #2B4960.


Border color

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

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

This div border color is #2B4960.


Opacity

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

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

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

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

This text has shadow with #2B4960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4960 on black background.


Color preview on white background

This text has color #2B4960 on white background.



Black color preview on #2B4960 background

This text has black color on #2B4960 background.


White color preview on #2B4960 background

This text has white color on #2B4960 background.