COLOR #2B4847

HEX: #2B4847
RGB: (43,72,71)

Color info

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

RGB color model

#2B4847 color RGB value is (43,72,71).

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

RGB channels and saturation

R 43 of 255 = 17%
G 72 of 255 = 28%
B 71 of 255 = 28%

43
72
71

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

Portions of RGB colors in percentages

R + G + B =
43 + 72 + 71 = 186 (100%)
R 43 of 186 ~ 23.12%
G 72 of 186 ~ 38.71%
B 71 of 186 ~ 38.17%

%23.12
%38.71
%38.17

CMYK color model

#2B4847 color CMYK value is (40,0,1,72).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(40,0,1,72)
C40M0Y1K72 
(40%,0%,1%,72%)
(0.40/0.00/0.01/0.72)	

CMYK percentages

%40.28
%0
%1.39
%71.76

Codes

Color #2B4847 in popluar color models

2B4847
RGB437271
HSL178°25.22%22.55%
HSB/HSV178°40.28%28.24%
CMYK40.28%0.00%1.39%
71.76%

Color #2B4847 in popluar number systems.

HEX2B4847
Decimal437271
Binary10101110010001000111
Octal53110107

Shades and tints

Shades of #2B4847

#2B4847
(43,72,71)
#284241
(40,66,65)
#253C3B
(37,60,59)
#223635
(34,54,53)
#1F302F
(31,48,47)
#1C2A29
(28,42,41)
#192423
(25,36,35)
#161E1D
(22,30,29)
#131817
(19,24,23)
#101211
(16,18,17)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #2B4847

#2B4847
(43,72,71)
#3E5857
(62,88,87)
#516867
(81,104,103)
#647877
(100,120,119)
#778887
(119,136,135)
#8A9897
(138,152,151)
#9DA8A7
(157,168,167)
#B0B8B7
(176,184,183)
#C3C8C7
(195,200,199)
#D6D8D7
(214,216,215)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4847; }

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

This text font color is #2B4847.


Background Color

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

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

This div background color is #2B4847.


Border color

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

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

This div border color is #2B4847.


Opacity

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

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

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

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

This text has shadow with #2B4847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4847 on black background.


Color preview on white background

This text has color #2B4847 on white background.



Black color preview on #2B4847 background

This text has black color on #2B4847 background.


White color preview on #2B4847 background

This text has white color on #2B4847 background.