COLOR #363831

HEX: #363831
RGB: (54,56,49)

Color info

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

RGB color model

#363831 color RGB value is (54,56,49).

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

RGB channels and saturation

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

54
56
49

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 49 = 159 (100%)
R 54 of 159 ~ 33.96%
G 56 of 159 ~ 35.22%
B 49 of 159 ~ 30.82%

%33.96
%35.22
%30.82

CMYK color model

#363831 color CMYK value is (4,0,13,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(4,0,13,78)
C4M0Y13K78 
(4%,0%,13%,78%)
(0.04/0.00/0.13/0.78)	

CMYK percentages

%3.57
%0
%12.5
%78.04

Codes

Color #363831 in popluar color models

363831
RGB545649
HSL77°6.67%20.59%
HSB/HSV77°12.50%21.96%
CMYK3.57%0.00%12.50%
78.04%

Color #363831 in popluar number systems.

HEX363831
Decimal545649
Binary110110111000110001
Octal667061

Shades and tints

Shades of #363831

#363831
(54,56,49)
#32332D
(50,51,45)
#2E2E29
(46,46,41)
#2A2925
(42,41,37)
#262421
(38,36,33)
#221F1D
(34,31,29)
#1E1A19
(30,26,25)
#1A1515
(26,21,21)
#161011
(22,16,17)
#120B0D
(18,11,13)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #363831

#363831
(54,56,49)
#484A43
(72,74,67)
#5A5C55
(90,92,85)
#6C6E67
(108,110,103)
#7E8079
(126,128,121)
#90928B
(144,146,139)
#A2A49D
(162,164,157)
#B4B6AF
(180,182,175)
#C6C8C1
(198,200,193)
#D8DAD3
(216,218,211)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363831; }

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

This text font color is #363831.


Background Color

.myBgColor { background-color: #363831; }

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

This div background color is #363831.


Border color

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

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

This div border color is #363831.


Opacity

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

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

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

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

This text has shadow with #363831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363831 on black background.


Color preview on white background

This text has color #363831 on white background.



Black color preview on #363831 background

This text has black color on #363831 background.


White color preview on #363831 background

This text has white color on #363831 background.