COLOR #2B3735

HEX: #2B3735
RGB: (43,55,53)

Color info

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

RGB color model

#2B3735 color RGB value is (43,55,53).

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

RGB channels and saturation

R 43 of 255 = 17%
G 55 of 255 = 22%
B 53 of 255 = 21%

43
55
53

R + G + B ~ 20%. #2B3735 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 55 + 53 = 151 (100%)
R 43 of 151 ~ 28.48%
G 55 of 151 ~ 36.42%
B 53 of 151 ~ 35.1%

%28.48
%36.42
%35.1

CMYK color model

#2B3735 color CMYK value is (22,0,4,78).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 78.43%
CMYK:
(22,0,4,78)
C22M0Y4K78 
(22%,0%,4%,78%)
(0.22/0.00/0.04/0.78)	

CMYK percentages

%21.82
%0
%3.64
%78.43

Codes

Color #2B3735 in popluar color models

2B3735
RGB435553
HSL170°12.24%19.22%
HSB/HSV170°21.82%21.57%
CMYK21.82%0.00%3.64%
78.43%

Color #2B3735 in popluar number systems.

HEX2B3735
Decimal435553
Binary101011110111110101
Octal536765

Shades and tints

Shades of #2B3735

#2B3735
(43,55,53)
#283231
(40,50,49)
#252D2D
(37,45,45)
#222829
(34,40,41)
#1F2325
(31,35,37)
#1C1E21
(28,30,33)
#19191D
(25,25,29)
#161419
(22,20,25)
#130F15
(19,15,21)
#100A11
(16,10,17)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #2B3735

#2B3735
(43,55,53)
#3E4947
(62,73,71)
#515B59
(81,91,89)
#646D6B
(100,109,107)
#777F7D
(119,127,125)
#8A918F
(138,145,143)
#9DA3A1
(157,163,161)
#B0B5B3
(176,181,179)
#C3C7C5
(195,199,197)
#D6D9D7
(214,217,215)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B3735; }

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

This text font color is #2B3735.


Background Color

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

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

This div background color is #2B3735.


Border color

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

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

This div border color is #2B3735.


Opacity

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

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

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

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

This text has shadow with #2B3735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3735 on black background.


Color preview on white background

This text has color #2B3735 on white background.



Black color preview on #2B3735 background

This text has black color on #2B3735 background.


White color preview on #2B3735 background

This text has white color on #2B3735 background.