COLOR #363832

HEX: #363832
RGB: (54,56,50)

Color info

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

RGB color model

#363832 color RGB value is (54,56,50).

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

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 50 of 255 = 20%

54
56
50

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 50 = 160 (100%)
R 54 of 160 ~ 33.75%
G 56 of 160 ~ 35%
B 50 of 160 ~ 31.25%

%33.75
%35
%31.25

CMYK color model

#363832 color CMYK value is (4,0,11,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 78.04%
CMYK:
(4,0,11,78)
C4M0Y11K78 
(4%,0%,11%,78%)
(0.04/0.00/0.11/0.78)	

CMYK percentages

%3.57
%0
%10.71
%78.04

Codes

Color #363832 in popluar color models

363832
RGB545650
HSL80°5.66%20.78%
HSB/HSV80°10.71%21.96%
CMYK3.57%0.00%10.71%
78.04%

Color #363832 in popluar number systems.

HEX363832
Decimal545650
Binary110110111000110010
Octal667062

Shades and tints

Shades of #363832

#363832
(54,56,50)
#32332E
(50,51,46)
#2E2E2A
(46,46,42)
#2A2926
(42,41,38)
#262422
(38,36,34)
#221F1E
(34,31,30)
#1E1A1A
(30,26,26)
#1A1516
(26,21,22)
#161012
(22,16,18)
#120B0E
(18,11,14)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #363832

#363832
(54,56,50)
#484A44
(72,74,68)
#5A5C56
(90,92,86)
#6C6E68
(108,110,104)
#7E807A
(126,128,122)
#90928C
(144,146,140)
#A2A49E
(162,164,158)
#B4B6B0
(180,182,176)
#C6C8C2
(198,200,194)
#D8DAD4
(216,218,212)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363832; }

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

This text font color is #363832.


Background Color

.myBgColor { background-color: #363832; }

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

This div background color is #363832.


Border color

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

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

This div border color is #363832.


Opacity

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

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

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

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

This text has shadow with #363832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363832 on black background.


Color preview on white background

This text has color #363832 on white background.



Black color preview on #363832 background

This text has black color on #363832 background.


White color preview on #363832 background

This text has white color on #363832 background.