COLOR #383368

HEX: #383368
RGB: (56,51,104)

Color info

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

RGB color model

#383368 color RGB value is (56,51,104).

  • red value is 56;
  • green value is 51;
  • blue value is 104.
RGB:
(56,51,104)
(22%,20%,41%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 104 of 255 = 41%

56
51
104

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

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 104 = 211 (100%)
R 56 of 211 ~ 26.54%
G 51 of 211 ~ 24.17%
B 104 of 211 ~ 49.29%

%26.54
%24.17
%49.29

CMYK color model

#383368 color CMYK value is (46,51,0,59).

  • cyan value is 46.15%
  • magenta value is 50.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(46,51,0,59)
C46M51Y0K59 
(46%,51%,0%,59%)
(0.46/0.51/0.00/0.59)	

CMYK percentages

%46.15
%50.96
%0
%59.22

Codes

Color #383368 in popluar color models

383368
RGB5651104
HSL246°34.19%30.39%
HSB/HSV246°50.96%40.78%
CMYK46.15%50.96%0.00%
59.22%

Color #383368 in popluar number systems.

HEX383368
Decimal5651104
Binary1110001100111101000
Octal7063150

Shades and tints

Shades of #383368

#383368
(56,51,104)
#332F5F
(51,47,95)
#2E2B56
(46,43,86)
#29274D
(41,39,77)
#242344
(36,35,68)
#1F1F3B
(31,31,59)
#1A1B32
(26,27,50)
#151729
(21,23,41)
#101320
(16,19,32)
#0B0F17
(11,15,23)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #383368

#383368
(56,51,104)
#4A4575
(74,69,117)
#5C5782
(92,87,130)
#6E698F
(110,105,143)
#807B9C
(128,123,156)
#928DA9
(146,141,169)
#A49FB6
(164,159,182)
#B6B1C3
(182,177,195)
#C8C3D0
(200,195,208)
#DAD5DD
(218,213,221)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383368 color. Also use rgb(56,51,104) instead hex code.

Text Font Color

.myTextColor { color: #383368; }

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

This text font color is #383368.


Background Color

.myBgColor { background-color: #383368; }

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

This div background color is #383368.


Border color

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

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

This div border color is #383368.


Opacity

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

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

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

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

This text has shadow with #383368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383368 on black background.


Color preview on white background

This text has color #383368 on white background.



Black color preview on #383368 background

This text has black color on #383368 background.


White color preview on #383368 background

This text has white color on #383368 background.