COLOR #363816

HEX: #363816
RGB: (54,56,22)

Color info

#363816 contains red, green and blue colors in about the same proportion. Web safe color of #363816 is #333300 (or #330).

RGB color model

#363816 color RGB value is (54,56,22).

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

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 22 of 255 = 9%

54
56
22

R + G + B ~ 17%. #363816 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 22 = 132 (100%)
R 54 of 132 ~ 40.91%
G 56 of 132 ~ 42.42%
B 22 of 132 ~ 16.67%

%40.91
%42.42
%16.67

CMYK color model

#363816 color CMYK value is (4,0,61,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 78.04%
CMYK:
(4,0,61,78)
C4M0Y61K78 
(4%,0%,61%,78%)
(0.04/0.00/0.61/0.78)	

CMYK percentages

%3.57
%0
%60.71
%78.04

Codes

Color #363816 in popluar color models

363816
RGB545622
HSL64°43.59%15.29%
HSB/HSV64°60.71%21.96%
CMYK3.57%0.00%60.71%
78.04%

Color #363816 in popluar number systems.

HEX363816
Decimal545622
Binary11011011100010110
Octal667026

Shades and tints

Shades of #363816

#363816
(54,56,22)
#323314
(50,51,20)
#2E2E12
(46,46,18)
#2A2910
(42,41,16)
#26240E
(38,36,14)
#221F0C
(34,31,12)
#1E1A0A
(30,26,10)
#1A1508
(26,21,8)
#161006
(22,16,6)
#120B04
(18,11,4)
#0E0602
(14,6,2)
#000000
(0,0,0)

Tints of #363816

#363816
(54,56,22)
#484A2B
(72,74,43)
#5A5C40
(90,92,64)
#6C6E55
(108,110,85)
#7E806A
(126,128,106)
#90927F
(144,146,127)
#A2A494
(162,164,148)
#B4B6A9
(180,182,169)
#C6C8BE
(198,200,190)
#D8DAD3
(216,218,211)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363816; }

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

This text font color is #363816.


Background Color

.myBgColor { background-color: #363816; }

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

This div background color is #363816.


Border color

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

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

This div border color is #363816.


Opacity

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

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

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

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

This text has shadow with #363816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363816 on black background.


Color preview on white background

This text has color #363816 on white background.



Black color preview on #363816 background

This text has black color on #363816 background.


White color preview on #363816 background

This text has white color on #363816 background.