COLOR #363E21

HEX: #363E21
RGB: (54,62,33)

Color info

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

RGB color model

#363E21 color RGB value is (54,62,33).

  • red value is 54;
  • green value is 62;
  • blue value is 33.
RGB:
(54,62,33)
(21%,24%,13%)

RGB channels and saturation

R 54 of 255 = 21%
G 62 of 255 = 24%
B 33 of 255 = 13%

54
62
33

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

Portions of RGB colors in percentages

R + G + B =
54 + 62 + 33 = 149 (100%)
R 54 of 149 ~ 36.24%
G 62 of 149 ~ 41.61%
B 33 of 149 ~ 22.15%

%36.24
%41.61
%22.15

CMYK color model

#363E21 color CMYK value is (13,0,47,76).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 75.69%
CMYK:
(13,0,47,76)
C13M0Y47K76 
(13%,0%,47%,76%)
(0.13/0.00/0.47/0.76)	

CMYK percentages

%12.9
%0
%46.77
%75.69

Codes

Color #363E21 in popluar color models

363E21
RGB546233
HSL77°30.53%18.63%
HSB/HSV77°46.77%24.31%
CMYK12.90%0.00%46.77%
75.69%

Color #363E21 in popluar number systems.

HEX363E21
Decimal546233
Binary110110111110100001
Octal667641

Shades and tints

Shades of #363E21

#363E21
(54,62,33)
#32391E
(50,57,30)
#2E341B
(46,52,27)
#2A2F18
(42,47,24)
#262A15
(38,42,21)
#222512
(34,37,18)
#1E200F
(30,32,15)
#1A1B0C
(26,27,12)
#161609
(22,22,9)
#121106
(18,17,6)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #363E21

#363E21
(54,62,33)
#484F35
(72,79,53)
#5A6049
(90,96,73)
#6C715D
(108,113,93)
#7E8271
(126,130,113)
#909385
(144,147,133)
#A2A499
(162,164,153)
#B4B5AD
(180,181,173)
#C6C6C1
(198,198,193)
#D8D7D5
(216,215,213)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363E21 color. Also use rgb(54,62,33) instead hex code.

Text Font Color

.myTextColor { color: #363E21; }

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

This text font color is #363E21.


Background Color

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

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

This div background color is #363E21.


Border color

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

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

This div border color is #363E21.


Opacity

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

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

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

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

This text has shadow with #363E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363E21 on black background.


Color preview on white background

This text has color #363E21 on white background.



Black color preview on #363E21 background

This text has black color on #363E21 background.


White color preview on #363E21 background

This text has white color on #363E21 background.