COLOR #363221

HEX: #363221
RGB: (54,50,33)

Color info

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

RGB color model

#363221 color RGB value is (54,50,33).

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

RGB channels and saturation

R 54 of 255 = 21%
G 50 of 255 = 20%
B 33 of 255 = 13%

54
50
33

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

Portions of RGB colors in percentages

R + G + B =
54 + 50 + 33 = 137 (100%)
R 54 of 137 ~ 39.42%
G 50 of 137 ~ 36.5%
B 33 of 137 ~ 24.09%

%39.42
%36.5
%24.09

CMYK color model

#363221 color CMYK value is (0,7,39,79).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 38.89%
  • key color value is 78.82%
CMYK:
(0,7,39,79)
C0M7Y39K79 
(0%,7%,39%,79%)
(0.00/0.07/0.39/0.79)	

CMYK percentages

%0
%7.41
%38.89
%78.82

Codes

Color #363221 in popluar color models

363221
RGB545033
HSL49°24.14%17.06%
HSB/HSV49°38.89%21.18%
CMYK0.00%7.41%38.89%
78.82%

Color #363221 in popluar number systems.

HEX363221
Decimal545033
Binary110110110010100001
Octal666241

Shades and tints

Shades of #363221

#363221
(54,50,33)
#322E1E
(50,46,30)
#2E2A1B
(46,42,27)
#2A2618
(42,38,24)
#262215
(38,34,21)
#221E12
(34,30,18)
#1E1A0F
(30,26,15)
#1A160C
(26,22,12)
#161209
(22,18,9)
#120E06
(18,14,6)
#0E0A03
(14,10,3)
#000000
(0,0,0)

Tints of #363221

#363221
(54,50,33)
#484435
(72,68,53)
#5A5649
(90,86,73)
#6C685D
(108,104,93)
#7E7A71
(126,122,113)
#908C85
(144,140,133)
#A29E99
(162,158,153)
#B4B0AD
(180,176,173)
#C6C2C1
(198,194,193)
#D8D4D5
(216,212,213)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363221 color. Also use rgb(54,50,33) instead hex code.

Text Font Color

.myTextColor { color: #363221; }

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

This text font color is #363221.


Background Color

.myBgColor { background-color: #363221; }

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

This div background color is #363221.


Border color

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

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

This div border color is #363221.


Opacity

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

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

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

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

This text has shadow with #363221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363221 on black background.


Color preview on white background

This text has color #363221 on white background.



Black color preview on #363221 background

This text has black color on #363221 background.


White color preview on #363221 background

This text has white color on #363221 background.