COLOR #36463F

HEX: #36463F
RGB: (54,70,63)

Color info

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

RGB color model

#36463F color RGB value is (54,70,63).

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

RGB channels and saturation

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

54
70
63

R + G + B ~ 24%. #36463F is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 70 + 63 = 187 (100%)
R 54 of 187 ~ 28.88%
G 70 of 187 ~ 37.43%
B 63 of 187 ~ 33.69%

%28.88
%37.43
%33.69

CMYK color model

#36463F color CMYK value is (23,0,10,73).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(23,0,10,73)
C23M0Y10K73 
(23%,0%,10%,73%)
(0.23/0.00/0.10/0.73)	

CMYK percentages

%22.86
%0
%10
%72.55

Codes

Color #36463F in popluar color models

36463F
RGB547063
HSL154°12.90%24.31%
HSB/HSV154°22.86%27.45%
CMYK22.86%0.00%10.00%
72.55%

Color #36463F in popluar number systems.

HEX36463F
Decimal547063
Binary1101101000110111111
Octal6610677

Shades and tints

Shades of #36463F

#36463F
(54,70,63)
#32403A
(50,64,58)
#2E3A35
(46,58,53)
#2A3430
(42,52,48)
#262E2B
(38,46,43)
#222826
(34,40,38)
#1E2221
(30,34,33)
#1A1C1C
(26,28,28)
#161617
(22,22,23)
#121012
(18,16,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #36463F

#36463F
(54,70,63)
#485650
(72,86,80)
#5A6661
(90,102,97)
#6C7672
(108,118,114)
#7E8683
(126,134,131)
#909694
(144,150,148)
#A2A6A5
(162,166,165)
#B4B6B6
(180,182,182)
#C6C6C7
(198,198,199)
#D8D6D8
(216,214,216)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36463F; }

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

This text font color is #36463F.


Background Color

.myBgColor { background-color: #36463F; }

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

This div background color is #36463F.


Border color

.myBorderColor { border: 1px solid #36463F; }

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

This div border color is #36463F.


Opacity

.myOpacity80 { color: #36463F; opacity: 0.8; }

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

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

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

This text has shadow with #36463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36463F on black background.


Color preview on white background

This text has color #36463F on white background.



Black color preview on #36463F background

This text has black color on #36463F background.


White color preview on #36463F background

This text has white color on #36463F background.