COLOR #363C28

HEX: #363C28
RGB: (54,60,40)

Color info

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

RGB color model

#363C28 color RGB value is (54,60,40).

  • red value is 54;
  • green value is 60;
  • blue value is 40.
RGB:
(54,60,40)
(21%,24%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 60 of 255 = 24%
B 40 of 255 = 16%

54
60
40

R + G + B ~ 20%. #363C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 60 + 40 = 154 (100%)
R 54 of 154 ~ 35.06%
G 60 of 154 ~ 38.96%
B 40 of 154 ~ 25.97%

%35.06
%38.96
%25.97

CMYK color model

#363C28 color CMYK value is (10,0,33,76).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 76.47%
CMYK:
(10,0,33,76)
C10M0Y33K76 
(10%,0%,33%,76%)
(0.10/0.00/0.33/0.76)	

CMYK percentages

%10
%0
%33.33
%76.47

Codes

Color #363C28 in popluar color models

363C28
RGB546040
HSL78°20.00%19.61%
HSB/HSV78°33.33%23.53%
CMYK10.00%0.00%33.33%
76.47%

Color #363C28 in popluar number systems.

HEX363C28
Decimal546040
Binary110110111100101000
Octal667450

Shades and tints

Shades of #363C28

#363C28
(54,60,40)
#323725
(50,55,37)
#2E3222
(46,50,34)
#2A2D1F
(42,45,31)
#26281C
(38,40,28)
#222319
(34,35,25)
#1E1E16
(30,30,22)
#1A1913
(26,25,19)
#161410
(22,20,16)
#120F0D
(18,15,13)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #363C28

#363C28
(54,60,40)
#484D3B
(72,77,59)
#5A5E4E
(90,94,78)
#6C6F61
(108,111,97)
#7E8074
(126,128,116)
#909187
(144,145,135)
#A2A29A
(162,162,154)
#B4B3AD
(180,179,173)
#C6C4C0
(198,196,192)
#D8D5D3
(216,213,211)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363C28 color. Also use rgb(54,60,40) instead hex code.

Text Font Color

.myTextColor { color: #363C28; }

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

This text font color is #363C28.


Background Color

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

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

This div background color is #363C28.


Border color

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

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

This div border color is #363C28.


Opacity

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

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

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

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

This text has shadow with #363C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363C28 on black background.


Color preview on white background

This text has color #363C28 on white background.



Black color preview on #363C28 background

This text has black color on #363C28 background.


White color preview on #363C28 background

This text has white color on #363C28 background.