COLOR #363E32

HEX: #363E32
RGB: (54,62,50)

Color info

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

RGB color model

#363E32 color RGB value is (54,62,50).

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

RGB channels and saturation

R 54 of 255 = 21%
G 62 of 255 = 24%
B 50 of 255 = 20%

54
62
50

R + G + B ~ 22%. #363E32 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 62 + 50 = 166 (100%)
R 54 of 166 ~ 32.53%
G 62 of 166 ~ 37.35%
B 50 of 166 ~ 30.12%

%32.53
%37.35
%30.12

CMYK color model

#363E32 color CMYK value is (13,0,19,76).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 75.69%
CMYK:
(13,0,19,76)
C13M0Y19K76 
(13%,0%,19%,76%)
(0.13/0.00/0.19/0.76)	

CMYK percentages

%12.9
%0
%19.35
%75.69

Codes

Color #363E32 in popluar color models

363E32
RGB546250
HSL100°10.71%21.96%
HSB/HSV100°19.35%24.31%
CMYK12.90%0.00%19.35%
75.69%

Color #363E32 in popluar number systems.

HEX363E32
Decimal546250
Binary110110111110110010
Octal667662

Shades and tints

Shades of #363E32

#363E32
(54,62,50)
#32392E
(50,57,46)
#2E342A
(46,52,42)
#2A2F26
(42,47,38)
#262A22
(38,42,34)
#22251E
(34,37,30)
#1E201A
(30,32,26)
#1A1B16
(26,27,22)
#161612
(22,22,18)
#12110E
(18,17,14)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #363E32

#363E32
(54,62,50)
#484F44
(72,79,68)
#5A6056
(90,96,86)
#6C7168
(108,113,104)
#7E827A
(126,130,122)
#90938C
(144,147,140)
#A2A49E
(162,164,158)
#B4B5B0
(180,181,176)
#C6C6C2
(198,198,194)
#D8D7D4
(216,215,212)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363E32; }

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

This text font color is #363E32.


Background Color

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

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

This div background color is #363E32.


Border color

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

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

This div border color is #363E32.


Opacity

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

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

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

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

This text has shadow with #363E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363E32 on black background.


Color preview on white background

This text has color #363E32 on white background.



Black color preview on #363E32 background

This text has black color on #363E32 background.


White color preview on #363E32 background

This text has white color on #363E32 background.