COLOR #362316

HEX: #362316
RGB: (54,35,22)

Color info

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

RGB color model

#362316 color RGB value is (54,35,22).

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

RGB channels and saturation

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

54
35
22

R + G + B ~ 15%. #362316 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 35 + 22 = 111 (100%)
R 54 of 111 ~ 48.65%
G 35 of 111 ~ 31.53%
B 22 of 111 ~ 19.82%

%48.65
%31.53
%19.82

CMYK color model

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

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

CMYK percentages

%0
%35.19
%59.26
%78.82

Codes

Color #362316 in popluar color models

362316
RGB543522
HSL24°42.11%14.90%
HSB/HSV24°59.26%21.18%
CMYK0.00%35.19%59.26%
78.82%

Color #362316 in popluar number systems.

HEX362316
Decimal543522
Binary11011010001110110
Octal664326

Shades and tints

Shades of #362316

#362316
(54,35,22)
#322014
(50,32,20)
#2E1D12
(46,29,18)
#2A1A10
(42,26,16)
#26170E
(38,23,14)
#22140C
(34,20,12)
#1E110A
(30,17,10)
#1A0E08
(26,14,8)
#160B06
(22,11,6)
#120804
(18,8,4)
#0E0502
(14,5,2)
#000000
(0,0,0)

Tints of #362316

#362316
(54,35,22)
#48372B
(72,55,43)
#5A4B40
(90,75,64)
#6C5F55
(108,95,85)
#7E736A
(126,115,106)
#90877F
(144,135,127)
#A29B94
(162,155,148)
#B4AFA9
(180,175,169)
#C6C3BE
(198,195,190)
#D8D7D3
(216,215,211)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362316; }

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

This text font color is #362316.


Background Color

.myBgColor { background-color: #362316; }

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

This div background color is #362316.


Border color

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

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

This div border color is #362316.


Opacity

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

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

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

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

This text has shadow with #362316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362316 on black background.


Color preview on white background

This text has color #362316 on white background.



Black color preview on #362316 background

This text has black color on #362316 background.


White color preview on #362316 background

This text has white color on #362316 background.