COLOR #363A1E

HEX: #363A1E
RGB: (54,58,30)

Color info

#363A1E contains red, green and blue colors in about the same proportion. Web safe color of #363A1E is #333333 (or #333).

RGB color model

#363A1E color RGB value is (54,58,30).

  • red value is 54;
  • green value is 58;
  • blue value is 30.
RGB:
(54,58,30)
(21%,23%,12%)

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 30 of 255 = 12%

54
58
30

R + G + B ~ 19%. #363A1E is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 30 = 142 (100%)
R 54 of 142 ~ 38.03%
G 58 of 142 ~ 40.85%
B 30 of 142 ~ 21.13%

%38.03
%40.85
%21.13

CMYK color model

#363A1E color CMYK value is (7,0,48,77).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 77.25%
CMYK:
(7,0,48,77)
C7M0Y48K77 
(7%,0%,48%,77%)
(0.07/0.00/0.48/0.77)	

CMYK percentages

%6.9
%0
%48.28
%77.25

Codes

Color #363A1E in popluar color models

363A1E
RGB545830
HSL69°31.82%17.25%
HSB/HSV69°48.28%22.75%
CMYK6.90%0.00%48.28%
77.25%

Color #363A1E in popluar number systems.

HEX363A1E
Decimal545830
Binary11011011101011110
Octal667236

Shades and tints

Shades of #363A1E

#363A1E
(54,58,30)
#32351C
(50,53,28)
#2E301A
(46,48,26)
#2A2B18
(42,43,24)
#262616
(38,38,22)
#222114
(34,33,20)
#1E1C12
(30,28,18)
#1A1710
(26,23,16)
#16120E
(22,18,14)
#120D0C
(18,13,12)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #363A1E

#363A1E
(54,58,30)
#484B32
(72,75,50)
#5A5C46
(90,92,70)
#6C6D5A
(108,109,90)
#7E7E6E
(126,126,110)
#908F82
(144,143,130)
#A2A096
(162,160,150)
#B4B1AA
(180,177,170)
#C6C2BE
(198,194,190)
#D8D3D2
(216,211,210)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363A1E color. Also use rgb(54,58,30) instead hex code.

Text Font Color

.myTextColor { color: #363A1E; }

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

This text font color is #363A1E.


Background Color

.myBgColor { background-color: #363A1E; }

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

This div background color is #363A1E.


Border color

.myBorderColor { border: 1px solid #363A1E; }

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

This div border color is #363A1E.


Opacity

.myOpacity80 { color: #363A1E; opacity: 0.8; }

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

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

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

This text has shadow with #363A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A1E on black background.


Color preview on white background

This text has color #363A1E on white background.



Black color preview on #363A1E background

This text has black color on #363A1E background.


White color preview on #363A1E background

This text has white color on #363A1E background.