COLOR #363523

HEX: #363523
RGB: (54,53,35)

Color info

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

RGB color model

#363523 color RGB value is (54,53,35).

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

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 35 of 255 = 14%

54
53
35

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

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 35 = 142 (100%)
R 54 of 142 ~ 38.03%
G 53 of 142 ~ 37.32%
B 35 of 142 ~ 24.65%

%38.03
%37.32
%24.65

CMYK color model

#363523 color CMYK value is (0,2,35,79).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 35.19%
  • key color value is 78.82%
CMYK:
(0,2,35,79)
C0M2Y35K79 
(0%,2%,35%,79%)
(0.00/0.02/0.35/0.79)	

CMYK percentages

%0
%1.85
%35.19
%78.82

Codes

Color #363523 in popluar color models

363523
RGB545335
HSL57°21.35%17.45%
HSB/HSV57°35.19%21.18%
CMYK0.00%1.85%35.19%
78.82%

Color #363523 in popluar number systems.

HEX363523
Decimal545335
Binary110110110101100011
Octal666543

Shades and tints

Shades of #363523

#363523
(54,53,35)
#323120
(50,49,32)
#2E2D1D
(46,45,29)
#2A291A
(42,41,26)
#262517
(38,37,23)
#222114
(34,33,20)
#1E1D11
(30,29,17)
#1A190E
(26,25,14)
#16150B
(22,21,11)
#121108
(18,17,8)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #363523

#363523
(54,53,35)
#484737
(72,71,55)
#5A594B
(90,89,75)
#6C6B5F
(108,107,95)
#7E7D73
(126,125,115)
#908F87
(144,143,135)
#A2A19B
(162,161,155)
#B4B3AF
(180,179,175)
#C6C5C3
(198,197,195)
#D8D7D7
(216,215,215)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363523; }

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

This text font color is #363523.


Background Color

.myBgColor { background-color: #363523; }

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

This div background color is #363523.


Border color

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

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

This div border color is #363523.


Opacity

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

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

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

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

This text has shadow with #363523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363523 on black background.


Color preview on white background

This text has color #363523 on white background.



Black color preview on #363523 background

This text has black color on #363523 background.


White color preview on #363523 background

This text has white color on #363523 background.