COLOR #363422

HEX: #363422
RGB: (54,52,34)

Color info

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

RGB color model

#363422 color RGB value is (54,52,34).

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

RGB channels and saturation

R 54 of 255 = 21%
G 52 of 255 = 20%
B 34 of 255 = 13%

54
52
34

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

Portions of RGB colors in percentages

R + G + B =
54 + 52 + 34 = 140 (100%)
R 54 of 140 ~ 38.57%
G 52 of 140 ~ 37.14%
B 34 of 140 ~ 24.29%

%38.57
%37.14
%24.29

CMYK color model

#363422 color CMYK value is (0,4,37,79).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 37.04%
  • key color value is 78.82%
CMYK:
(0,4,37,79)
C0M4Y37K79 
(0%,4%,37%,79%)
(0.00/0.04/0.37/0.79)	

CMYK percentages

%0
%3.7
%37.04
%78.82

Codes

Color #363422 in popluar color models

363422
RGB545234
HSL54°22.73%17.25%
HSB/HSV54°37.04%21.18%
CMYK0.00%3.70%37.04%
78.82%

Color #363422 in popluar number systems.

HEX363422
Decimal545234
Binary110110110100100010
Octal666442

Shades and tints

Shades of #363422

#363422
(54,52,34)
#32301F
(50,48,31)
#2E2C1C
(46,44,28)
#2A2819
(42,40,25)
#262416
(38,36,22)
#222013
(34,32,19)
#1E1C10
(30,28,16)
#1A180D
(26,24,13)
#16140A
(22,20,10)
#121007
(18,16,7)
#0E0C04
(14,12,4)
#000000
(0,0,0)

Tints of #363422

#363422
(54,52,34)
#484636
(72,70,54)
#5A584A
(90,88,74)
#6C6A5E
(108,106,94)
#7E7C72
(126,124,114)
#908E86
(144,142,134)
#A2A09A
(162,160,154)
#B4B2AE
(180,178,174)
#C6C4C2
(198,196,194)
#D8D6D6
(216,214,214)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363422 color. Also use rgb(54,52,34) instead hex code.

Text Font Color

.myTextColor { color: #363422; }

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

This text font color is #363422.


Background Color

.myBgColor { background-color: #363422; }

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

This div background color is #363422.


Border color

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

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

This div border color is #363422.


Opacity

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

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

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

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

This text has shadow with #363422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363422 on black background.


Color preview on white background

This text has color #363422 on white background.



Black color preview on #363422 background

This text has black color on #363422 background.


White color preview on #363422 background

This text has white color on #363422 background.