COLOR #363929

HEX: #363929
RGB: (54,57,41)

Color info

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

RGB color model

#363929 color RGB value is (54,57,41).

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

RGB channels and saturation

R 54 of 255 = 21%
G 57 of 255 = 22%
B 41 of 255 = 16%

54
57
41

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

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 41 = 152 (100%)
R 54 of 152 ~ 35.53%
G 57 of 152 ~ 37.5%
B 41 of 152 ~ 26.97%

%35.53
%37.5
%26.97

CMYK color model

#363929 color CMYK value is (5,0,28,78).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 77.65%
CMYK:
(5,0,28,78)
C5M0Y28K78 
(5%,0%,28%,78%)
(0.05/0.00/0.28/0.78)	

CMYK percentages

%5.26
%0
%28.07
%77.65

Codes

Color #363929 in popluar color models

363929
RGB545741
HSL71°16.33%19.22%
HSB/HSV71°28.07%22.35%
CMYK5.26%0.00%28.07%
77.65%

Color #363929 in popluar number systems.

HEX363929
Decimal545741
Binary110110111001101001
Octal667151

Shades and tints

Shades of #363929

#363929
(54,57,41)
#323426
(50,52,38)
#2E2F23
(46,47,35)
#2A2A20
(42,42,32)
#26251D
(38,37,29)
#22201A
(34,32,26)
#1E1B17
(30,27,23)
#1A1614
(26,22,20)
#161111
(22,17,17)
#120C0E
(18,12,14)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #363929

#363929
(54,57,41)
#484B3C
(72,75,60)
#5A5D4F
(90,93,79)
#6C6F62
(108,111,98)
#7E8175
(126,129,117)
#909388
(144,147,136)
#A2A59B
(162,165,155)
#B4B7AE
(180,183,174)
#C6C9C1
(198,201,193)
#D8DBD4
(216,219,212)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363929; }

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

This text font color is #363929.


Background Color

.myBgColor { background-color: #363929; }

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

This div background color is #363929.


Border color

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

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

This div border color is #363929.


Opacity

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

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

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

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

This text has shadow with #363929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363929 on black background.


Color preview on white background

This text has color #363929 on white background.



Black color preview on #363929 background

This text has black color on #363929 background.


White color preview on #363929 background

This text has white color on #363929 background.