COLOR #36384F

HEX: #36384F RGB: (54,56,79)

Color info

#36384F contains red, green and blue colors in about the same proportion. Web safe color of #36384F is #333366 (or #336).

RGB color model

#36384F color RGB value is (54,56,79).

RGB: (54,56,79) (21%, 22%, 31%)

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 79 of 255 = 31%

54
56
79

R + G + B ~ 25%. #36384F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 56 + 79 = 189 (100%)
R 54 of 189 ~ 28.57%
G 56 of 189 ~ 29.63%
B 79 of 189 ~ 41.8'%

%28.57
%29.63
%41.8

CMYK color model

#36384F color CMYK value is (32,29,0,69).

  • cyan value is 31.65%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (32,29,0,69)
C32M29Y0K69 (32%, 29%, 0%, 69%)
(0.32 / 0.29 / 0.00 / 0.69)

CMYK percentages

%31.65
%29.11
%0
%69.02

Codes

Color #36384F in popluar color models

36 38 4F
RGB 54 56 79
HSL 235° 18.80% 26.08%
HSB/HSV 235° 31.65% 30.98%
CMYK 31.65% 29.11% 0.00%
69.02%

Color #36384F in popluar number systems.

HEX 36 38 4F
Decimal 54 56 79
Binary 110110 111000 1001111
Octal 66 70 117

Shades and tints

Shades of #36384F

#36384F
(54,56,79)
#323348
(50,51,72)
#2E2E41
(46,46,65)
#2A293A
(42,41,58)
#262433
(38,36,51)
#221F2C
(34,31,44)
#1E1A25
(30,26,37)
#1A151E
(26,21,30)
#161017
(22,16,23)
#120B10
(18,11,16)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #36384F

#36384F
(54,56,79)
#484A5F
(72,74,95)
#5A5C6F
(90,92,111)
#6C6E7F
(108,110,127)
#7E808F
(126,128,143)
#90929F
(144,146,159)
#A2A4AF
(162,164,175)
#B4B6BF
(180,182,191)
#C6C8CF
(198,200,207)
#D8DADF
(216,218,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36384F; }

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

This text font color is #36384F.

Background Color

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

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

This div background color is #36384F.

Border color

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

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

This div border color is #36384F.

Opacity

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

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

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

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

This text has shadow with #36384F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36384F.

Preview

Color preview on black background

This text has color #36384F on black background.


Color preview on white background

This text has color #36384F on white background.


Black color preview on #36384F background

This text has black color on #36384F background.


White color preview on #36384F background

This text has white color on #36384F background.


Related colors

Complementary color

Complementary color for #hex is #C9C7B0.


I love getcolorcode.com

Triadic colors

1 #4F3638 and #384F36 with #36384F are triadic colors.

2 #4F3836 and #38364F with #36384F are triadic colors.