COLOR #383B54

HEX: #383B54
RGB: (56,59,84)

Color info

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

RGB color model

#383B54 color RGB value is (56,59,84).

  • red value is 56;
  • green value is 59;
  • blue value is 84.
RGB:
(56,59,84)
(22%,23%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 84 of 255 = 33%

56
59
84

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

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 84 = 199 (100%)
R 56 of 199 ~ 28.14%
G 59 of 199 ~ 29.65%
B 84 of 199 ~ 42.21%

%28.14
%29.65
%42.21

CMYK color model

#383B54 color CMYK value is (33,30,0,67).

  • cyan value is 33.33%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(33,30,0,67)
C33M30Y0K67 
(33%,30%,0%,67%)
(0.33/0.30/0.00/0.67)	

CMYK percentages

%33.33
%29.76
%0
%67.06

Codes

Color #383B54 in popluar color models

383B54
RGB565984
HSL234°20.00%27.45%
HSB/HSV234°33.33%32.94%
CMYK33.33%29.76%0.00%
67.06%

Color #383B54 in popluar number systems.

HEX383B54
Decimal565984
Binary1110001110111010100
Octal7073124

Shades and tints

Shades of #383B54

#383B54
(56,59,84)
#33364D
(51,54,77)
#2E3146
(46,49,70)
#292C3F
(41,44,63)
#242738
(36,39,56)
#1F2231
(31,34,49)
#1A1D2A
(26,29,42)
#151823
(21,24,35)
#10131C
(16,19,28)
#0B0E15
(11,14,21)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #383B54

#383B54
(56,59,84)
#4A4C63
(74,76,99)
#5C5D72
(92,93,114)
#6E6E81
(110,110,129)
#807F90
(128,127,144)
#92909F
(146,144,159)
#A4A1AE
(164,161,174)
#B6B2BD
(182,178,189)
#C8C3CC
(200,195,204)
#DAD4DB
(218,212,219)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383B54 color. Also use rgb(56,59,84) instead hex code.

Text Font Color

.myTextColor { color: #383B54; }

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

This text font color is #383B54.


Background Color

.myBgColor { background-color: #383B54; }

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

This div background color is #383B54.


Border color

.myBorderColor { border: 1px solid #383B54; }

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

This div border color is #383B54.


Opacity

.myOpacity80 { color: #383B54; opacity: 0.8; }

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

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

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

This text has shadow with #383B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B54 on black background.


Color preview on white background

This text has color #383B54 on white background.



Black color preview on #383B54 background

This text has black color on #383B54 background.


White color preview on #383B54 background

This text has white color on #383B54 background.