COLOR #383D53

HEX: #383D53
RGB: (56,61,83)

Color info

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

RGB color model

#383D53 color RGB value is (56,61,83).

  • red value is 56;
  • green value is 61;
  • blue value is 83.
RGB:
(56,61,83)
(22%,24%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 61 of 255 = 24%
B 83 of 255 = 33%

56
61
83

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

Portions of RGB colors in percentages

R + G + B =
56 + 61 + 83 = 200 (100%)
R 56 of 200 ~ 28%
G 61 of 200 ~ 30.5%
B 83 of 200 ~ 41.5%

%28
%30.5
%41.5

CMYK color model

#383D53 color CMYK value is (33,27,0,67).

  • cyan value is 32.53%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(33,27,0,67)
C33M27Y0K67 
(33%,27%,0%,67%)
(0.33/0.27/0.00/0.67)	

CMYK percentages

%32.53
%26.51
%0
%67.45

Codes

Color #383D53 in popluar color models

383D53
RGB566183
HSL229°19.42%27.25%
HSB/HSV229°32.53%32.55%
CMYK32.53%26.51%0.00%
67.45%

Color #383D53 in popluar number systems.

HEX383D53
Decimal566183
Binary1110001111011010011
Octal7075123

Shades and tints

Shades of #383D53

#383D53
(56,61,83)
#33384C
(51,56,76)
#2E3345
(46,51,69)
#292E3E
(41,46,62)
#242937
(36,41,55)
#1F2430
(31,36,48)
#1A1F29
(26,31,41)
#151A22
(21,26,34)
#10151B
(16,21,27)
#0B1014
(11,16,20)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #383D53

#383D53
(56,61,83)
#4A4E62
(74,78,98)
#5C5F71
(92,95,113)
#6E7080
(110,112,128)
#80818F
(128,129,143)
#92929E
(146,146,158)
#A4A3AD
(164,163,173)
#B6B4BC
(182,180,188)
#C8C5CB
(200,197,203)
#DAD6DA
(218,214,218)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383D53 color. Also use rgb(56,61,83) instead hex code.

Text Font Color

.myTextColor { color: #383D53; }

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

This text font color is #383D53.


Background Color

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

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

This div background color is #383D53.


Border color

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

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

This div border color is #383D53.


Opacity

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

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

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

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

This text has shadow with #383D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383D53 on black background.


Color preview on white background

This text has color #383D53 on white background.



Black color preview on #383D53 background

This text has black color on #383D53 background.


White color preview on #383D53 background

This text has white color on #383D53 background.