COLOR #363304

HEX: #363304
RGB: (54,51,4)

Color info

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

RGB color model

#363304 color RGB value is (54,51,4).

  • red value is 54;
  • green value is 51;
  • blue value is 4.
RGB:
(54,51,4)
(21%,20%,2%)

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 4 of 255 = 2%

54
51
4

R + G + B ~ 14%. #363304 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 4 = 109 (100%)
R 54 of 109 ~ 49.54%
G 51 of 109 ~ 46.79%
B 4 of 109 ~ 3.67%

%49.54
%46.79

CMYK color model

#363304 color CMYK value is (0,6,93,79).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 92.59%
  • key color value is 78.82%
CMYK:
(0,6,93,79)
C0M6Y93K79 
(0%,6%,93%,79%)
(0.00/0.06/0.93/0.79)	

CMYK percentages

%0
%5.56
%92.59
%78.82

Codes

Color #363304 in popluar color models

363304
RGB54514
HSL56°86.21%11.37%
HSB/HSV56°92.59%21.18%
CMYK0.00%5.56%92.59%
78.82%

Color #363304 in popluar number systems.

HEX363304
Decimal54514
Binary110110110011100
Octal66634

Shades and tints

Shades of #363304

#363304
(54,51,4)
#322F04
(50,47,4)
#2E2B04
(46,43,4)
#2A2704
(42,39,4)
#262304
(38,35,4)
#221F04
(34,31,4)
#1E1B04
(30,27,4)
#1A1704
(26,23,4)
#161304
(22,19,4)
#120F04
(18,15,4)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #363304

#363304
(54,51,4)
#48451A
(72,69,26)
#5A5730
(90,87,48)
#6C6946
(108,105,70)
#7E7B5C
(126,123,92)
#908D72
(144,141,114)
#A29F88
(162,159,136)
#B4B19E
(180,177,158)
#C6C3B4
(198,195,180)
#D8D5CA
(216,213,202)
#EAE7E0
(234,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363304; }

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

This text font color is #363304.


Background Color

.myBgColor { background-color: #363304; }

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

This div background color is #363304.


Border color

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

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

This div border color is #363304.


Opacity

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

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

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

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

This text has shadow with #363304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363304 on black background.


Color preview on white background

This text has color #363304 on white background.



Black color preview on #363304 background

This text has black color on #363304 background.


White color preview on #363304 background

This text has white color on #363304 background.