COLOR #363819

HEX: #363819
RGB: (54,56,25)

Color info

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

RGB color model

#363819 color RGB value is (54,56,25).

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

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 25 of 255 = 10%

54
56
25

R + G + B ~ 18%. #363819 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 25 = 135 (100%)
R 54 of 135 ~ 40%
G 56 of 135 ~ 41.48%
B 25 of 135 ~ 18.52%

%40
%41.48
%18.52

CMYK color model

#363819 color CMYK value is (4,0,55,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 78.04%
CMYK:
(4,0,55,78)
C4M0Y55K78 
(4%,0%,55%,78%)
(0.04/0.00/0.55/0.78)	

CMYK percentages

%3.57
%0
%55.36
%78.04

Codes

Color #363819 in popluar color models

363819
RGB545625
HSL64°38.27%15.88%
HSB/HSV64°55.36%21.96%
CMYK3.57%0.00%55.36%
78.04%

Color #363819 in popluar number systems.

HEX363819
Decimal545625
Binary11011011100011001
Octal667031

Shades and tints

Shades of #363819

#363819
(54,56,25)
#323317
(50,51,23)
#2E2E15
(46,46,21)
#2A2913
(42,41,19)
#262411
(38,36,17)
#221F0F
(34,31,15)
#1E1A0D
(30,26,13)
#1A150B
(26,21,11)
#161009
(22,16,9)
#120B07
(18,11,7)
#0E0605
(14,6,5)
#000000
(0,0,0)

Tints of #363819

#363819
(54,56,25)
#484A2D
(72,74,45)
#5A5C41
(90,92,65)
#6C6E55
(108,110,85)
#7E8069
(126,128,105)
#90927D
(144,146,125)
#A2A491
(162,164,145)
#B4B6A5
(180,182,165)
#C6C8B9
(198,200,185)
#D8DACD
(216,218,205)
#EAECE1
(234,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363819; }

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

This text font color is #363819.


Background Color

.myBgColor { background-color: #363819; }

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

This div background color is #363819.


Border color

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

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

This div border color is #363819.


Opacity

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

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

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

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

This text has shadow with #363819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363819 on black background.


Color preview on white background

This text has color #363819 on white background.



Black color preview on #363819 background

This text has black color on #363819 background.


White color preview on #363819 background

This text has white color on #363819 background.