COLOR #383063

HEX: #383063
RGB: (56,48,99)

Color info

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

RGB color model

#383063 color RGB value is (56,48,99).

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

RGB channels and saturation

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

56
48
99

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

Portions of RGB colors in percentages

R + G + B =
56 + 48 + 99 = 203 (100%)
R 56 of 203 ~ 27.59%
G 48 of 203 ~ 23.65%
B 99 of 203 ~ 48.77%

%27.59
%23.65
%48.77

CMYK color model

#383063 color CMYK value is (43,52,0,61).

  • cyan value is 43.43%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(43,52,0,61)
C43M52Y0K61 
(43%,52%,0%,61%)
(0.43/0.52/0.00/0.61)	

CMYK percentages

%43.43
%51.52
%0
%61.18

Codes

Color #383063 in popluar color models

383063
RGB564899
HSL249°34.69%28.82%
HSB/HSV249°51.52%38.82%
CMYK43.43%51.52%0.00%
61.18%

Color #383063 in popluar number systems.

HEX383063
Decimal564899
Binary1110001100001100011
Octal7060143

Shades and tints

Shades of #383063

#383063
(56,48,99)
#332C5A
(51,44,90)
#2E2851
(46,40,81)
#292448
(41,36,72)
#24203F
(36,32,63)
#1F1C36
(31,28,54)
#1A182D
(26,24,45)
#151424
(21,20,36)
#10101B
(16,16,27)
#0B0C12
(11,12,18)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #383063

#383063
(56,48,99)
#4A4271
(74,66,113)
#5C547F
(92,84,127)
#6E668D
(110,102,141)
#80789B
(128,120,155)
#928AA9
(146,138,169)
#A49CB7
(164,156,183)
#B6AEC5
(182,174,197)
#C8C0D3
(200,192,211)
#DAD2E1
(218,210,225)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383063; }

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

This text font color is #383063.


Background Color

.myBgColor { background-color: #383063; }

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

This div background color is #383063.


Border color

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

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

This div border color is #383063.


Opacity

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

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

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

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

This text has shadow with #383063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383063 on black background.


Color preview on white background

This text has color #383063 on white background.



Black color preview on #383063 background

This text has black color on #383063 background.


White color preview on #383063 background

This text has white color on #383063 background.