COLOR #2B2113

HEX: #2B2113
RGB: (43,33,19)

Color info

#2B2113 contains red, green and blue colors in about the same proportion. Web safe color of #2B2113 is #333300 (or #330).

RGB color model

#2B2113 color RGB value is (43,33,19).

  • red value is 43;
  • green value is 33;
  • blue value is 19.
RGB:
(43,33,19)
(17%,13%,7%)

RGB channels and saturation

R 43 of 255 = 17%
G 33 of 255 = 13%
B 19 of 255 = 7%

43
33
19

R + G + B ~ 12%. #2B2113 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 33 + 19 = 95 (100%)
R 43 of 95 ~ 45.26%
G 33 of 95 ~ 34.74%
B 19 of 95 ~ 20%

%45.26
%34.74
%20

CMYK color model

#2B2113 color CMYK value is (0,23,56,83).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 55.81%
  • key color value is 83.14%
CMYK:
(0,23,56,83)
C0M23Y56K83 
(0%,23%,56%,83%)
(0.00/0.23/0.56/0.83)	

CMYK percentages

%0
%23.26
%55.81
%83.14

Codes

Color #2B2113 in popluar color models

2B2113
RGB433319
HSL35°38.71%12.16%
HSB/HSV35°55.81%16.86%
CMYK0.00%23.26%55.81%
83.14%

Color #2B2113 in popluar number systems.

HEX2B2113
Decimal433319
Binary10101110000110011
Octal534123

Shades and tints

Shades of #2B2113

#2B2113
(43,33,19)
#281E12
(40,30,18)
#251B11
(37,27,17)
#221810
(34,24,16)
#1F150F
(31,21,15)
#1C120E
(28,18,14)
#190F0D
(25,15,13)
#160C0C
(22,12,12)
#13090B
(19,9,11)
#10060A
(16,6,10)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #2B2113

#2B2113
(43,33,19)
#3E3528
(62,53,40)
#51493D
(81,73,61)
#645D52
(100,93,82)
#777167
(119,113,103)
#8A857C
(138,133,124)
#9D9991
(157,153,145)
#B0ADA6
(176,173,166)
#C3C1BB
(195,193,187)
#D6D5D0
(214,213,208)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B2113; }

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

This text font color is #2B2113.


Background Color

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

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

This div background color is #2B2113.


Border color

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

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

This div border color is #2B2113.


Opacity

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

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

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

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

This text has shadow with #2B2113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B2113 on black background.


Color preview on white background

This text has color #2B2113 on white background.



Black color preview on #2B2113 background

This text has black color on #2B2113 background.


White color preview on #2B2113 background

This text has white color on #2B2113 background.