COLOR #363828

HEX: #363828
RGB: (54,56,40)

Color info

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

RGB color model

#363828 color RGB value is (54,56,40).

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

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 40 of 255 = 16%

54
56
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 40 = 150 (100%)
R 54 of 150 ~ 36%
G 56 of 150 ~ 37.33%
B 40 of 150 ~ 26.67%

%36
%37.33
%26.67

CMYK color model

#363828 color CMYK value is (4,0,29,78).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 78.04%
CMYK:
(4,0,29,78)
C4M0Y29K78 
(4%,0%,29%,78%)
(0.04/0.00/0.29/0.78)	

CMYK percentages

%3.57
%0
%28.57
%78.04

Codes

Color #363828 in popluar color models

363828
RGB545640
HSL68°16.67%18.82%
HSB/HSV68°28.57%21.96%
CMYK3.57%0.00%28.57%
78.04%

Color #363828 in popluar number systems.

HEX363828
Decimal545640
Binary110110111000101000
Octal667050

Shades and tints

Shades of #363828

#363828
(54,56,40)
#323325
(50,51,37)
#2E2E22
(46,46,34)
#2A291F
(42,41,31)
#26241C
(38,36,28)
#221F19
(34,31,25)
#1E1A16
(30,26,22)
#1A1513
(26,21,19)
#161010
(22,16,16)
#120B0D
(18,11,13)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #363828

#363828
(54,56,40)
#484A3B
(72,74,59)
#5A5C4E
(90,92,78)
#6C6E61
(108,110,97)
#7E8074
(126,128,116)
#909287
(144,146,135)
#A2A49A
(162,164,154)
#B4B6AD
(180,182,173)
#C6C8C0
(198,200,192)
#D8DAD3
(216,218,211)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363828; }

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

This text font color is #363828.


Background Color

.myBgColor { background-color: #363828; }

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

This div background color is #363828.


Border color

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

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

This div border color is #363828.


Opacity

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

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

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

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

This text has shadow with #363828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363828 on black background.


Color preview on white background

This text has color #363828 on white background.



Black color preview on #363828 background

This text has black color on #363828 background.


White color preview on #363828 background

This text has white color on #363828 background.