COLOR #363426

HEX: #363426
RGB: (54,52,38)

Color info

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

RGB color model

#363426 color RGB value is (54,52,38).

  • red value is 54;
  • green value is 52;
  • blue value is 38.
RGB:
(54,52,38)
(21%,20%,15%)

RGB channels and saturation

R 54 of 255 = 21%
G 52 of 255 = 20%
B 38 of 255 = 15%

54
52
38

R + G + B ~ 19%. #363426 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 52 + 38 = 144 (100%)
R 54 of 144 ~ 37.5%
G 52 of 144 ~ 36.11%
B 38 of 144 ~ 26.39%

%37.5
%36.11
%26.39

CMYK color model

#363426 color CMYK value is (0,4,30,79).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 29.63%
  • key color value is 78.82%
CMYK:
(0,4,30,79)
C0M4Y30K79 
(0%,4%,30%,79%)
(0.00/0.04/0.30/0.79)	

CMYK percentages

%0
%3.7
%29.63
%78.82

Codes

Color #363426 in popluar color models

363426
RGB545238
HSL53°17.39%18.04%
HSB/HSV53°29.63%21.18%
CMYK0.00%3.70%29.63%
78.82%

Color #363426 in popluar number systems.

HEX363426
Decimal545238
Binary110110110100100110
Octal666446

Shades and tints

Shades of #363426

#363426
(54,52,38)
#323023
(50,48,35)
#2E2C20
(46,44,32)
#2A281D
(42,40,29)
#26241A
(38,36,26)
#222017
(34,32,23)
#1E1C14
(30,28,20)
#1A1811
(26,24,17)
#16140E
(22,20,14)
#12100B
(18,16,11)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #363426

#363426
(54,52,38)
#484639
(72,70,57)
#5A584C
(90,88,76)
#6C6A5F
(108,106,95)
#7E7C72
(126,124,114)
#908E85
(144,142,133)
#A2A098
(162,160,152)
#B4B2AB
(180,178,171)
#C6C4BE
(198,196,190)
#D8D6D1
(216,214,209)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363426; }

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

This text font color is #363426.


Background Color

.myBgColor { background-color: #363426; }

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

This div background color is #363426.


Border color

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

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

This div border color is #363426.


Opacity

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

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

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

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

This text has shadow with #363426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363426 on black background.


Color preview on white background

This text has color #363426 on white background.



Black color preview on #363426 background

This text has black color on #363426 background.


White color preview on #363426 background

This text has white color on #363426 background.