COLOR #363D2E

HEX: #363D2E
RGB: (54,61,46)

Color info

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

RGB color model

#363D2E color RGB value is (54,61,46).

  • red value is 54;
  • green value is 61;
  • blue value is 46.
RGB:
(54,61,46)
(21%,24%,18%)

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 46 of 255 = 18%

54
61
46

R + G + B ~ 21%. #363D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 46 = 161 (100%)
R 54 of 161 ~ 33.54%
G 61 of 161 ~ 37.89%
B 46 of 161 ~ 28.57%

%33.54
%37.89
%28.57

CMYK color model

#363D2E color CMYK value is (11,0,25,76).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 76.08%
CMYK:
(11,0,25,76)
C11M0Y25K76 
(11%,0%,25%,76%)
(0.11/0.00/0.25/0.76)	

CMYK percentages

%11.48
%0
%24.59
%76.08

Codes

Color #363D2E in popluar color models

363D2E
RGB546146
HSL88°14.02%20.98%
HSB/HSV88°24.59%23.92%
CMYK11.48%0.00%24.59%
76.08%

Color #363D2E in popluar number systems.

HEX363D2E
Decimal546146
Binary110110111101101110
Octal667556

Shades and tints

Shades of #363D2E

#363D2E
(54,61,46)
#32382A
(50,56,42)
#2E3326
(46,51,38)
#2A2E22
(42,46,34)
#26291E
(38,41,30)
#22241A
(34,36,26)
#1E1F16
(30,31,22)
#1A1A12
(26,26,18)
#16150E
(22,21,14)
#12100A
(18,16,10)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #363D2E

#363D2E
(54,61,46)
#484E41
(72,78,65)
#5A5F54
(90,95,84)
#6C7067
(108,112,103)
#7E817A
(126,129,122)
#90928D
(144,146,141)
#A2A3A0
(162,163,160)
#B4B4B3
(180,180,179)
#C6C5C6
(198,197,198)
#D8D6D9
(216,214,217)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363D2E color. Also use rgb(54,61,46) instead hex code.

Text Font Color

.myTextColor { color: #363D2E; }

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

This text font color is #363D2E.


Background Color

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

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

This div background color is #363D2E.


Border color

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

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

This div border color is #363D2E.


Opacity

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

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

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

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

This text has shadow with #363D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D2E on black background.


Color preview on white background

This text has color #363D2E on white background.



Black color preview on #363D2E background

This text has black color on #363D2E background.


White color preview on #363D2E background

This text has white color on #363D2E background.