COLOR #363F36

HEX: #363F36
RGB: (54,63,54)

Color info

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

RGB color model

#363F36 color RGB value is (54,63,54).

  • red value is 54;
  • green value is 63;
  • blue value is 54.
RGB:
(54,63,54)
(21%,25%,21%)

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 54 of 255 = 21%

54
63
54

R + G + B ~ 22%. #363F36 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 54 = 171 (100%)
R 54 of 171 ~ 31.58%
G 63 of 171 ~ 36.84%
B 54 of 171 ~ 31.58%

%31.58
%36.84
%31.58

CMYK color model

#363F36 color CMYK value is (14,0,14,75).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 75.29%
CMYK:
(14,0,14,75)
C14M0Y14K75 
(14%,0%,14%,75%)
(0.14/0.00/0.14/0.75)	

CMYK percentages

%14.29
%0
%14.29
%75.29

Codes

Color #363F36 in popluar color models

363F36
RGB546354
HSL120°7.69%22.94%
HSB/HSV120°14.29%24.71%
CMYK14.29%0.00%14.29%
75.29%

Color #363F36 in popluar number systems.

HEX363F36
Decimal546354
Binary110110111111110110
Octal667766

Shades and tints

Shades of #363F36

#363F36
(54,63,54)
#323A32
(50,58,50)
#2E352E
(46,53,46)
#2A302A
(42,48,42)
#262B26
(38,43,38)
#222622
(34,38,34)
#1E211E
(30,33,30)
#1A1C1A
(26,28,26)
#161716
(22,23,22)
#121212
(18,18,18)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #363F36

#363F36
(54,63,54)
#485048
(72,80,72)
#5A615A
(90,97,90)
#6C726C
(108,114,108)
#7E837E
(126,131,126)
#909490
(144,148,144)
#A2A5A2
(162,165,162)
#B4B6B4
(180,182,180)
#C6C7C6
(198,199,198)
#D8D8D8
(216,216,216)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363F36; }

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

This text font color is #363F36.


Background Color

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

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

This div background color is #363F36.


Border color

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

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

This div border color is #363F36.


Opacity

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

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

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

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

This text has shadow with #363F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F36 on black background.


Color preview on white background

This text has color #363F36 on white background.



Black color preview on #363F36 background

This text has black color on #363F36 background.


White color preview on #363F36 background

This text has white color on #363F36 background.