COLOR #363621

HEX: #363621 RGB: (54,54,33)

Color info

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

RGB color model

#363621 color RGB value is (54,54,33).

RGB: (54,54,33) (21%, 21%, 13%)

RGB channels and saturation

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

54
54
33

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

Portions of RGB colors in percentages

R + G + B = 54 + 54 + 33 = 141 (100%)
R 54 of 141 ~ 38.3%
G 54 of 141 ~ 38.3%
B 33 of 141 ~ 23.4'%

%38.3
%38.3
%23.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 78.82%

CMYK: (0,0,39,79)
C0M0Y39K79 (0%, 0%, 39%, 79%)
(0.00 / 0.00 / 0.39 / 0.79)

CMYK percentages

%0
%0
%38.89
%78.82

Codes

Color #363621 in popluar color models

36 36 21
RGB 54 54 33
HSL 60° 24.14% 17.06%
HSB/HSV 60° 38.89% 21.18%
CMYK 0.00% 0.00% 38.89%
78.82%

Color #363621 in popluar number systems.

HEX 36 36 21
Decimal 54 54 33
Binary 110110 110110 100001
Octal 66 66 41

Shades and tints

Shades of #363621

#363621
(54,54,33)
#32321E
(50,50,30)
#2E2E1B
(46,46,27)
#2A2A18
(42,42,24)
#262615
(38,38,21)
#222212
(34,34,18)
#1E1E0F
(30,30,15)
#1A1A0C
(26,26,12)
#161609
(22,22,9)
#121206
(18,18,6)
#0E0E03
(14,14,3)
#000000
(0,0,0)

Tints of #363621

#363621
(54,54,33)
#484835
(72,72,53)
#5A5A49
(90,90,73)
#6C6C5D
(108,108,93)
#7E7E71
(126,126,113)
#909085
(144,144,133)
#A2A299
(162,162,153)
#B4B4AD
(180,180,173)
#C6C6C1
(198,198,193)
#D8D8D5
(216,216,213)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363621; }

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

This text font color is #363621.

Background Color

.myBgColor { background-color: #363621; }

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

This div background color is #363621.

Border color

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

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

This div border color is #363621.

Opacity

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

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

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

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

This text has shadow with #363621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363621.

Preview

Color preview on black background

This text has color #363621 on black background.


Color preview on white background

This text has color #363621 on white background.


Black color preview on #363621 background

This text has black color on #363621 background.


White color preview on #363621 background

This text has white color on #363621 background.


Related colors

Complementary color

Complementary color for #hex is #C9C9DE.


I love getcolorcode.com