COLOR #2B474B

HEX: #2B474B
RGB: (43,71,75)

Color info

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

RGB color model

#2B474B color RGB value is (43,71,75).

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

RGB channels and saturation

R 43 of 255 = 17%
G 71 of 255 = 28%
B 75 of 255 = 29%

43
71
75

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

Portions of RGB colors in percentages

R + G + B =
43 + 71 + 75 = 189 (100%)
R 43 of 189 ~ 22.75%
G 71 of 189 ~ 37.57%
B 75 of 189 ~ 39.68%

%22.75
%37.57
%39.68

CMYK color model

#2B474B color CMYK value is (43,5,0,71).

  • cyan value is 42.67%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(43,5,0,71)
C43M5Y0K71 
(43%,5%,0%,71%)
(0.43/0.05/0.00/0.71)	

CMYK percentages

%42.67
%5.33
%0
%70.59

Codes

Color #2B474B in popluar color models

2B474B
RGB437175
HSL188°27.12%23.14%
HSB/HSV188°42.67%29.41%
CMYK42.67%5.33%0.00%
70.59%

Color #2B474B in popluar number systems.

HEX2B474B
Decimal437175
Binary10101110001111001011
Octal53107113

Shades and tints

Shades of #2B474B

#2B474B
(43,71,75)
#284145
(40,65,69)
#253B3F
(37,59,63)
#223539
(34,53,57)
#1F2F33
(31,47,51)
#1C292D
(28,41,45)
#192327
(25,35,39)
#161D21
(22,29,33)
#13171B
(19,23,27)
#101115
(16,17,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #2B474B

#2B474B
(43,71,75)
#3E575B
(62,87,91)
#51676B
(81,103,107)
#64777B
(100,119,123)
#77878B
(119,135,139)
#8A979B
(138,151,155)
#9DA7AB
(157,167,171)
#B0B7BB
(176,183,187)
#C3C7CB
(195,199,203)
#D6D7DB
(214,215,219)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B474B; }

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

This text font color is #2B474B.


Background Color

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

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

This div background color is #2B474B.


Border color

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

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

This div border color is #2B474B.


Opacity

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

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

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

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

This text has shadow with #2B474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B474B on black background.


Color preview on white background

This text has color #2B474B on white background.



Black color preview on #2B474B background

This text has black color on #2B474B background.


White color preview on #2B474B background

This text has white color on #2B474B background.