COLOR #363124

HEX: #363124
RGB: (54,49,36)

Color info

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

RGB color model

#363124 color RGB value is (54,49,36).

  • red value is 54;
  • green value is 49;
  • blue value is 36.
RGB:
(54,49,36)
(21%,19%,14%)

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 36 of 255 = 14%

54
49
36

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 36 = 139 (100%)
R 54 of 139 ~ 38.85%
G 49 of 139 ~ 35.25%
B 36 of 139 ~ 25.9%

%38.85
%35.25
%25.9

CMYK color model

#363124 color CMYK value is (0,9,33,79).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 33.33%
  • key color value is 78.82%
CMYK:
(0,9,33,79)
C0M9Y33K79 
(0%,9%,33%,79%)
(0.00/0.09/0.33/0.79)	

CMYK percentages

%0
%9.26
%33.33
%78.82

Codes

Color #363124 in popluar color models

363124
RGB544936
HSL43°20.00%17.65%
HSB/HSV43°33.33%21.18%
CMYK0.00%9.26%33.33%
78.82%

Color #363124 in popluar number systems.

HEX363124
Decimal544936
Binary110110110001100100
Octal666144

Shades and tints

Shades of #363124

#363124
(54,49,36)
#322D21
(50,45,33)
#2E291E
(46,41,30)
#2A251B
(42,37,27)
#262118
(38,33,24)
#221D15
(34,29,21)
#1E1912
(30,25,18)
#1A150F
(26,21,15)
#16110C
(22,17,12)
#120D09
(18,13,9)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #363124

#363124
(54,49,36)
#484337
(72,67,55)
#5A554A
(90,85,74)
#6C675D
(108,103,93)
#7E7970
(126,121,112)
#908B83
(144,139,131)
#A29D96
(162,157,150)
#B4AFA9
(180,175,169)
#C6C1BC
(198,193,188)
#D8D3CF
(216,211,207)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363124; }

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

This text font color is #363124.


Background Color

.myBgColor { background-color: #363124; }

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

This div background color is #363124.


Border color

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

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

This div border color is #363124.


Opacity

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

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

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

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

This text has shadow with #363124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363124 on black background.


Color preview on white background

This text has color #363124 on white background.



Black color preview on #363124 background

This text has black color on #363124 background.


White color preview on #363124 background

This text has white color on #363124 background.