COLOR #362C28

HEX: #362C28
RGB: (54,44,40)

Color info

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

RGB color model

#362C28 color RGB value is (54,44,40).

  • red value is 54;
  • green value is 44;
  • blue value is 40.
RGB:
(54,44,40)
(21%,17%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 44 of 255 = 17%
B 40 of 255 = 16%

54
44
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 44 + 40 = 138 (100%)
R 54 of 138 ~ 39.13%
G 44 of 138 ~ 31.88%
B 40 of 138 ~ 28.99%

%39.13
%31.88
%28.99

CMYK color model

#362C28 color CMYK value is (0,19,26,79).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 25.93%
  • key color value is 78.82%
CMYK:
(0,19,26,79)
C0M19Y26K79 
(0%,19%,26%,79%)
(0.00/0.19/0.26/0.79)	

CMYK percentages

%0
%18.52
%25.93
%78.82

Codes

Color #362C28 in popluar color models

362C28
RGB544440
HSL17°14.89%18.43%
HSB/HSV17°25.93%21.18%
CMYK0.00%18.52%25.93%
78.82%

Color #362C28 in popluar number systems.

HEX362C28
Decimal544440
Binary110110101100101000
Octal665450

Shades and tints

Shades of #362C28

#362C28
(54,44,40)
#322825
(50,40,37)
#2E2422
(46,36,34)
#2A201F
(42,32,31)
#261C1C
(38,28,28)
#221819
(34,24,25)
#1E1416
(30,20,22)
#1A1013
(26,16,19)
#160C10
(22,12,16)
#12080D
(18,8,13)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #362C28

#362C28
(54,44,40)
#483F3B
(72,63,59)
#5A524E
(90,82,78)
#6C6561
(108,101,97)
#7E7874
(126,120,116)
#908B87
(144,139,135)
#A29E9A
(162,158,154)
#B4B1AD
(180,177,173)
#C6C4C0
(198,196,192)
#D8D7D3
(216,215,211)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362C28 color. Also use rgb(54,44,40) instead hex code.

Text Font Color

.myTextColor { color: #362C28; }

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

This text font color is #362C28.


Background Color

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

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

This div background color is #362C28.


Border color

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

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

This div border color is #362C28.


Opacity

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

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

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

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

This text has shadow with #362C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362C28 on black background.


Color preview on white background

This text has color #362C28 on white background.



Black color preview on #362C28 background

This text has black color on #362C28 background.


White color preview on #362C28 background

This text has white color on #362C28 background.