COLOR #363438

HEX: #363438
RGB: (54,52,56)

Color info

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

RGB color model

#363438 color RGB value is (54,52,56).

  • red value is 54;
  • green value is 52;
  • blue value is 56.
RGB:
(54,52,56)
(21%,20%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 52 of 255 = 20%
B 56 of 255 = 22%

54
52
56

R + G + B ~ 21%. #363438 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 52 + 56 = 162 (100%)
R 54 of 162 ~ 33.33%
G 52 of 162 ~ 32.1%
B 56 of 162 ~ 34.57%

%33.33
%32.1
%34.57

CMYK color model

#363438 color CMYK value is (4,7,0,78).

  • cyan value is 3.57%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(4,7,0,78)
C4M7Y0K78 
(4%,7%,0%,78%)
(0.04/0.07/0.00/0.78)	

CMYK percentages

%3.57
%7.14
%0
%78.04

Codes

Color #363438 in popluar color models

363438
RGB545256
HSL270°3.70%21.18%
HSB/HSV270°7.14%21.96%
CMYK3.57%7.14%0.00%
78.04%

Color #363438 in popluar number systems.

HEX363438
Decimal545256
Binary110110110100111000
Octal666470

Shades and tints

Shades of #363438

#363438
(54,52,56)
#323033
(50,48,51)
#2E2C2E
(46,44,46)
#2A2829
(42,40,41)
#262424
(38,36,36)
#22201F
(34,32,31)
#1E1C1A
(30,28,26)
#1A1815
(26,24,21)
#161410
(22,20,16)
#12100B
(18,16,11)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #363438

#363438
(54,52,56)
#48464A
(72,70,74)
#5A585C
(90,88,92)
#6C6A6E
(108,106,110)
#7E7C80
(126,124,128)
#908E92
(144,142,146)
#A2A0A4
(162,160,164)
#B4B2B6
(180,178,182)
#C6C4C8
(198,196,200)
#D8D6DA
(216,214,218)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363438 color. Also use rgb(54,52,56) instead hex code.

Text Font Color

.myTextColor { color: #363438; }

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

This text font color is #363438.


Background Color

.myBgColor { background-color: #363438; }

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

This div background color is #363438.


Border color

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

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

This div border color is #363438.


Opacity

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

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

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

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

This text has shadow with #363438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363438 on black background.


Color preview on white background

This text has color #363438 on white background.



Black color preview on #363438 background

This text has black color on #363438 background.


White color preview on #363438 background

This text has white color on #363438 background.