COLOR #2B4137

HEX: #2B4137
RGB: (43,65,55)

Color info

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

RGB color model

#2B4137 color RGB value is (43,65,55).

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

RGB channels and saturation

R 43 of 255 = 17%
G 65 of 255 = 25%
B 55 of 255 = 22%

43
65
55

R + G + B ~ 21%. #2B4137 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 65 + 55 = 163 (100%)
R 43 of 163 ~ 26.38%
G 65 of 163 ~ 39.88%
B 55 of 163 ~ 33.74%

%26.38
%39.88
%33.74

CMYK color model

#2B4137 color CMYK value is (34,0,15,75).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 74.51%
CMYK:
(34,0,15,75)
C34M0Y15K75 
(34%,0%,15%,75%)
(0.34/0.00/0.15/0.75)	

CMYK percentages

%33.85
%0
%15.38
%74.51

Codes

Color #2B4137 in popluar color models

2B4137
RGB436555
HSL153°20.37%21.18%
HSB/HSV153°33.85%25.49%
CMYK33.85%0.00%15.38%
74.51%

Color #2B4137 in popluar number systems.

HEX2B4137
Decimal436555
Binary1010111000001110111
Octal5310167

Shades and tints

Shades of #2B4137

#2B4137
(43,65,55)
#283C32
(40,60,50)
#25372D
(37,55,45)
#223228
(34,50,40)
#1F2D23
(31,45,35)
#1C281E
(28,40,30)
#192319
(25,35,25)
#161E14
(22,30,20)
#13190F
(19,25,15)
#10140A
(16,20,10)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #2B4137

#2B4137
(43,65,55)
#3E5249
(62,82,73)
#51635B
(81,99,91)
#64746D
(100,116,109)
#77857F
(119,133,127)
#8A9691
(138,150,145)
#9DA7A3
(157,167,163)
#B0B8B5
(176,184,181)
#C3C9C7
(195,201,199)
#D6DAD9
(214,218,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4137; }

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

This text font color is #2B4137.


Background Color

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

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

This div background color is #2B4137.


Border color

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

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

This div border color is #2B4137.


Opacity

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

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

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

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

This text has shadow with #2B4137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4137 on black background.


Color preview on white background

This text has color #2B4137 on white background.



Black color preview on #2B4137 background

This text has black color on #2B4137 background.


White color preview on #2B4137 background

This text has white color on #2B4137 background.