COLOR #2B3137

HEX: #2B3137
RGB: (43,49,55)

Color info

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

RGB color model

#2B3137 color RGB value is (43,49,55).

  • red value is 43;
  • green value is 49;
  • blue value is 55.
RGB:
(43,49,55)
(17%,19%,22%)

RGB channels and saturation

R 43 of 255 = 17%
G 49 of 255 = 19%
B 55 of 255 = 22%

43
49
55

R + G + B ~ 19%. #2B3137 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 49 + 55 = 147 (100%)
R 43 of 147 ~ 29.25%
G 49 of 147 ~ 33.33%
B 55 of 147 ~ 37.41%

%29.25
%33.33
%37.41

CMYK color model

#2B3137 color CMYK value is (22,11,0,78).

  • cyan value is 21.82%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(22,11,0,78)
C22M11Y0K78 
(22%,11%,0%,78%)
(0.22/0.11/0.00/0.78)	

CMYK percentages

%21.82
%10.91
%0
%78.43

Codes

Color #2B3137 in popluar color models

2B3137
RGB434955
HSL210°12.24%19.22%
HSB/HSV210°21.82%21.57%
CMYK21.82%10.91%0.00%
78.43%

Color #2B3137 in popluar number systems.

HEX2B3137
Decimal434955
Binary101011110001110111
Octal536167

Shades and tints

Shades of #2B3137

#2B3137
(43,49,55)
#282D32
(40,45,50)
#25292D
(37,41,45)
#222528
(34,37,40)
#1F2123
(31,33,35)
#1C1D1E
(28,29,30)
#191919
(25,25,25)
#161514
(22,21,20)
#13110F
(19,17,15)
#100D0A
(16,13,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #2B3137

#2B3137
(43,49,55)
#3E4349
(62,67,73)
#51555B
(81,85,91)
#64676D
(100,103,109)
#77797F
(119,121,127)
#8A8B91
(138,139,145)
#9D9DA3
(157,157,163)
#B0AFB5
(176,175,181)
#C3C1C7
(195,193,199)
#D6D3D9
(214,211,217)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3137 color. Also use rgb(43,49,55) instead hex code.

Text Font Color

.myTextColor { color: #2B3137; }

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

This text font color is #2B3137.


Background Color

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

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

This div background color is #2B3137.


Border color

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

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

This div border color is #2B3137.


Opacity

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

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

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

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

This text has shadow with #2B3137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3137 on black background.


Color preview on white background

This text has color #2B3137 on white background.



Black color preview on #2B3137 background

This text has black color on #2B3137 background.


White color preview on #2B3137 background

This text has white color on #2B3137 background.