COLOR #3B362E

HEX: #3B362E
RGB: (59,54,46)

Color info

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

RGB color model

#3B362E color RGB value is (59,54,46).

  • red value is 59;
  • green value is 54;
  • blue value is 46.
RGB:
(59,54,46)
(23%,21%,18%)

RGB channels and saturation

R 59 of 255 = 23%
G 54 of 255 = 21%
B 46 of 255 = 18%

59
54
46

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

Portions of RGB colors in percentages

R + G + B =
59 + 54 + 46 = 159 (100%)
R 59 of 159 ~ 37.11%
G 54 of 159 ~ 33.96%
B 46 of 159 ~ 28.93%

%37.11
%33.96
%28.93

CMYK color model

#3B362E color CMYK value is (0,8,22,77).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 22.03%
  • key color value is 76.86%
CMYK:
(0,8,22,77)
C0M8Y22K77 
(0%,8%,22%,77%)
(0.00/0.08/0.22/0.77)	

CMYK percentages

%0
%8.47
%22.03
%76.86

Codes

Color #3B362E in popluar color models

3B362E
RGB595446
HSL37°12.38%20.59%
HSB/HSV37°22.03%23.14%
CMYK0.00%8.47%22.03%
76.86%

Color #3B362E in popluar number systems.

HEX3B362E
Decimal595446
Binary111011110110101110
Octal736656

Shades and tints

Shades of #3B362E

#3B362E
(59,54,46)
#36322A
(54,50,42)
#312E26
(49,46,38)
#2C2A22
(44,42,34)
#27261E
(39,38,30)
#22221A
(34,34,26)
#1D1E16
(29,30,22)
#181A12
(24,26,18)
#13160E
(19,22,14)
#0E120A
(14,18,10)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #3B362E

#3B362E
(59,54,46)
#4C4841
(76,72,65)
#5D5A54
(93,90,84)
#6E6C67
(110,108,103)
#7F7E7A
(127,126,122)
#90908D
(144,144,141)
#A1A2A0
(161,162,160)
#B2B4B3
(178,180,179)
#C3C6C6
(195,198,198)
#D4D8D9
(212,216,217)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B362E color. Also use rgb(59,54,46) instead hex code.

Text Font Color

.myTextColor { color: #3B362E; }

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

This text font color is #3B362E.


Background Color

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

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

This div background color is #3B362E.


Border color

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

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

This div border color is #3B362E.


Opacity

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

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

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

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

This text has shadow with #3B362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B362E on black background.


Color preview on white background

This text has color #3B362E on white background.



Black color preview on #3B362E background

This text has black color on #3B362E background.


White color preview on #3B362E background

This text has white color on #3B362E background.