COLOR #363519

HEX: #363519
RGB: (54,53,25)

Color info

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

RGB color model

#363519 color RGB value is (54,53,25).

  • red value is 54;
  • green value is 53;
  • blue value is 25.
RGB:
(54,53,25)
(21%,21%,10%)

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 25 of 255 = 10%

54
53
25

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

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 25 = 132 (100%)
R 54 of 132 ~ 40.91%
G 53 of 132 ~ 40.15%
B 25 of 132 ~ 18.94%

%40.91
%40.15
%18.94

CMYK color model

#363519 color CMYK value is (0,2,54,79).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 53.70%
  • key color value is 78.82%
CMYK:
(0,2,54,79)
C0M2Y54K79 
(0%,2%,54%,79%)
(0.00/0.02/0.54/0.79)	

CMYK percentages

%0
%1.85
%53.7
%78.82

Codes

Color #363519 in popluar color models

363519
RGB545325
HSL58°36.71%15.49%
HSB/HSV58°53.70%21.18%
CMYK0.00%1.85%53.70%
78.82%

Color #363519 in popluar number systems.

HEX363519
Decimal545325
Binary11011011010111001
Octal666531

Shades and tints

Shades of #363519

#363519
(54,53,25)
#323117
(50,49,23)
#2E2D15
(46,45,21)
#2A2913
(42,41,19)
#262511
(38,37,17)
#22210F
(34,33,15)
#1E1D0D
(30,29,13)
#1A190B
(26,25,11)
#161509
(22,21,9)
#121107
(18,17,7)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #363519

#363519
(54,53,25)
#48472D
(72,71,45)
#5A5941
(90,89,65)
#6C6B55
(108,107,85)
#7E7D69
(126,125,105)
#908F7D
(144,143,125)
#A2A191
(162,161,145)
#B4B3A5
(180,179,165)
#C6C5B9
(198,197,185)
#D8D7CD
(216,215,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363519; }

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

This text font color is #363519.


Background Color

.myBgColor { background-color: #363519; }

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

This div background color is #363519.


Border color

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

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

This div border color is #363519.


Opacity

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

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

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

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

This text has shadow with #363519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363519 on black background.


Color preview on white background

This text has color #363519 on white background.



Black color preview on #363519 background

This text has black color on #363519 background.


White color preview on #363519 background

This text has white color on #363519 background.