COLOR #363A15

HEX: #363A15
RGB: (54,58,21)

Color info

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

RGB color model

#363A15 color RGB value is (54,58,21).

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

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 21 of 255 = 8%

54
58
21

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

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 21 = 133 (100%)
R 54 of 133 ~ 40.6%
G 58 of 133 ~ 43.61%
B 21 of 133 ~ 15.79%

%40.6
%43.61
%15.79

CMYK color model

#363A15 color CMYK value is (7,0,64,77).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 63.79%
  • key color value is 77.25%
CMYK:
(7,0,64,77)
C7M0Y64K77 
(7%,0%,64%,77%)
(0.07/0.00/0.64/0.77)	

CMYK percentages

%6.9
%0
%63.79
%77.25

Codes

Color #363A15 in popluar color models

363A15
RGB545821
HSL66°46.84%15.49%
HSB/HSV66°63.79%22.75%
CMYK6.90%0.00%63.79%
77.25%

Color #363A15 in popluar number systems.

HEX363A15
Decimal545821
Binary11011011101010101
Octal667225

Shades and tints

Shades of #363A15

#363A15
(54,58,21)
#323514
(50,53,20)
#2E3013
(46,48,19)
#2A2B12
(42,43,18)
#262611
(38,38,17)
#222110
(34,33,16)
#1E1C0F
(30,28,15)
#1A170E
(26,23,14)
#16120D
(22,18,13)
#120D0C
(18,13,12)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #363A15

#363A15
(54,58,21)
#484B2A
(72,75,42)
#5A5C3F
(90,92,63)
#6C6D54
(108,109,84)
#7E7E69
(126,126,105)
#908F7E
(144,143,126)
#A2A093
(162,160,147)
#B4B1A8
(180,177,168)
#C6C2BD
(198,194,189)
#D8D3D2
(216,211,210)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A15; }

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

This text font color is #363A15.


Background Color

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

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

This div background color is #363A15.


Border color

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

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

This div border color is #363A15.


Opacity

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

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

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

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

This text has shadow with #363A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A15 on black background.


Color preview on white background

This text has color #363A15 on white background.



Black color preview on #363A15 background

This text has black color on #363A15 background.


White color preview on #363A15 background

This text has white color on #363A15 background.