COLOR #363A2E

HEX: #363A2E
RGB: (54,58,46)

Color info

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

RGB color model

#363A2E color RGB value is (54,58,46).

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

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 46 of 255 = 18%

54
58
46

R + G + B ~ 21%. #363A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 46 = 158 (100%)
R 54 of 158 ~ 34.18%
G 58 of 158 ~ 36.71%
B 46 of 158 ~ 29.11%

%34.18
%36.71
%29.11

CMYK color model

#363A2E color CMYK value is (7,0,21,77).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 77.25%
CMYK:
(7,0,21,77)
C7M0Y21K77 
(7%,0%,21%,77%)
(0.07/0.00/0.21/0.77)	

CMYK percentages

%6.9
%0
%20.69
%77.25

Codes

Color #363A2E in popluar color models

363A2E
RGB545846
HSL80°11.54%20.39%
HSB/HSV80°20.69%22.75%
CMYK6.90%0.00%20.69%
77.25%

Color #363A2E in popluar number systems.

HEX363A2E
Decimal545846
Binary110110111010101110
Octal667256

Shades and tints

Shades of #363A2E

#363A2E
(54,58,46)
#32352A
(50,53,42)
#2E3026
(46,48,38)
#2A2B22
(42,43,34)
#26261E
(38,38,30)
#22211A
(34,33,26)
#1E1C16
(30,28,22)
#1A1712
(26,23,18)
#16120E
(22,18,14)
#120D0A
(18,13,10)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #363A2E

#363A2E
(54,58,46)
#484B41
(72,75,65)
#5A5C54
(90,92,84)
#6C6D67
(108,109,103)
#7E7E7A
(126,126,122)
#908F8D
(144,143,141)
#A2A0A0
(162,160,160)
#B4B1B3
(180,177,179)
#C6C2C6
(198,194,198)
#D8D3D9
(216,211,217)
#EAE4EC
(234,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A2E; }

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

This text font color is #363A2E.


Background Color

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

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

This div background color is #363A2E.


Border color

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

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

This div border color is #363A2E.


Opacity

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

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

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

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

This text has shadow with #363A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A2E on black background.


Color preview on white background

This text has color #363A2E on white background.



Black color preview on #363A2E background

This text has black color on #363A2E background.


White color preview on #363A2E background

This text has white color on #363A2E background.