COLOR #363429

HEX: #363429
RGB: (54,52,41)

Color info

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

RGB color model

#363429 color RGB value is (54,52,41).

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

RGB channels and saturation

R 54 of 255 = 21%
G 52 of 255 = 20%
B 41 of 255 = 16%

54
52
41

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

Portions of RGB colors in percentages

R + G + B =
54 + 52 + 41 = 147 (100%)
R 54 of 147 ~ 36.73%
G 52 of 147 ~ 35.37%
B 41 of 147 ~ 27.89%

%36.73
%35.37
%27.89

CMYK color model

#363429 color CMYK value is (0,4,24,79).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 24.07%
  • key color value is 78.82%
CMYK:
(0,4,24,79)
C0M4Y24K79 
(0%,4%,24%,79%)
(0.00/0.04/0.24/0.79)	

CMYK percentages

%0
%3.7
%24.07
%78.82

Codes

Color #363429 in popluar color models

363429
RGB545241
HSL51°13.68%18.63%
HSB/HSV51°24.07%21.18%
CMYK0.00%3.70%24.07%
78.82%

Color #363429 in popluar number systems.

HEX363429
Decimal545241
Binary110110110100101001
Octal666451

Shades and tints

Shades of #363429

#363429
(54,52,41)
#323026
(50,48,38)
#2E2C23
(46,44,35)
#2A2820
(42,40,32)
#26241D
(38,36,29)
#22201A
(34,32,26)
#1E1C17
(30,28,23)
#1A1814
(26,24,20)
#161411
(22,20,17)
#12100E
(18,16,14)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #363429

#363429
(54,52,41)
#48463C
(72,70,60)
#5A584F
(90,88,79)
#6C6A62
(108,106,98)
#7E7C75
(126,124,117)
#908E88
(144,142,136)
#A2A09B
(162,160,155)
#B4B2AE
(180,178,174)
#C6C4C1
(198,196,193)
#D8D6D4
(216,214,212)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363429; }

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

This text font color is #363429.


Background Color

.myBgColor { background-color: #363429; }

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

This div background color is #363429.


Border color

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

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

This div border color is #363429.


Opacity

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

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

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

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

This text has shadow with #363429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363429 on black background.


Color preview on white background

This text has color #363429 on white background.



Black color preview on #363429 background

This text has black color on #363429 background.


White color preview on #363429 background

This text has white color on #363429 background.