COLOR #363335

HEX: #363335
RGB: (54,51,53)

Color info

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

RGB color model

#363335 color RGB value is (54,51,53).

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

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 53 of 255 = 21%

54
51
53

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

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 53 = 158 (100%)
R 54 of 158 ~ 34.18%
G 51 of 158 ~ 32.28%
B 53 of 158 ~ 33.54%

%34.18
%32.28
%33.54

CMYK color model

#363335 color CMYK value is (0,6,2,79).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 1.85%
  • key color value is 78.82%
CMYK:
(0,6,2,79)
C0M6Y2K79 
(0%,6%,2%,79%)
(0.00/0.06/0.02/0.79)	

CMYK percentages

%0
%5.56
%1.85
%78.82

Codes

Color #363335 in popluar color models

363335
RGB545153
HSL320°2.86%20.59%
HSB/HSV320°5.56%21.18%
CMYK0.00%5.56%1.85%
78.82%

Color #363335 in popluar number systems.

HEX363335
Decimal545153
Binary110110110011110101
Octal666365

Shades and tints

Shades of #363335

#363335
(54,51,53)
#322F31
(50,47,49)
#2E2B2D
(46,43,45)
#2A2729
(42,39,41)
#262325
(38,35,37)
#221F21
(34,31,33)
#1E1B1D
(30,27,29)
#1A1719
(26,23,25)
#161315
(22,19,21)
#120F11
(18,15,17)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #363335

#363335
(54,51,53)
#484547
(72,69,71)
#5A5759
(90,87,89)
#6C696B
(108,105,107)
#7E7B7D
(126,123,125)
#908D8F
(144,141,143)
#A29FA1
(162,159,161)
#B4B1B3
(180,177,179)
#C6C3C5
(198,195,197)
#D8D5D7
(216,213,215)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363335; }

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

This text font color is #363335.


Background Color

.myBgColor { background-color: #363335; }

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

This div background color is #363335.


Border color

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

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

This div border color is #363335.


Opacity

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

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

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

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

This text has shadow with #363335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363335 on black background.


Color preview on white background

This text has color #363335 on white background.



Black color preview on #363335 background

This text has black color on #363335 background.


White color preview on #363335 background

This text has white color on #363335 background.