COLOR #363130

HEX: #363130
RGB: (54,49,48)

Color info

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

RGB color model

#363130 color RGB value is (54,49,48).

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

RGB channels and saturation

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

54
49
48

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 48 = 151 (100%)
R 54 of 151 ~ 35.76%
G 49 of 151 ~ 32.45%
B 48 of 151 ~ 31.79%

%35.76
%32.45
%31.79

CMYK color model

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

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

CMYK percentages

%0
%9.26
%11.11
%78.82

Codes

Color #363130 in popluar color models

363130
RGB544948
HSL10°5.88%20.00%
HSB/HSV10°11.11%21.18%
CMYK0.00%9.26%11.11%
78.82%

Color #363130 in popluar number systems.

HEX363130
Decimal544948
Binary110110110001110000
Octal666160

Shades and tints

Shades of #363130

#363130
(54,49,48)
#322D2C
(50,45,44)
#2E2928
(46,41,40)
#2A2524
(42,37,36)
#262120
(38,33,32)
#221D1C
(34,29,28)
#1E1918
(30,25,24)
#1A1514
(26,21,20)
#161110
(22,17,16)
#120D0C
(18,13,12)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #363130

#363130
(54,49,48)
#484342
(72,67,66)
#5A5554
(90,85,84)
#6C6766
(108,103,102)
#7E7978
(126,121,120)
#908B8A
(144,139,138)
#A29D9C
(162,157,156)
#B4AFAE
(180,175,174)
#C6C1C0
(198,193,192)
#D8D3D2
(216,211,210)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363130; }

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

This text font color is #363130.


Background Color

.myBgColor { background-color: #363130; }

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

This div background color is #363130.


Border color

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

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

This div border color is #363130.


Opacity

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

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

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

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

This text has shadow with #363130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363130 on black background.


Color preview on white background

This text has color #363130 on white background.



Black color preview on #363130 background

This text has black color on #363130 background.


White color preview on #363130 background

This text has white color on #363130 background.