COLOR #2B3136

HEX: #2B3136
RGB: (43,49,54)

Color info

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

RGB color model

#2B3136 color RGB value is (43,49,54).

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

RGB channels and saturation

R 43 of 255 = 17%
G 49 of 255 = 19%
B 54 of 255 = 21%

43
49
54

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

Portions of RGB colors in percentages

R + G + B =
43 + 49 + 54 = 146 (100%)
R 43 of 146 ~ 29.45%
G 49 of 146 ~ 33.56%
B 54 of 146 ~ 36.99%

%29.45
%33.56
%36.99

CMYK color model

#2B3136 color CMYK value is (20,9,0,79).

  • cyan value is 20.37%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(20,9,0,79)
C20M9Y0K79 
(20%,9%,0%,79%)
(0.20/0.09/0.00/0.79)	

CMYK percentages

%20.37
%9.26
%0
%78.82

Codes

Color #2B3136 in popluar color models

2B3136
RGB434954
HSL207°11.34%19.02%
HSB/HSV207°20.37%21.18%
CMYK20.37%9.26%0.00%
78.82%

Color #2B3136 in popluar number systems.

HEX2B3136
Decimal434954
Binary101011110001110110
Octal536166

Shades and tints

Shades of #2B3136

#2B3136
(43,49,54)
#282D32
(40,45,50)
#25292E
(37,41,46)
#22252A
(34,37,42)
#1F2126
(31,33,38)
#1C1D22
(28,29,34)
#19191E
(25,25,30)
#16151A
(22,21,26)
#131116
(19,17,22)
#100D12
(16,13,18)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #2B3136

#2B3136
(43,49,54)
#3E4348
(62,67,72)
#51555A
(81,85,90)
#64676C
(100,103,108)
#77797E
(119,121,126)
#8A8B90
(138,139,144)
#9D9DA2
(157,157,162)
#B0AFB4
(176,175,180)
#C3C1C6
(195,193,198)
#D6D3D8
(214,211,216)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B3136; }

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

This text font color is #2B3136.


Background Color

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

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

This div background color is #2B3136.


Border color

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

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

This div border color is #2B3136.


Opacity

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

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

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

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

This text has shadow with #2B3136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3136 on black background.


Color preview on white background

This text has color #2B3136 on white background.



Black color preview on #2B3136 background

This text has black color on #2B3136 background.


White color preview on #2B3136 background

This text has white color on #2B3136 background.