COLOR #2B4448

HEX: #2B4448
RGB: (43,68,72)

Color info

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

RGB color model

#2B4448 color RGB value is (43,68,72).

  • red value is 43;
  • green value is 68;
  • blue value is 72.
RGB:
(43,68,72)
(17%,27%,28%)

RGB channels and saturation

R 43 of 255 = 17%
G 68 of 255 = 27%
B 72 of 255 = 28%

43
68
72

R + G + B ~ 24%. #2B4448 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 68 + 72 = 183 (100%)
R 43 of 183 ~ 23.5%
G 68 of 183 ~ 37.16%
B 72 of 183 ~ 39.34%

%23.5
%37.16
%39.34

CMYK color model

#2B4448 color CMYK value is (40,6,0,72).

  • cyan value is 40.28%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(40,6,0,72)
C40M6Y0K72 
(40%,6%,0%,72%)
(0.40/0.06/0.00/0.72)	

CMYK percentages

%40.28
%5.56
%0
%71.76

Codes

Color #2B4448 in popluar color models

2B4448
RGB436872
HSL188°25.22%22.55%
HSB/HSV188°40.28%28.24%
CMYK40.28%5.56%0.00%
71.76%

Color #2B4448 in popluar number systems.

HEX2B4448
Decimal436872
Binary10101110001001001000
Octal53104110

Shades and tints

Shades of #2B4448

#2B4448
(43,68,72)
#283E42
(40,62,66)
#25383C
(37,56,60)
#223236
(34,50,54)
#1F2C30
(31,44,48)
#1C262A
(28,38,42)
#192024
(25,32,36)
#161A1E
(22,26,30)
#131418
(19,20,24)
#100E12
(16,14,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #2B4448

#2B4448
(43,68,72)
#3E5558
(62,85,88)
#516668
(81,102,104)
#647778
(100,119,120)
#778888
(119,136,136)
#8A9998
(138,153,152)
#9DAAA8
(157,170,168)
#B0BBB8
(176,187,184)
#C3CCC8
(195,204,200)
#D6DDD8
(214,221,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4448 color. Also use rgb(43,68,72) instead hex code.

Text Font Color

.myTextColor { color: #2B4448; }

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

This text font color is #2B4448.


Background Color

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

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

This div background color is #2B4448.


Border color

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

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

This div border color is #2B4448.


Opacity

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

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

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

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

This text has shadow with #2B4448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4448 on black background.


Color preview on white background

This text has color #2B4448 on white background.



Black color preview on #2B4448 background

This text has black color on #2B4448 background.


White color preview on #2B4448 background

This text has white color on #2B4448 background.