COLOR #2B3F43

HEX: #2B3F43
RGB: (43,63,67)

Color info

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

RGB color model

#2B3F43 color RGB value is (43,63,67).

  • red value is 43;
  • green value is 63;
  • blue value is 67.
RGB:
(43,63,67)
(17%,25%,26%)

RGB channels and saturation

R 43 of 255 = 17%
G 63 of 255 = 25%
B 67 of 255 = 26%

43
63
67

R + G + B ~ 23%. #2B3F43 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 63 + 67 = 173 (100%)
R 43 of 173 ~ 24.86%
G 63 of 173 ~ 36.42%
B 67 of 173 ~ 38.73%

%24.86
%36.42
%38.73

CMYK color model

#2B3F43 color CMYK value is (36,6,0,74).

  • cyan value is 35.82%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(36,6,0,74)
C36M6Y0K74 
(36%,6%,0%,74%)
(0.36/0.06/0.00/0.74)	

CMYK percentages

%35.82
%5.97
%0
%73.73

Codes

Color #2B3F43 in popluar color models

2B3F43
RGB436367
HSL190°21.82%21.57%
HSB/HSV190°35.82%26.27%
CMYK35.82%5.97%0.00%
73.73%

Color #2B3F43 in popluar number systems.

HEX2B3F43
Decimal436367
Binary1010111111111000011
Octal5377103

Shades and tints

Shades of #2B3F43

#2B3F43
(43,63,67)
#283A3D
(40,58,61)
#253537
(37,53,55)
#223031
(34,48,49)
#1F2B2B
(31,43,43)
#1C2625
(28,38,37)
#19211F
(25,33,31)
#161C19
(22,28,25)
#131713
(19,23,19)
#10120D
(16,18,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #2B3F43

#2B3F43
(43,63,67)
#3E5054
(62,80,84)
#516165
(81,97,101)
#647276
(100,114,118)
#778387
(119,131,135)
#8A9498
(138,148,152)
#9DA5A9
(157,165,169)
#B0B6BA
(176,182,186)
#C3C7CB
(195,199,203)
#D6D8DC
(214,216,220)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3F43 color. Also use rgb(43,63,67) instead hex code.

Text Font Color

.myTextColor { color: #2B3F43; }

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

This text font color is #2B3F43.


Background Color

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

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

This div background color is #2B3F43.


Border color

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

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

This div border color is #2B3F43.


Opacity

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

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

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

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

This text has shadow with #2B3F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3F43 on black background.


Color preview on white background

This text has color #2B3F43 on white background.



Black color preview on #2B3F43 background

This text has black color on #2B3F43 background.


White color preview on #2B3F43 background

This text has white color on #2B3F43 background.