COLOR #2B3C48

HEX: #2B3C48
RGB: (43,60,72)

Color info

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

RGB color model

#2B3C48 color RGB value is (43,60,72).

  • red value is 43;
  • green value is 60;
  • blue value is 72.
RGB:
(43,60,72)
(17%,24%,28%)

RGB channels and saturation

R 43 of 255 = 17%
G 60 of 255 = 24%
B 72 of 255 = 28%

43
60
72

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

Portions of RGB colors in percentages

R + G + B =
43 + 60 + 72 = 175 (100%)
R 43 of 175 ~ 24.57%
G 60 of 175 ~ 34.29%
B 72 of 175 ~ 41.14%

%24.57
%34.29
%41.14

CMYK color model

#2B3C48 color CMYK value is (40,17,0,72).

  • cyan value is 40.28%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(40,17,0,72)
C40M17Y0K72 
(40%,17%,0%,72%)
(0.40/0.17/0.00/0.72)	

CMYK percentages

%40.28
%16.67
%0
%71.76

Codes

Color #2B3C48 in popluar color models

2B3C48
RGB436072
HSL205°25.22%22.55%
HSB/HSV205°40.28%28.24%
CMYK40.28%16.67%0.00%
71.76%

Color #2B3C48 in popluar number systems.

HEX2B3C48
Decimal436072
Binary1010111111001001000
Octal5374110

Shades and tints

Shades of #2B3C48

#2B3C48
(43,60,72)
#283742
(40,55,66)
#25323C
(37,50,60)
#222D36
(34,45,54)
#1F2830
(31,40,48)
#1C232A
(28,35,42)
#191E24
(25,30,36)
#16191E
(22,25,30)
#131418
(19,20,24)
#100F12
(16,15,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #2B3C48

#2B3C48
(43,60,72)
#3E4D58
(62,77,88)
#515E68
(81,94,104)
#646F78
(100,111,120)
#778088
(119,128,136)
#8A9198
(138,145,152)
#9DA2A8
(157,162,168)
#B0B3B8
(176,179,184)
#C3C4C8
(195,196,200)
#D6D5D8
(214,213,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3C48 color. Also use rgb(43,60,72) instead hex code.

Text Font Color

.myTextColor { color: #2B3C48; }

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

This text font color is #2B3C48.


Background Color

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

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

This div background color is #2B3C48.


Border color

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

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

This div border color is #2B3C48.


Opacity

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

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

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

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

This text has shadow with #2B3C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3C48 on black background.


Color preview on white background

This text has color #2B3C48 on white background.



Black color preview on #2B3C48 background

This text has black color on #2B3C48 background.


White color preview on #2B3C48 background

This text has white color on #2B3C48 background.