COLOR #2B3742

HEX: #2B3742
RGB: (43,55,66)

Color info

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

RGB color model

#2B3742 color RGB value is (43,55,66).

  • red value is 43;
  • green value is 55;
  • blue value is 66.
RGB:
(43,55,66)
(17%,22%,26%)

RGB channels and saturation

R 43 of 255 = 17%
G 55 of 255 = 22%
B 66 of 255 = 26%

43
55
66

R + G + B ~ 22%. #2B3742 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 55 + 66 = 164 (100%)
R 43 of 164 ~ 26.22%
G 55 of 164 ~ 33.54%
B 66 of 164 ~ 40.24%

%26.22
%33.54
%40.24

CMYK color model

#2B3742 color CMYK value is (35,17,0,74).

  • cyan value is 34.85%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(35,17,0,74)
C35M17Y0K74 
(35%,17%,0%,74%)
(0.35/0.17/0.00/0.74)	

CMYK percentages

%34.85
%16.67
%0
%74.12

Codes

Color #2B3742 in popluar color models

2B3742
RGB435566
HSL209°21.10%21.37%
HSB/HSV209°34.85%25.88%
CMYK34.85%16.67%0.00%
74.12%

Color #2B3742 in popluar number systems.

HEX2B3742
Decimal435566
Binary1010111101111000010
Octal5367102

Shades and tints

Shades of #2B3742

#2B3742
(43,55,66)
#28323C
(40,50,60)
#252D36
(37,45,54)
#222830
(34,40,48)
#1F232A
(31,35,42)
#1C1E24
(28,30,36)
#19191E
(25,25,30)
#161418
(22,20,24)
#130F12
(19,15,18)
#100A0C
(16,10,12)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #2B3742

#2B3742
(43,55,66)
#3E4953
(62,73,83)
#515B64
(81,91,100)
#646D75
(100,109,117)
#777F86
(119,127,134)
#8A9197
(138,145,151)
#9DA3A8
(157,163,168)
#B0B5B9
(176,181,185)
#C3C7CA
(195,199,202)
#D6D9DB
(214,217,219)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3742 color. Also use rgb(43,55,66) instead hex code.

Text Font Color

.myTextColor { color: #2B3742; }

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

This text font color is #2B3742.


Background Color

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

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

This div background color is #2B3742.


Border color

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

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

This div border color is #2B3742.


Opacity

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

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

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

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

This text has shadow with #2B3742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3742 on black background.


Color preview on white background

This text has color #2B3742 on white background.



Black color preview on #2B3742 background

This text has black color on #2B3742 background.


White color preview on #2B3742 background

This text has white color on #2B3742 background.