COLOR #2B494E

HEX: #2B494E
RGB: (43,73,78)

Color info

#2B494E contains red, green and blue colors in about the same proportion. Web safe color of #2B494E is #333366 (or #336).

RGB color model

#2B494E color RGB value is (43,73,78).

  • red value is 43;
  • green value is 73;
  • blue value is 78.
RGB:
(43,73,78)
(17%,29%,31%)

RGB channels and saturation

R 43 of 255 = 17%
G 73 of 255 = 29%
B 78 of 255 = 31%

43
73
78

R + G + B ~ 26%. #2B494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 73 + 78 = 194 (100%)
R 43 of 194 ~ 22.16%
G 73 of 194 ~ 37.63%
B 78 of 194 ~ 40.21%

%22.16
%37.63
%40.21

CMYK color model

#2B494E color CMYK value is (45,6,0,69).

  • cyan value is 44.87%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(45,6,0,69)
C45M6Y0K69 
(45%,6%,0%,69%)
(0.45/0.06/0.00/0.69)	

CMYK percentages

%44.87
%6.41
%0
%69.41

Codes

Color #2B494E in popluar color models

2B494E
RGB437378
HSL189°28.93%23.73%
HSB/HSV189°44.87%30.59%
CMYK44.87%6.41%0.00%
69.41%

Color #2B494E in popluar number systems.

HEX2B494E
Decimal437378
Binary10101110010011001110
Octal53111116

Shades and tints

Shades of #2B494E

#2B494E
(43,73,78)
#284347
(40,67,71)
#253D40
(37,61,64)
#223739
(34,55,57)
#1F3132
(31,49,50)
#1C2B2B
(28,43,43)
#192524
(25,37,36)
#161F1D
(22,31,29)
#131916
(19,25,22)
#10130F
(16,19,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #2B494E

#2B494E
(43,73,78)
#3E595E
(62,89,94)
#51696E
(81,105,110)
#64797E
(100,121,126)
#77898E
(119,137,142)
#8A999E
(138,153,158)
#9DA9AE
(157,169,174)
#B0B9BE
(176,185,190)
#C3C9CE
(195,201,206)
#D6D9DE
(214,217,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B494E color. Also use rgb(43,73,78) instead hex code.

Text Font Color

.myTextColor { color: #2B494E; }

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

This text font color is #2B494E.


Background Color

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

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

This div background color is #2B494E.


Border color

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

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

This div border color is #2B494E.


Opacity

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

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

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

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

This text has shadow with #2B494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B494E on black background.


Color preview on white background

This text has color #2B494E on white background.



Black color preview on #2B494E background

This text has black color on #2B494E background.


White color preview on #2B494E background

This text has white color on #2B494E background.