COLOR #363528

HEX: #363528
RGB: (54,53,40)

Color info

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

RGB color model

#363528 color RGB value is (54,53,40).

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

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 40 of 255 = 16%

54
53
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 40 = 147 (100%)
R 54 of 147 ~ 36.73%
G 53 of 147 ~ 36.05%
B 40 of 147 ~ 27.21%

%36.73
%36.05
%27.21

CMYK color model

#363528 color CMYK value is (0,2,26,79).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 25.93%
  • key color value is 78.82%
CMYK:
(0,2,26,79)
C0M2Y26K79 
(0%,2%,26%,79%)
(0.00/0.02/0.26/0.79)	

CMYK percentages

%0
%1.85
%25.93
%78.82

Codes

Color #363528 in popluar color models

363528
RGB545340
HSL56°14.89%18.43%
HSB/HSV56°25.93%21.18%
CMYK0.00%1.85%25.93%
78.82%

Color #363528 in popluar number systems.

HEX363528
Decimal545340
Binary110110110101101000
Octal666550

Shades and tints

Shades of #363528

#363528
(54,53,40)
#323125
(50,49,37)
#2E2D22
(46,45,34)
#2A291F
(42,41,31)
#26251C
(38,37,28)
#222119
(34,33,25)
#1E1D16
(30,29,22)
#1A1913
(26,25,19)
#161510
(22,21,16)
#12110D
(18,17,13)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #363528

#363528
(54,53,40)
#48473B
(72,71,59)
#5A594E
(90,89,78)
#6C6B61
(108,107,97)
#7E7D74
(126,125,116)
#908F87
(144,143,135)
#A2A19A
(162,161,154)
#B4B3AD
(180,179,173)
#C6C5C0
(198,197,192)
#D8D7D3
(216,215,211)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363528; }

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

This text font color is #363528.


Background Color

.myBgColor { background-color: #363528; }

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

This div background color is #363528.


Border color

.myBorderColor { border: 1px solid #363528; }

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

This div border color is #363528.


Opacity

.myOpacity80 { color: #363528; opacity: 0.8; }

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

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

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

This text has shadow with #363528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363528 on black background.


Color preview on white background

This text has color #363528 on white background.



Black color preview on #363528 background

This text has black color on #363528 background.


White color preview on #363528 background

This text has white color on #363528 background.