COLOR #383B65

HEX: #383B65
RGB: (56,59,101)

Color info

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

RGB color model

#383B65 color RGB value is (56,59,101).

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

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 101 of 255 = 40%

56
59
101

R + G + B ~ 28%. #383B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 101 = 216 (100%)
R 56 of 216 ~ 25.93%
G 59 of 216 ~ 27.31%
B 101 of 216 ~ 46.76%

%25.93
%27.31
%46.76

CMYK color model

#383B65 color CMYK value is (45,42,0,60).

  • cyan value is 44.55%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(45,42,0,60)
C45M42Y0K60 
(45%,42%,0%,60%)
(0.45/0.42/0.00/0.60)	

CMYK percentages

%44.55
%41.58
%0
%60.39

Codes

Color #383B65 in popluar color models

383B65
RGB5659101
HSL236°28.66%30.78%
HSB/HSV236°44.55%39.61%
CMYK44.55%41.58%0.00%
60.39%

Color #383B65 in popluar number systems.

HEX383B65
Decimal5659101
Binary1110001110111100101
Octal7073145

Shades and tints

Shades of #383B65

#383B65
(56,59,101)
#33365C
(51,54,92)
#2E3153
(46,49,83)
#292C4A
(41,44,74)
#242741
(36,39,65)
#1F2238
(31,34,56)
#1A1D2F
(26,29,47)
#151826
(21,24,38)
#10131D
(16,19,29)
#0B0E14
(11,14,20)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #383B65

#383B65
(56,59,101)
#4A4C73
(74,76,115)
#5C5D81
(92,93,129)
#6E6E8F
(110,110,143)
#807F9D
(128,127,157)
#9290AB
(146,144,171)
#A4A1B9
(164,161,185)
#B6B2C7
(182,178,199)
#C8C3D5
(200,195,213)
#DAD4E3
(218,212,227)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383B65; }

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

This text font color is #383B65.


Background Color

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

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

This div background color is #383B65.


Border color

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

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

This div border color is #383B65.


Opacity

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

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

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

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

This text has shadow with #383B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B65 on black background.


Color preview on white background

This text has color #383B65 on white background.



Black color preview on #383B65 background

This text has black color on #383B65 background.


White color preview on #383B65 background

This text has white color on #383B65 background.