COLOR #2B4337

HEX: #2B4337 RGB: (43,67,55)

Color info

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

RGB color model

#2B4337 color RGB value is (43,67,55).

RGB: (43,67,55) (17%, 26%, 22%)

RGB channels and saturation

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

43
67
55

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

Portions of RGB colors in percentages

R + G + B = 43 + 67 + 55 = 165 (100%)
R 43 of 165 ~ 26.06%
G 67 of 165 ~ 40.61%
B 55 of 165 ~ 33.33'%

%26.06
%40.61
%33.33

CMYK color model

#2B4337 color CMYK value is (36,0,18,74).

  • cyan value is 35.82%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 73.73%

CMYK: (36,0,18,74)
C36M0Y18K74 (36%, 0%, 18%, 74%)
(0.36 / 0.00 / 0.18 / 0.74)

CMYK percentages

%35.82
%0
%17.91
%73.73

Codes

Color #2B4337 in popluar color models

2B 43 37
RGB 43 67 55
HSL 150° 21.82% 21.57%
HSB/HSV 150° 35.82% 26.27%
CMYK 35.82% 0.00% 17.91%
73.73%

Color #2B4337 in popluar number systems.

HEX 2B 43 37
Decimal 43 67 55
Binary 101011 1000011 110111
Octal 53 103 67

Shades and tints

Shades of #2B4337

#2B4337
(43,67,55)
#283D32
(40,61,50)
#25372D
(37,55,45)
#223128
(34,49,40)
#1F2B23
(31,43,35)
#1C251E
(28,37,30)
#191F19
(25,31,25)
#161914
(22,25,20)
#13130F
(19,19,15)
#100D0A
(16,13,10)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #2B4337

#2B4337
(43,67,55)
#3E5449
(62,84,73)
#51655B
(81,101,91)
#64766D
(100,118,109)
#77877F
(119,135,127)
#8A9891
(138,152,145)
#9DA9A3
(157,169,163)
#B0BAB5
(176,186,181)
#C3CBC7
(195,203,199)
#D6DCD9
(214,220,217)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4337; }

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

This text font color is #2B4337.

Background Color

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

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

This div background color is #2B4337.

Border color

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

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

This div border color is #2B4337.

Opacity

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

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

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

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

This text has shadow with #2B4337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B4337.

Preview

Color preview on black background

This text has color #2B4337 on black background.


Color preview on white background

This text has color #2B4337 on white background.


Black color preview on #2B4337 background

This text has black color on #2B4337 background.


White color preview on #2B4337 background

This text has white color on #2B4337 background.


Related colors

Complementary color

Complementary color for #hex is #D4BCC8.


I love getcolorcode.com

Triadic colors

1 #372B43 and #43372B with #2B4337 are triadic colors.

2 #37432B and #432B37 with #2B4337 are triadic colors.