COLOR #2B393F

HEX: #2B393F
RGB: (43,57,63)

Color info

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

RGB color model

#2B393F color RGB value is (43,57,63).

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

RGB channels and saturation

R 43 of 255 = 17%
G 57 of 255 = 22%
B 63 of 255 = 25%

43
57
63

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

Portions of RGB colors in percentages

R + G + B =
43 + 57 + 63 = 163 (100%)
R 43 of 163 ~ 26.38%
G 57 of 163 ~ 34.97%
B 63 of 163 ~ 38.65%

%26.38
%34.97
%38.65

CMYK color model

#2B393F color CMYK value is (32,10,0,75).

  • cyan value is 31.75%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(32,10,0,75)
C32M10Y0K75 
(32%,10%,0%,75%)
(0.32/0.10/0.00/0.75)	

CMYK percentages

%31.75
%9.52
%0
%75.29

Codes

Color #2B393F in popluar color models

2B393F
RGB435763
HSL198°18.87%20.78%
HSB/HSV198°31.75%24.71%
CMYK31.75%9.52%0.00%
75.29%

Color #2B393F in popluar number systems.

HEX2B393F
Decimal435763
Binary101011111001111111
Octal537177

Shades and tints

Shades of #2B393F

#2B393F
(43,57,63)
#28343A
(40,52,58)
#252F35
(37,47,53)
#222A30
(34,42,48)
#1F252B
(31,37,43)
#1C2026
(28,32,38)
#191B21
(25,27,33)
#16161C
(22,22,28)
#131117
(19,17,23)
#100C12
(16,12,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #2B393F

#2B393F
(43,57,63)
#3E4B50
(62,75,80)
#515D61
(81,93,97)
#646F72
(100,111,114)
#778183
(119,129,131)
#8A9394
(138,147,148)
#9DA5A5
(157,165,165)
#B0B7B6
(176,183,182)
#C3C9C7
(195,201,199)
#D6DBD8
(214,219,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B393F; }

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

This text font color is #2B393F.


Background Color

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

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

This div background color is #2B393F.


Border color

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

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

This div border color is #2B393F.


Opacity

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

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

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

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

This text has shadow with #2B393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B393F on black background.


Color preview on white background

This text has color #2B393F on white background.



Black color preview on #2B393F background

This text has black color on #2B393F background.


White color preview on #2B393F background

This text has white color on #2B393F background.