COLOR #2B3237

HEX: #2B3237
RGB: (43,50,55)

Color info

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

RGB color model

#2B3237 color RGB value is (43,50,55).

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

RGB channels and saturation

R 43 of 255 = 17%
G 50 of 255 = 20%
B 55 of 255 = 22%

43
50
55

R + G + B ~ 20%. #2B3237 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 50 + 55 = 148 (100%)
R 43 of 148 ~ 29.05%
G 50 of 148 ~ 33.78%
B 55 of 148 ~ 37.16%

%29.05
%33.78
%37.16

CMYK color model

#2B3237 color CMYK value is (22,9,0,78).

  • cyan value is 21.82%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(22,9,0,78)
C22M9Y0K78 
(22%,9%,0%,78%)
(0.22/0.09/0.00/0.78)	

CMYK percentages

%21.82
%9.09
%0
%78.43

Codes

Color #2B3237 in popluar color models

2B3237
RGB435055
HSL205°12.24%19.22%
HSB/HSV205°21.82%21.57%
CMYK21.82%9.09%0.00%
78.43%

Color #2B3237 in popluar number systems.

HEX2B3237
Decimal435055
Binary101011110010110111
Octal536267

Shades and tints

Shades of #2B3237

#2B3237
(43,50,55)
#282E32
(40,46,50)
#252A2D
(37,42,45)
#222628
(34,38,40)
#1F2223
(31,34,35)
#1C1E1E
(28,30,30)
#191A19
(25,26,25)
#161614
(22,22,20)
#13120F
(19,18,15)
#100E0A
(16,14,10)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #2B3237

#2B3237
(43,50,55)
#3E4449
(62,68,73)
#51565B
(81,86,91)
#64686D
(100,104,109)
#777A7F
(119,122,127)
#8A8C91
(138,140,145)
#9D9EA3
(157,158,163)
#B0B0B5
(176,176,181)
#C3C2C7
(195,194,199)
#D6D4D9
(214,212,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B3237; }

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

This text font color is #2B3237.


Background Color

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

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

This div background color is #2B3237.


Border color

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

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

This div border color is #2B3237.


Opacity

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

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

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

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

This text has shadow with #2B3237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3237 on black background.


Color preview on white background

This text has color #2B3237 on white background.



Black color preview on #2B3237 background

This text has black color on #2B3237 background.


White color preview on #2B3237 background

This text has white color on #2B3237 background.