COLOR #362E29

HEX: #362E29
RGB: (54,46,41)

Color info

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

RGB color model

#362E29 color RGB value is (54,46,41).

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

RGB channels and saturation

R 54 of 255 = 21%
G 46 of 255 = 18%
B 41 of 255 = 16%

54
46
41

R + G + B ~ 18%. #362E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 46 + 41 = 141 (100%)
R 54 of 141 ~ 38.3%
G 46 of 141 ~ 32.62%
B 41 of 141 ~ 29.08%

%38.3
%32.62
%29.08

CMYK color model

#362E29 color CMYK value is (0,15,24,79).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 24.07%
  • key color value is 78.82%
CMYK:
(0,15,24,79)
C0M15Y24K79 
(0%,15%,24%,79%)
(0.00/0.15/0.24/0.79)	

CMYK percentages

%0
%14.81
%24.07
%78.82

Codes

Color #362E29 in popluar color models

362E29
RGB544641
HSL23°13.68%18.63%
HSB/HSV23°24.07%21.18%
CMYK0.00%14.81%24.07%
78.82%

Color #362E29 in popluar number systems.

HEX362E29
Decimal544641
Binary110110101110101001
Octal665651

Shades and tints

Shades of #362E29

#362E29
(54,46,41)
#322A26
(50,42,38)
#2E2623
(46,38,35)
#2A2220
(42,34,32)
#261E1D
(38,30,29)
#221A1A
(34,26,26)
#1E1617
(30,22,23)
#1A1214
(26,18,20)
#160E11
(22,14,17)
#120A0E
(18,10,14)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #362E29

#362E29
(54,46,41)
#48413C
(72,65,60)
#5A544F
(90,84,79)
#6C6762
(108,103,98)
#7E7A75
(126,122,117)
#908D88
(144,141,136)
#A2A09B
(162,160,155)
#B4B3AE
(180,179,174)
#C6C6C1
(198,198,193)
#D8D9D4
(216,217,212)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362E29 color. Also use rgb(54,46,41) instead hex code.

Text Font Color

.myTextColor { color: #362E29; }

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

This text font color is #362E29.


Background Color

.myBgColor { background-color: #362E29; }

<div style="background-color:#362E29">Inner text</div>

This div background color is #362E29.


Border color

.myBorderColor { border: 1px solid #362E29; }

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

This div border color is #362E29.


Opacity

.myOpacity80 { color: #362E29; opacity: 0.8; }

<p style="color:#362E29;opacity:0.8;">80%</p>

Text with #362E29 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 #362E29;}

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

This text has shadow with #362E29 color.

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

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

This text has shadow with #362E29 primary color and red secondary color.


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

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

This text has shadow with #362E29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362E29 on black background.


Color preview on white background

This text has color #362E29 on white background.



Black color preview on #362E29 background

This text has black color on #362E29 background.


White color preview on #362E29 background

This text has white color on #362E29 background.