COLOR #2B474C

HEX: #2B474C
RGB: (43,71,76)

Color info

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

RGB color model

#2B474C color RGB value is (43,71,76).

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

RGB channels and saturation

R 43 of 255 = 17%
G 71 of 255 = 28%
B 76 of 255 = 30%

43
71
76

R + G + B ~ 25%. #2B474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 71 + 76 = 190 (100%)
R 43 of 190 ~ 22.63%
G 71 of 190 ~ 37.37%
B 76 of 190 ~ 40%

%22.63
%37.37
%40

CMYK color model

#2B474C color CMYK value is (43,7,0,70).

  • cyan value is 43.42%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(43,7,0,70)
C43M7Y0K70 
(43%,7%,0%,70%)
(0.43/0.07/0.00/0.70)	

CMYK percentages

%43.42
%6.58
%0
%70.2

Codes

Color #2B474C in popluar color models

2B474C
RGB437176
HSL189°27.73%23.33%
HSB/HSV189°43.42%29.80%
CMYK43.42%6.58%0.00%
70.20%

Color #2B474C in popluar number systems.

HEX2B474C
Decimal437176
Binary10101110001111001100
Octal53107114

Shades and tints

Shades of #2B474C

#2B474C
(43,71,76)
#284146
(40,65,70)
#253B40
(37,59,64)
#22353A
(34,53,58)
#1F2F34
(31,47,52)
#1C292E
(28,41,46)
#192328
(25,35,40)
#161D22
(22,29,34)
#13171C
(19,23,28)
#101116
(16,17,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #2B474C

#2B474C
(43,71,76)
#3E575C
(62,87,92)
#51676C
(81,103,108)
#64777C
(100,119,124)
#77878C
(119,135,140)
#8A979C
(138,151,156)
#9DA7AC
(157,167,172)
#B0B7BC
(176,183,188)
#C3C7CC
(195,199,204)
#D6D7DC
(214,215,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B474C; }

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

This text font color is #2B474C.


Background Color

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

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

This div background color is #2B474C.


Border color

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

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

This div border color is #2B474C.


Opacity

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

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

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

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

This text has shadow with #2B474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B474C on black background.


Color preview on white background

This text has color #2B474C on white background.



Black color preview on #2B474C background

This text has black color on #2B474C background.


White color preview on #2B474C background

This text has white color on #2B474C background.