COLOR #383163

HEX: #383163
RGB: (56,49,99)

Color info

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

RGB color model

#383163 color RGB value is (56,49,99).

  • red value is 56;
  • green value is 49;
  • blue value is 99.
RGB:
(56,49,99)
(22%,19%,39%)

RGB channels and saturation

R 56 of 255 = 22%
G 49 of 255 = 19%
B 99 of 255 = 39%

56
49
99

R + G + B ~ 27%. #383163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 49 + 99 = 204 (100%)
R 56 of 204 ~ 27.45%
G 49 of 204 ~ 24.02%
B 99 of 204 ~ 48.53%

%27.45
%24.02
%48.53

CMYK color model

#383163 color CMYK value is (43,51,0,61).

  • cyan value is 43.43%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(43,51,0,61)
C43M51Y0K61 
(43%,51%,0%,61%)
(0.43/0.51/0.00/0.61)	

CMYK percentages

%43.43
%50.51
%0
%61.18

Codes

Color #383163 in popluar color models

383163
RGB564999
HSL248°33.78%29.02%
HSB/HSV248°50.51%38.82%
CMYK43.43%50.51%0.00%
61.18%

Color #383163 in popluar number systems.

HEX383163
Decimal564999
Binary1110001100011100011
Octal7061143

Shades and tints

Shades of #383163

#383163
(56,49,99)
#332D5A
(51,45,90)
#2E2951
(46,41,81)
#292548
(41,37,72)
#24213F
(36,33,63)
#1F1D36
(31,29,54)
#1A192D
(26,25,45)
#151524
(21,21,36)
#10111B
(16,17,27)
#0B0D12
(11,13,18)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #383163

#383163
(56,49,99)
#4A4371
(74,67,113)
#5C557F
(92,85,127)
#6E678D
(110,103,141)
#80799B
(128,121,155)
#928BA9
(146,139,169)
#A49DB7
(164,157,183)
#B6AFC5
(182,175,197)
#C8C1D3
(200,193,211)
#DAD3E1
(218,211,225)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383163 color. Also use rgb(56,49,99) instead hex code.

Text Font Color

.myTextColor { color: #383163; }

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

This text font color is #383163.


Background Color

.myBgColor { background-color: #383163; }

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

This div background color is #383163.


Border color

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

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

This div border color is #383163.


Opacity

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

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

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

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

This text has shadow with #383163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383163 on black background.


Color preview on white background

This text has color #383163 on white background.



Black color preview on #383163 background

This text has black color on #383163 background.


White color preview on #383163 background

This text has white color on #383163 background.