COLOR #2B3342

HEX: #2B3342
RGB: (43,51,66)

Color info

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

RGB color model

#2B3342 color RGB value is (43,51,66).

  • red value is 43;
  • green value is 51;
  • blue value is 66.
RGB:
(43,51,66)
(17%,20%,26%)

RGB channels and saturation

R 43 of 255 = 17%
G 51 of 255 = 20%
B 66 of 255 = 26%

43
51
66

R + G + B ~ 21%. #2B3342 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 51 + 66 = 160 (100%)
R 43 of 160 ~ 26.88%
G 51 of 160 ~ 31.88%
B 66 of 160 ~ 41.25%

%26.88
%31.88
%41.25

CMYK color model

#2B3342 color CMYK value is (35,23,0,74).

  • cyan value is 34.85%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(35,23,0,74)
C35M23Y0K74 
(35%,23%,0%,74%)
(0.35/0.23/0.00/0.74)	

CMYK percentages

%34.85
%22.73
%0
%74.12

Codes

Color #2B3342 in popluar color models

2B3342
RGB435166
HSL219°21.10%21.37%
HSB/HSV219°34.85%25.88%
CMYK34.85%22.73%0.00%
74.12%

Color #2B3342 in popluar number systems.

HEX2B3342
Decimal435166
Binary1010111100111000010
Octal5363102

Shades and tints

Shades of #2B3342

#2B3342
(43,51,66)
#282F3C
(40,47,60)
#252B36
(37,43,54)
#222730
(34,39,48)
#1F232A
(31,35,42)
#1C1F24
(28,31,36)
#191B1E
(25,27,30)
#161718
(22,23,24)
#131312
(19,19,18)
#100F0C
(16,15,12)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #2B3342

#2B3342
(43,51,66)
#3E4553
(62,69,83)
#515764
(81,87,100)
#646975
(100,105,117)
#777B86
(119,123,134)
#8A8D97
(138,141,151)
#9D9FA8
(157,159,168)
#B0B1B9
(176,177,185)
#C3C3CA
(195,195,202)
#D6D5DB
(214,213,219)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3342 color. Also use rgb(43,51,66) instead hex code.

Text Font Color

.myTextColor { color: #2B3342; }

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

This text font color is #2B3342.


Background Color

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

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

This div background color is #2B3342.


Border color

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

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

This div border color is #2B3342.


Opacity

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

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

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

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

This text has shadow with #2B3342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3342 on black background.


Color preview on white background

This text has color #2B3342 on white background.



Black color preview on #2B3342 background

This text has black color on #2B3342 background.


White color preview on #2B3342 background

This text has white color on #2B3342 background.