COLOR #2B3E41

HEX: #2B3E41
RGB: (43,62,65)

Color info

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

RGB color model

#2B3E41 color RGB value is (43,62,65).

  • red value is 43;
  • green value is 62;
  • blue value is 65.
RGB:
(43,62,65)
(17%,24%,25%)

RGB channels and saturation

R 43 of 255 = 17%
G 62 of 255 = 24%
B 65 of 255 = 25%

43
62
65

R + G + B ~ 22%. #2B3E41 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 62 + 65 = 170 (100%)
R 43 of 170 ~ 25.29%
G 62 of 170 ~ 36.47%
B 65 of 170 ~ 38.24%

%25.29
%36.47
%38.24

CMYK color model

#2B3E41 color CMYK value is (34,5,0,75).

  • cyan value is 33.85%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(34,5,0,75)
C34M5Y0K75 
(34%,5%,0%,75%)
(0.34/0.05/0.00/0.75)	

CMYK percentages

%33.85
%4.62
%0
%74.51

Codes

Color #2B3E41 in popluar color models

2B3E41
RGB436265
HSL188°20.37%21.18%
HSB/HSV188°33.85%25.49%
CMYK33.85%4.62%0.00%
74.51%

Color #2B3E41 in popluar number systems.

HEX2B3E41
Decimal436265
Binary1010111111101000001
Octal5376101

Shades and tints

Shades of #2B3E41

#2B3E41
(43,62,65)
#28393C
(40,57,60)
#253437
(37,52,55)
#222F32
(34,47,50)
#1F2A2D
(31,42,45)
#1C2528
(28,37,40)
#192023
(25,32,35)
#161B1E
(22,27,30)
#131619
(19,22,25)
#101114
(16,17,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #2B3E41

#2B3E41
(43,62,65)
#3E4F52
(62,79,82)
#516063
(81,96,99)
#647174
(100,113,116)
#778285
(119,130,133)
#8A9396
(138,147,150)
#9DA4A7
(157,164,167)
#B0B5B8
(176,181,184)
#C3C6C9
(195,198,201)
#D6D7DA
(214,215,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3E41 color. Also use rgb(43,62,65) instead hex code.

Text Font Color

.myTextColor { color: #2B3E41; }

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

This text font color is #2B3E41.


Background Color

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

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

This div background color is #2B3E41.


Border color

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

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

This div border color is #2B3E41.


Opacity

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

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

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

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

This text has shadow with #2B3E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3E41 on black background.


Color preview on white background

This text has color #2B3E41 on white background.



Black color preview on #2B3E41 background

This text has black color on #2B3E41 background.


White color preview on #2B3E41 background

This text has white color on #2B3E41 background.