COLOR #363658

HEX: #363658
RGB: (54,54,88)

Color info

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

RGB color model

#363658 color RGB value is (54,54,88).

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

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 88 of 255 = 35%

54
54
88

R + G + B ~ 26%. #363658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 88 = 196 (100%)
R 54 of 196 ~ 27.55%
G 54 of 196 ~ 27.55%
B 88 of 196 ~ 44.9%

%27.55
%27.55
%44.9

CMYK color model

#363658 color CMYK value is (39,39,0,65).

  • cyan value is 38.64%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(39,39,0,65)
C39M39Y0K65 
(39%,39%,0%,65%)
(0.39/0.39/0.00/0.65)	

CMYK percentages

%38.64
%38.64
%0
%65.49

Codes

Color #363658 in popluar color models

363658
RGB545488
HSL240°23.94%27.84%
HSB/HSV240°38.64%34.51%
CMYK38.64%38.64%0.00%
65.49%

Color #363658 in popluar number systems.

HEX363658
Decimal545488
Binary1101101101101011000
Octal6666130

Shades and tints

Shades of #363658

#363658
(54,54,88)
#323250
(50,50,80)
#2E2E48
(46,46,72)
#2A2A40
(42,42,64)
#262638
(38,38,56)
#222230
(34,34,48)
#1E1E28
(30,30,40)
#1A1A20
(26,26,32)
#161618
(22,22,24)
#121210
(18,18,16)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #363658

#363658
(54,54,88)
#484867
(72,72,103)
#5A5A76
(90,90,118)
#6C6C85
(108,108,133)
#7E7E94
(126,126,148)
#9090A3
(144,144,163)
#A2A2B2
(162,162,178)
#B4B4C1
(180,180,193)
#C6C6D0
(198,198,208)
#D8D8DF
(216,216,223)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363658; }

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

This text font color is #363658.


Background Color

.myBgColor { background-color: #363658; }

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

This div background color is #363658.


Border color

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

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

This div border color is #363658.


Opacity

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

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

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

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

This text has shadow with #363658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363658 on black background.


Color preview on white background

This text has color #363658 on white background.



Black color preview on #363658 background

This text has black color on #363658 background.


White color preview on #363658 background

This text has white color on #363658 background.