COLOR #2B2E35

HEX: #2B2E35
RGB: (43,46,53)

Color info

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

RGB color model

#2B2E35 color RGB value is (43,46,53).

  • red value is 43;
  • green value is 46;
  • blue value is 53.
RGB:
(43,46,53)
(17%,18%,21%)

RGB channels and saturation

R 43 of 255 = 17%
G 46 of 255 = 18%
B 53 of 255 = 21%

43
46
53

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

Portions of RGB colors in percentages

R + G + B =
43 + 46 + 53 = 142 (100%)
R 43 of 142 ~ 30.28%
G 46 of 142 ~ 32.39%
B 53 of 142 ~ 37.32%

%30.28
%32.39
%37.32

CMYK color model

#2B2E35 color CMYK value is (19,13,0,79).

  • cyan value is 18.87%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(19,13,0,79)
C19M13Y0K79 
(19%,13%,0%,79%)
(0.19/0.13/0.00/0.79)	

CMYK percentages

%18.87
%13.21
%0
%79.22

Codes

Color #2B2E35 in popluar color models

2B2E35
RGB434653
HSL222°10.42%18.82%
HSB/HSV222°18.87%20.78%
CMYK18.87%13.21%0.00%
79.22%

Color #2B2E35 in popluar number systems.

HEX2B2E35
Decimal434653
Binary101011101110110101
Octal535665

Shades and tints

Shades of #2B2E35

#2B2E35
(43,46,53)
#282A31
(40,42,49)
#25262D
(37,38,45)
#222229
(34,34,41)
#1F1E25
(31,30,37)
#1C1A21
(28,26,33)
#19161D
(25,22,29)
#161219
(22,18,25)
#130E15
(19,14,21)
#100A11
(16,10,17)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #2B2E35

#2B2E35
(43,46,53)
#3E4147
(62,65,71)
#515459
(81,84,89)
#64676B
(100,103,107)
#777A7D
(119,122,125)
#8A8D8F
(138,141,143)
#9DA0A1
(157,160,161)
#B0B3B3
(176,179,179)
#C3C6C5
(195,198,197)
#D6D9D7
(214,217,215)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B2E35 color. Also use rgb(43,46,53) instead hex code.

Text Font Color

.myTextColor { color: #2B2E35; }

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

This text font color is #2B2E35.


Background Color

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

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

This div background color is #2B2E35.


Border color

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

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

This div border color is #2B2E35.


Opacity

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

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

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

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

This text has shadow with #2B2E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B2E35 on black background.


Color preview on white background

This text has color #2B2E35 on white background.



Black color preview on #2B2E35 background

This text has black color on #2B2E35 background.


White color preview on #2B2E35 background

This text has white color on #2B2E35 background.