COLOR #363A2A

HEX: #363A2A
RGB: (54,58,42)

Color info

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

RGB color model

#363A2A color RGB value is (54,58,42).

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

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 42 of 255 = 16%

54
58
42

R + G + B ~ 20%. #363A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 42 = 154 (100%)
R 54 of 154 ~ 35.06%
G 58 of 154 ~ 37.66%
B 42 of 154 ~ 27.27%

%35.06
%37.66
%27.27

CMYK color model

#363A2A color CMYK value is (7,0,28,77).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 77.25%
CMYK:
(7,0,28,77)
C7M0Y28K77 
(7%,0%,28%,77%)
(0.07/0.00/0.28/0.77)	

CMYK percentages

%6.9
%0
%27.59
%77.25

Codes

Color #363A2A in popluar color models

363A2A
RGB545842
HSL75°16.00%19.61%
HSB/HSV75°27.59%22.75%
CMYK6.90%0.00%27.59%
77.25%

Color #363A2A in popluar number systems.

HEX363A2A
Decimal545842
Binary110110111010101010
Octal667252

Shades and tints

Shades of #363A2A

#363A2A
(54,58,42)
#323527
(50,53,39)
#2E3024
(46,48,36)
#2A2B21
(42,43,33)
#26261E
(38,38,30)
#22211B
(34,33,27)
#1E1C18
(30,28,24)
#1A1715
(26,23,21)
#161212
(22,18,18)
#120D0F
(18,13,15)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #363A2A

#363A2A
(54,58,42)
#484B3D
(72,75,61)
#5A5C50
(90,92,80)
#6C6D63
(108,109,99)
#7E7E76
(126,126,118)
#908F89
(144,143,137)
#A2A09C
(162,160,156)
#B4B1AF
(180,177,175)
#C6C2C2
(198,194,194)
#D8D3D5
(216,211,213)
#EAE4E8
(234,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A2A; }

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

This text font color is #363A2A.


Background Color

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

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

This div background color is #363A2A.


Border color

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

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

This div border color is #363A2A.


Opacity

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

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

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

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

This text has shadow with #363A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A2A on black background.


Color preview on white background

This text has color #363A2A on white background.



Black color preview on #363A2A background

This text has black color on #363A2A background.


White color preview on #363A2A background

This text has white color on #363A2A background.