COLOR #363721

HEX: #363721 RGB: (54,55,33)

Color info

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

RGB color model

#363721 color RGB value is (54,55,33).

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

RGB channels and saturation

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

54
55
33

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

Portions of RGB colors in percentages

R + G + B = 54 + 55 + 33 = 142 (100%)
R 54 of 142 ~ 38.03%
G 55 of 142 ~ 38.73%
B 33 of 142 ~ 23.24'%

%38.03
%38.73
%23.24

CMYK color model

#363721 color CMYK value is (2,0,40,78).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 78.43%

CMYK: (2,0,40,78)
C2M0Y40K78 (2%, 0%, 40%, 78%)
(0.02 / 0.00 / 0.40 / 0.78)

CMYK percentages

%1.82
%0
%40
%78.43

Codes

Color #363721 in popluar color models

36 37 21
RGB 54 55 33
HSL 63° 25.00% 17.25%
HSB/HSV 63° 40.00% 21.57%
CMYK 1.82% 0.00% 40.00%
78.43%

Color #363721 in popluar number systems.

HEX 36 37 21
Decimal 54 55 33
Binary 110110 110111 100001
Octal 66 67 41

Shades and tints

Shades of #363721

#363721
(54,55,33)
#32321E
(50,50,30)
#2E2D1B
(46,45,27)
#2A2818
(42,40,24)
#262315
(38,35,21)
#221E12
(34,30,18)
#1E190F
(30,25,15)
#1A140C
(26,20,12)
#160F09
(22,15,9)
#120A06
(18,10,6)
#0E0503
(14,5,3)
#000000
(0,0,0)

Tints of #363721

#363721
(54,55,33)
#484935
(72,73,53)
#5A5B49
(90,91,73)
#6C6D5D
(108,109,93)
#7E7F71
(126,127,113)
#909185
(144,145,133)
#A2A399
(162,163,153)
#B4B5AD
(180,181,173)
#C6C7C1
(198,199,193)
#D8D9D5
(216,217,213)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363721; }

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

This text font color is #363721.

Background Color

.myBgColor { background-color: #363721; }

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

This div background color is #363721.

Border color

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

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

This div border color is #363721.

Opacity

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

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

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

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

This text has shadow with #363721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363721.

Preview

Color preview on black background

This text has color #363721 on black background.


Color preview on white background

This text has color #363721 on white background.


Black color preview on #363721 background

This text has black color on #363721 background.


White color preview on #363721 background

This text has white color on #363721 background.


Related colors

Complementary color

Complementary color for #hex is #C9C8DE.


I love getcolorcode.com

Triadic colors

1 #213637 and #372136 with #363721 are triadic colors.

2 #213736 and #373621 with #363721 are triadic colors.