COLOR #363A28

HEX: #363A28
RGB: (54,58,40)

Color info

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

RGB color model

#363A28 color RGB value is (54,58,40).

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

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 40 of 255 = 16%

54
58
40

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

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 40 = 152 (100%)
R 54 of 152 ~ 35.53%
G 58 of 152 ~ 38.16%
B 40 of 152 ~ 26.32%

%35.53
%38.16
%26.32

CMYK color model

#363A28 color CMYK value is (7,0,31,77).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 77.25%
CMYK:
(7,0,31,77)
C7M0Y31K77 
(7%,0%,31%,77%)
(0.07/0.00/0.31/0.77)	

CMYK percentages

%6.9
%0
%31.03
%77.25

Codes

Color #363A28 in popluar color models

363A28
RGB545840
HSL73°18.37%19.22%
HSB/HSV73°31.03%22.75%
CMYK6.90%0.00%31.03%
77.25%

Color #363A28 in popluar number systems.

HEX363A28
Decimal545840
Binary110110111010101000
Octal667250

Shades and tints

Shades of #363A28

#363A28
(54,58,40)
#323525
(50,53,37)
#2E3022
(46,48,34)
#2A2B1F
(42,43,31)
#26261C
(38,38,28)
#222119
(34,33,25)
#1E1C16
(30,28,22)
#1A1713
(26,23,19)
#161210
(22,18,16)
#120D0D
(18,13,13)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #363A28

#363A28
(54,58,40)
#484B3B
(72,75,59)
#5A5C4E
(90,92,78)
#6C6D61
(108,109,97)
#7E7E74
(126,126,116)
#908F87
(144,143,135)
#A2A09A
(162,160,154)
#B4B1AD
(180,177,173)
#C6C2C0
(198,194,192)
#D8D3D3
(216,211,211)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A28; }

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

This text font color is #363A28.


Background Color

.myBgColor { background-color: #363A28; }

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

This div background color is #363A28.


Border color

.myBorderColor { border: 1px solid #363A28; }

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

This div border color is #363A28.


Opacity

.myOpacity80 { color: #363A28; opacity: 0.8; }

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

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

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

This text has shadow with #363A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A28 on black background.


Color preview on white background

This text has color #363A28 on white background.



Black color preview on #363A28 background

This text has black color on #363A28 background.


White color preview on #363A28 background

This text has white color on #363A28 background.