COLOR #363131

HEX: #363131
RGB: (54,49,49)

Color info

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

RGB color model

#363131 color RGB value is (54,49,49).

  • red value is 54;
  • green value is 49;
  • blue value is 49.
RGB:
(54,49,49)
(21%,19%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 49 of 255 = 19%

54
49
49

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 49 = 152 (100%)
R 54 of 152 ~ 35.53%
G 49 of 152 ~ 32.24%
B 49 of 152 ~ 32.24%

%35.53
%32.24
%32.24

CMYK color model

#363131 color CMYK value is (0,9,9,79).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 9.26%
  • key color value is 78.82%
CMYK:
(0,9,9,79)
C0M9Y9K79 
(0%,9%,9%,79%)
(0.00/0.09/0.09/0.79)	

CMYK percentages

%0
%9.26
%9.26
%78.82

Codes

Color #363131 in popluar color models

363131
RGB544949
HSL4.85%20.20%
HSB/HSV9.26%21.18%
CMYK0.00%9.26%9.26%
78.82%

Color #363131 in popluar number systems.

HEX363131
Decimal544949
Binary110110110001110001
Octal666161

Shades and tints

Shades of #363131

#363131
(54,49,49)
#322D2D
(50,45,45)
#2E2929
(46,41,41)
#2A2525
(42,37,37)
#262121
(38,33,33)
#221D1D
(34,29,29)
#1E1919
(30,25,25)
#1A1515
(26,21,21)
#161111
(22,17,17)
#120D0D
(18,13,13)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #363131

#363131
(54,49,49)
#484343
(72,67,67)
#5A5555
(90,85,85)
#6C6767
(108,103,103)
#7E7979
(126,121,121)
#908B8B
(144,139,139)
#A29D9D
(162,157,157)
#B4AFAF
(180,175,175)
#C6C1C1
(198,193,193)
#D8D3D3
(216,211,211)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363131; }

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

This text font color is #363131.


Background Color

.myBgColor { background-color: #363131; }

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

This div background color is #363131.


Border color

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

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

This div border color is #363131.


Opacity

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

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

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

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

This text has shadow with #363131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363131 on black background.


Color preview on white background

This text has color #363131 on white background.



Black color preview on #363131 background

This text has black color on #363131 background.


White color preview on #363131 background

This text has white color on #363131 background.