COLOR #363320

HEX: #363320
RGB: (54,51,32)

Color info

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

RGB color model

#363320 color RGB value is (54,51,32).

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

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 32 of 255 = 13%

54
51
32

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

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 32 = 137 (100%)
R 54 of 137 ~ 39.42%
G 51 of 137 ~ 37.23%
B 32 of 137 ~ 23.36%

%39.42
%37.23
%23.36

CMYK color model

#363320 color CMYK value is (0,6,41,79).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 40.74%
  • key color value is 78.82%
CMYK:
(0,6,41,79)
C0M6Y41K79 
(0%,6%,41%,79%)
(0.00/0.06/0.41/0.79)	

CMYK percentages

%0
%5.56
%40.74
%78.82

Codes

Color #363320 in popluar color models

363320
RGB545132
HSL52°25.58%16.86%
HSB/HSV52°40.74%21.18%
CMYK0.00%5.56%40.74%
78.82%

Color #363320 in popluar number systems.

HEX363320
Decimal545132
Binary110110110011100000
Octal666340

Shades and tints

Shades of #363320

#363320
(54,51,32)
#322F1E
(50,47,30)
#2E2B1C
(46,43,28)
#2A271A
(42,39,26)
#262318
(38,35,24)
#221F16
(34,31,22)
#1E1B14
(30,27,20)
#1A1712
(26,23,18)
#161310
(22,19,16)
#120F0E
(18,15,14)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #363320

#363320
(54,51,32)
#484534
(72,69,52)
#5A5748
(90,87,72)
#6C695C
(108,105,92)
#7E7B70
(126,123,112)
#908D84
(144,141,132)
#A29F98
(162,159,152)
#B4B1AC
(180,177,172)
#C6C3C0
(198,195,192)
#D8D5D4
(216,213,212)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363320; }

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

This text font color is #363320.


Background Color

.myBgColor { background-color: #363320; }

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

This div background color is #363320.


Border color

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

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

This div border color is #363320.


Opacity

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

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

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

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

This text has shadow with #363320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363320 on black background.


Color preview on white background

This text has color #363320 on white background.



Black color preview on #363320 background

This text has black color on #363320 background.


White color preview on #363320 background

This text has white color on #363320 background.