COLOR #363824

HEX: #363824
RGB: (54,56,36)

Color info

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

RGB color model

#363824 color RGB value is (54,56,36).

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

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 36 of 255 = 14%

54
56
36

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 36 = 146 (100%)
R 54 of 146 ~ 36.99%
G 56 of 146 ~ 38.36%
B 36 of 146 ~ 24.66%

%36.99
%38.36
%24.66

CMYK color model

#363824 color CMYK value is (4,0,36,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(4,0,36,78)
C4M0Y36K78 
(4%,0%,36%,78%)
(0.04/0.00/0.36/0.78)	

CMYK percentages

%3.57
%0
%35.71
%78.04

Codes

Color #363824 in popluar color models

363824
RGB545636
HSL66°21.74%18.04%
HSB/HSV66°35.71%21.96%
CMYK3.57%0.00%35.71%
78.04%

Color #363824 in popluar number systems.

HEX363824
Decimal545636
Binary110110111000100100
Octal667044

Shades and tints

Shades of #363824

#363824
(54,56,36)
#323321
(50,51,33)
#2E2E1E
(46,46,30)
#2A291B
(42,41,27)
#262418
(38,36,24)
#221F15
(34,31,21)
#1E1A12
(30,26,18)
#1A150F
(26,21,15)
#16100C
(22,16,12)
#120B09
(18,11,9)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #363824

#363824
(54,56,36)
#484A37
(72,74,55)
#5A5C4A
(90,92,74)
#6C6E5D
(108,110,93)
#7E8070
(126,128,112)
#909283
(144,146,131)
#A2A496
(162,164,150)
#B4B6A9
(180,182,169)
#C6C8BC
(198,200,188)
#D8DACF
(216,218,207)
#EAECE2
(234,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363824; }

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

This text font color is #363824.


Background Color

.myBgColor { background-color: #363824; }

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

This div background color is #363824.


Border color

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

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

This div border color is #363824.


Opacity

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

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

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

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

This text has shadow with #363824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363824 on black background.


Color preview on white background

This text has color #363824 on white background.



Black color preview on #363824 background

This text has black color on #363824 background.


White color preview on #363824 background

This text has white color on #363824 background.