COLOR #3B382B

HEX: #3B382B
RGB: (59,56,43)

Color info

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

RGB color model

#3B382B color RGB value is (59,56,43).

  • red value is 59;
  • green value is 56;
  • blue value is 43.
RGB:
(59,56,43)
(23%,22%,17%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 43 of 255 = 17%

59
56
43

R + G + B ~ 21%. #3B382B is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 43 = 158 (100%)
R 59 of 158 ~ 37.34%
G 56 of 158 ~ 35.44%
B 43 of 158 ~ 27.22%

%37.34
%35.44
%27.22

CMYK color model

#3B382B color CMYK value is (0,5,27,77).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 27.12%
  • key color value is 76.86%
CMYK:
(0,5,27,77)
C0M5Y27K77 
(0%,5%,27%,77%)
(0.00/0.05/0.27/0.77)	

CMYK percentages

%0
%5.08
%27.12
%76.86

Codes

Color #3B382B in popluar color models

3B382B
RGB595643
HSL49°15.69%20.00%
HSB/HSV49°27.12%23.14%
CMYK0.00%5.08%27.12%
76.86%

Color #3B382B in popluar number systems.

HEX3B382B
Decimal595643
Binary111011111000101011
Octal737053

Shades and tints

Shades of #3B382B

#3B382B
(59,56,43)
#363328
(54,51,40)
#312E25
(49,46,37)
#2C2922
(44,41,34)
#27241F
(39,36,31)
#221F1C
(34,31,28)
#1D1A19
(29,26,25)
#181516
(24,21,22)
#131013
(19,16,19)
#0E0B10
(14,11,16)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #3B382B

#3B382B
(59,56,43)
#4C4A3E
(76,74,62)
#5D5C51
(93,92,81)
#6E6E64
(110,110,100)
#7F8077
(127,128,119)
#90928A
(144,146,138)
#A1A49D
(161,164,157)
#B2B6B0
(178,182,176)
#C3C8C3
(195,200,195)
#D4DAD6
(212,218,214)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B382B color. Also use rgb(59,56,43) instead hex code.

Text Font Color

.myTextColor { color: #3B382B; }

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

This text font color is #3B382B.


Background Color

.myBgColor { background-color: #3B382B; }

<div style="background-color:#3B382B">Inner text</div>

This div background color is #3B382B.


Border color

.myBorderColor { border: 1px solid #3B382B; }

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

This div border color is #3B382B.


Opacity

.myOpacity80 { color: #3B382B; opacity: 0.8; }

<p style="color:#3B382B;opacity:0.8;">80%</p>

Text with #3B382B 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 #3B382B;}

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

This text has shadow with #3B382B color.

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

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

This text has shadow with #3B382B primary color and red secondary color.


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

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

This text has shadow with #3B382B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B382B on black background.


Color preview on white background

This text has color #3B382B on white background.



Black color preview on #3B382B background

This text has black color on #3B382B background.


White color preview on #3B382B background

This text has white color on #3B382B background.