COLOR #363616

HEX: #363616
RGB: (54,54,22)

Color info

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

RGB color model

#363616 color RGB value is (54,54,22).

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

RGB channels and saturation

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

54
54
22

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

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 22 = 130 (100%)
R 54 of 130 ~ 41.54%
G 54 of 130 ~ 41.54%
B 22 of 130 ~ 16.92%

%41.54
%41.54
%16.92

CMYK color model

#363616 color CMYK value is (0,0,59,79).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 78.82%
CMYK:
(0,0,59,79)
C0M0Y59K79 
(0%,0%,59%,79%)
(0.00/0.00/0.59/0.79)	

CMYK percentages

%0
%0
%59.26
%78.82

Codes

Color #363616 in popluar color models

363616
RGB545422
HSL60°42.11%14.90%
HSB/HSV60°59.26%21.18%
CMYK0.00%0.00%59.26%
78.82%

Color #363616 in popluar number systems.

HEX363616
Decimal545422
Binary11011011011010110
Octal666626

Shades and tints

Shades of #363616

#363616
(54,54,22)
#323214
(50,50,20)
#2E2E12
(46,46,18)
#2A2A10
(42,42,16)
#26260E
(38,38,14)
#22220C
(34,34,12)
#1E1E0A
(30,30,10)
#1A1A08
(26,26,8)
#161606
(22,22,6)
#121204
(18,18,4)
#0E0E02
(14,14,2)
#000000
(0,0,0)

Tints of #363616

#363616
(54,54,22)
#48482B
(72,72,43)
#5A5A40
(90,90,64)
#6C6C55
(108,108,85)
#7E7E6A
(126,126,106)
#90907F
(144,144,127)
#A2A294
(162,162,148)
#B4B4A9
(180,180,169)
#C6C6BE
(198,198,190)
#D8D8D3
(216,216,211)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363616; }

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

This text font color is #363616.


Background Color

.myBgColor { background-color: #363616; }

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

This div background color is #363616.


Border color

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

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

This div border color is #363616.


Opacity

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

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

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

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

This text has shadow with #363616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363616 on black background.


Color preview on white background

This text has color #363616 on white background.



Black color preview on #363616 background

This text has black color on #363616 background.


White color preview on #363616 background

This text has white color on #363616 background.