COLOR #363214

HEX: #363214
RGB: (54,50,20)

Color info

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

RGB color model

#363214 color RGB value is (54,50,20).

  • red value is 54;
  • green value is 50;
  • blue value is 20.
RGB:
(54,50,20)
(21%,20%,8%)

RGB channels and saturation

R 54 of 255 = 21%
G 50 of 255 = 20%
B 20 of 255 = 8%

54
50
20

R + G + B ~ 16%. #363214 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 50 + 20 = 124 (100%)
R 54 of 124 ~ 43.55%
G 50 of 124 ~ 40.32%
B 20 of 124 ~ 16.13%

%43.55
%40.32
%16.13

CMYK color model

#363214 color CMYK value is (0,7,63,79).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 62.96%
  • key color value is 78.82%
CMYK:
(0,7,63,79)
C0M7Y63K79 
(0%,7%,63%,79%)
(0.00/0.07/0.63/0.79)	

CMYK percentages

%0
%7.41
%62.96
%78.82

Codes

Color #363214 in popluar color models

363214
RGB545020
HSL53°45.95%14.51%
HSB/HSV53°62.96%21.18%
CMYK0.00%7.41%62.96%
78.82%

Color #363214 in popluar number systems.

HEX363214
Decimal545020
Binary11011011001010100
Octal666224

Shades and tints

Shades of #363214

#363214
(54,50,20)
#322E13
(50,46,19)
#2E2A12
(46,42,18)
#2A2611
(42,38,17)
#262210
(38,34,16)
#221E0F
(34,30,15)
#1E1A0E
(30,26,14)
#1A160D
(26,22,13)
#16120C
(22,18,12)
#120E0B
(18,14,11)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #363214

#363214
(54,50,20)
#484429
(72,68,41)
#5A563E
(90,86,62)
#6C6853
(108,104,83)
#7E7A68
(126,122,104)
#908C7D
(144,140,125)
#A29E92
(162,158,146)
#B4B0A7
(180,176,167)
#C6C2BC
(198,194,188)
#D8D4D1
(216,212,209)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363214; }

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

This text font color is #363214.


Background Color

.myBgColor { background-color: #363214; }

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

This div background color is #363214.


Border color

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

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

This div border color is #363214.


Opacity

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

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

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

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

This text has shadow with #363214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363214 on black background.


Color preview on white background

This text has color #363214 on white background.



Black color preview on #363214 background

This text has black color on #363214 background.


White color preview on #363214 background

This text has white color on #363214 background.