COLOR #363328

HEX: #363328
RGB: (54,51,40)

Color info

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

RGB color model

#363328 color RGB value is (54,51,40).

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

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 40 of 255 = 16%

54
51
40

R + G + B ~ 19%. #363328 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 40 = 145 (100%)
R 54 of 145 ~ 37.24%
G 51 of 145 ~ 35.17%
B 40 of 145 ~ 27.59%

%37.24
%35.17
%27.59

CMYK color model

#363328 color CMYK value is (0,6,26,79).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 25.93%
  • key color value is 78.82%
CMYK:
(0,6,26,79)
C0M6Y26K79 
(0%,6%,26%,79%)
(0.00/0.06/0.26/0.79)	

CMYK percentages

%0
%5.56
%25.93
%78.82

Codes

Color #363328 in popluar color models

363328
RGB545140
HSL47°14.89%18.43%
HSB/HSV47°25.93%21.18%
CMYK0.00%5.56%25.93%
78.82%

Color #363328 in popluar number systems.

HEX363328
Decimal545140
Binary110110110011101000
Octal666350

Shades and tints

Shades of #363328

#363328
(54,51,40)
#322F25
(50,47,37)
#2E2B22
(46,43,34)
#2A271F
(42,39,31)
#26231C
(38,35,28)
#221F19
(34,31,25)
#1E1B16
(30,27,22)
#1A1713
(26,23,19)
#161310
(22,19,16)
#120F0D
(18,15,13)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #363328

#363328
(54,51,40)
#48453B
(72,69,59)
#5A574E
(90,87,78)
#6C6961
(108,105,97)
#7E7B74
(126,123,116)
#908D87
(144,141,135)
#A29F9A
(162,159,154)
#B4B1AD
(180,177,173)
#C6C3C0
(198,195,192)
#D8D5D3
(216,213,211)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363328; }

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

This text font color is #363328.


Background Color

.myBgColor { background-color: #363328; }

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

This div background color is #363328.


Border color

.myBorderColor { border: 1px solid #363328; }

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

This div border color is #363328.


Opacity

.myOpacity80 { color: #363328; opacity: 0.8; }

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

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

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

This text has shadow with #363328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363328 on black background.


Color preview on white background

This text has color #363328 on white background.



Black color preview on #363328 background

This text has black color on #363328 background.


White color preview on #363328 background

This text has white color on #363328 background.