COLOR #363307

HEX: #363307
RGB: (54,51,7)

Color info

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

RGB color model

#363307 color RGB value is (54,51,7).

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

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 7 of 255 = 3%

54
51
7

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

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 7 = 112 (100%)
R 54 of 112 ~ 48.21%
G 51 of 112 ~ 45.54%
B 7 of 112 ~ 6.25%

%48.21
%45.54

CMYK color model

#363307 color CMYK value is (0,6,87,79).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 87.04%
  • key color value is 78.82%
CMYK:
(0,6,87,79)
C0M6Y87K79 
(0%,6%,87%,79%)
(0.00/0.06/0.87/0.79)	

CMYK percentages

%0
%5.56
%87.04
%78.82

Codes

Color #363307 in popluar color models

363307
RGB54517
HSL56°77.05%11.96%
HSB/HSV56°87.04%21.18%
CMYK0.00%5.56%87.04%
78.82%

Color #363307 in popluar number systems.

HEX363307
Decimal54517
Binary110110110011111
Octal66637

Shades and tints

Shades of #363307

#363307
(54,51,7)
#322F07
(50,47,7)
#2E2B07
(46,43,7)
#2A2707
(42,39,7)
#262307
(38,35,7)
#221F07
(34,31,7)
#1E1B07
(30,27,7)
#1A1707
(26,23,7)
#161307
(22,19,7)
#120F07
(18,15,7)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #363307

#363307
(54,51,7)
#48451D
(72,69,29)
#5A5733
(90,87,51)
#6C6949
(108,105,73)
#7E7B5F
(126,123,95)
#908D75
(144,141,117)
#A29F8B
(162,159,139)
#B4B1A1
(180,177,161)
#C6C3B7
(198,195,183)
#D8D5CD
(216,213,205)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363307; }

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

This text font color is #363307.


Background Color

.myBgColor { background-color: #363307; }

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

This div background color is #363307.


Border color

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

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

This div border color is #363307.


Opacity

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

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

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

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

This text has shadow with #363307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363307 on black background.


Color preview on white background

This text has color #363307 on white background.



Black color preview on #363307 background

This text has black color on #363307 background.


White color preview on #363307 background

This text has white color on #363307 background.