COLOR #2B4242

HEX: #2B4242
RGB: (43,66,66)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

43
66
66

R + G + B ~ 23%. #2B4242 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 66 + 66 = 175 (100%)
R 43 of 175 ~ 24.57%
G 66 of 175 ~ 37.71%
B 66 of 175 ~ 37.71%

%24.57
%37.71
%37.71

CMYK color model

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

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

CMYK percentages

%34.85
%0
%0
%74.12

Codes

Color #2B4242 in popluar color models

2B4242
RGB436666
HSL180°21.10%21.37%
HSB/HSV180°34.85%25.88%
CMYK34.85%0.00%0.00%
74.12%

Color #2B4242 in popluar number systems.

HEX2B4242
Decimal436666
Binary10101110000101000010
Octal53102102

Shades and tints

Shades of #2B4242

#2B4242
(43,66,66)
#283C3C
(40,60,60)
#253636
(37,54,54)
#223030
(34,48,48)
#1F2A2A
(31,42,42)
#1C2424
(28,36,36)
#191E1E
(25,30,30)
#161818
(22,24,24)
#131212
(19,18,18)
#100C0C
(16,12,12)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #2B4242

#2B4242
(43,66,66)
#3E5353
(62,83,83)
#516464
(81,100,100)
#647575
(100,117,117)
#778686
(119,134,134)
#8A9797
(138,151,151)
#9DA8A8
(157,168,168)
#B0B9B9
(176,185,185)
#C3CACA
(195,202,202)
#D6DBDB
(214,219,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4242; }

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

This text font color is #2B4242.


Background Color

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

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

This div background color is #2B4242.


Border color

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

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

This div border color is #2B4242.


Opacity

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

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

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

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

This text has shadow with #2B4242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4242 on black background.


Color preview on white background

This text has color #2B4242 on white background.



Black color preview on #2B4242 background

This text has black color on #2B4242 background.


White color preview on #2B4242 background

This text has white color on #2B4242 background.