COLOR #363928

HEX: #363928
RGB: (54,57,40)

Color info

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

RGB color model

#363928 color RGB value is (54,57,40).

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

RGB channels and saturation

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

54
57
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 40 = 151 (100%)
R 54 of 151 ~ 35.76%
G 57 of 151 ~ 37.75%
B 40 of 151 ~ 26.49%

%35.76
%37.75
%26.49

CMYK color model

#363928 color CMYK value is (5,0,30,78).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 77.65%
CMYK:
(5,0,30,78)
C5M0Y30K78 
(5%,0%,30%,78%)
(0.05/0.00/0.30/0.78)	

CMYK percentages

%5.26
%0
%29.82
%77.65

Codes

Color #363928 in popluar color models

363928
RGB545740
HSL71°17.53%19.02%
HSB/HSV71°29.82%22.35%
CMYK5.26%0.00%29.82%
77.65%

Color #363928 in popluar number systems.

HEX363928
Decimal545740
Binary110110111001101000
Octal667150

Shades and tints

Shades of #363928

#363928
(54,57,40)
#323425
(50,52,37)
#2E2F22
(46,47,34)
#2A2A1F
(42,42,31)
#26251C
(38,37,28)
#222019
(34,32,25)
#1E1B16
(30,27,22)
#1A1613
(26,22,19)
#161110
(22,17,16)
#120C0D
(18,12,13)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #363928

#363928
(54,57,40)
#484B3B
(72,75,59)
#5A5D4E
(90,93,78)
#6C6F61
(108,111,97)
#7E8174
(126,129,116)
#909387
(144,147,135)
#A2A59A
(162,165,154)
#B4B7AD
(180,183,173)
#C6C9C0
(198,201,192)
#D8DBD3
(216,219,211)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363928; }

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

This text font color is #363928.


Background Color

.myBgColor { background-color: #363928; }

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

This div background color is #363928.


Border color

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

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

This div border color is #363928.


Opacity

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

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

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

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

This text has shadow with #363928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363928 on black background.


Color preview on white background

This text has color #363928 on white background.



Black color preview on #363928 background

This text has black color on #363928 background.


White color preview on #363928 background

This text has white color on #363928 background.