COLOR #2B423B

HEX: #2B423B RGB: (43,66,59)

Color info

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

RGB color model

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

RGB: (43,66,59) (17%, 26%, 23%)

RGB channels and saturation

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

43
66
59

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

Portions of RGB colors in percentages

R + G + B = 43 + 66 + 59 = 168 (100%)
R 43 of 168 ~ 25.6%
G 66 of 168 ~ 39.29%
B 59 of 168 ~ 35.12'%

%25.6
%39.29
%35.12

CMYK color model

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

  • cyan value is 34.85%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 74.12%

CMYK: (35,0,11,74)
C35M0Y11K74 (35%, 0%, 11%, 74%)
(0.35 / 0.00 / 0.11 / 0.74)

CMYK percentages

%34.85
%0
%10.61
%74.12

Codes

Color #2B423B in popluar color models

2B 42 3B
RGB 43 66 59
HSL 162° 21.10% 21.37%
HSB/HSV 162° 34.85% 25.88%
CMYK 34.85% 0.00% 10.61%
74.12%

Color #2B423B in popluar number systems.

HEX 2B 42 3B
Decimal 43 66 59
Binary 101011 1000010 111011
Octal 53 102 73

Shades and tints

Shades of #2B423B

#2B423B
(43,66,59)
#283C36
(40,60,54)
#253631
(37,54,49)
#22302C
(34,48,44)
#1F2A27
(31,42,39)
#1C2422
(28,36,34)
#191E1D
(25,30,29)
#161818
(22,24,24)
#131213
(19,18,19)
#100C0E
(16,12,14)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #2B423B

#2B423B
(43,66,59)
#3E534C
(62,83,76)
#51645D
(81,100,93)
#64756E
(100,117,110)
#77867F
(119,134,127)
#8A9790
(138,151,144)
#9DA8A1
(157,168,161)
#B0B9B2
(176,185,178)
#C3CAC3
(195,202,195)
#D6DBD4
(214,219,212)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B423B; }

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

This text font color is #2B423B.

Background Color

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

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

This div background color is #2B423B.

Border color

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

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

This div border color is #2B423B.

Opacity

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

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

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

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

This text has shadow with #2B423B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B423B.

Preview

Color preview on black background

This text has color #2B423B on black background.


Color preview on white background

This text has color #2B423B on white background.


Black color preview on #2B423B background

This text has black color on #2B423B background.


White color preview on #2B423B background

This text has white color on #2B423B background.


Related colors

Complementary color

Complementary color for #hex is #D4BDC4.


I love getcolorcode.com

Triadic colors

1 #3B2B42 and #423B2B with #2B423B are triadic colors.

2 #3B422B and #422B3B with #2B423B are triadic colors.