COLOR #363A14

HEX: #363A14
RGB: (54,58,20)

Color info

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

RGB color model

#363A14 color RGB value is (54,58,20).

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

RGB channels and saturation

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

54
58
20

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

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 20 = 132 (100%)
R 54 of 132 ~ 40.91%
G 58 of 132 ~ 43.94%
B 20 of 132 ~ 15.15%

%40.91
%43.94
%15.15

CMYK color model

#363A14 color CMYK value is (7,0,66,77).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 77.25%
CMYK:
(7,0,66,77)
C7M0Y66K77 
(7%,0%,66%,77%)
(0.07/0.00/0.66/0.77)	

CMYK percentages

%6.9
%0
%65.52
%77.25

Codes

Color #363A14 in popluar color models

363A14
RGB545820
HSL66°48.72%15.29%
HSB/HSV66°65.52%22.75%
CMYK6.90%0.00%65.52%
77.25%

Color #363A14 in popluar number systems.

HEX363A14
Decimal545820
Binary11011011101010100
Octal667224

Shades and tints

Shades of #363A14

#363A14
(54,58,20)
#323513
(50,53,19)
#2E3012
(46,48,18)
#2A2B11
(42,43,17)
#262610
(38,38,16)
#22210F
(34,33,15)
#1E1C0E
(30,28,14)
#1A170D
(26,23,13)
#16120C
(22,18,12)
#120D0B
(18,13,11)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #363A14

#363A14
(54,58,20)
#484B29
(72,75,41)
#5A5C3E
(90,92,62)
#6C6D53
(108,109,83)
#7E7E68
(126,126,104)
#908F7D
(144,143,125)
#A2A092
(162,160,146)
#B4B1A7
(180,177,167)
#C6C2BC
(198,194,188)
#D8D3D1
(216,211,209)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A14; }

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

This text font color is #363A14.


Background Color

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

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

This div background color is #363A14.


Border color

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

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

This div border color is #363A14.


Opacity

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

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

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

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

This text has shadow with #363A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A14 on black background.


Color preview on white background

This text has color #363A14 on white background.



Black color preview on #363A14 background

This text has black color on #363A14 background.


White color preview on #363A14 background

This text has white color on #363A14 background.