COLOR #383A6E

HEX: #383A6E
RGB: (56,58,110)

Color info

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

RGB color model

#383A6E color RGB value is (56,58,110).

  • red value is 56;
  • green value is 58;
  • blue value is 110.
RGB:
(56,58,110)
(22%,23%,43%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 110 of 255 = 43%

56
58
110

R + G + B ~ 29%. #383A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 110 = 224 (100%)
R 56 of 224 ~ 25%
G 58 of 224 ~ 25.89%
B 110 of 224 ~ 49.11%

%25
%25.89
%49.11

CMYK color model

#383A6E color CMYK value is (49,47,0,57).

  • cyan value is 49.09%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,47,0,57)
C49M47Y0K57 
(49%,47%,0%,57%)
(0.49/0.47/0.00/0.57)	

CMYK percentages

%49.09
%47.27
%0
%56.86

Codes

Color #383A6E in popluar color models

383A6E
RGB5658110
HSL238°32.53%32.55%
HSB/HSV238°49.09%43.14%
CMYK49.09%47.27%0.00%
56.86%

Color #383A6E in popluar number systems.

HEX383A6E
Decimal5658110
Binary1110001110101101110
Octal7072156

Shades and tints

Shades of #383A6E

#383A6E
(56,58,110)
#333564
(51,53,100)
#2E305A
(46,48,90)
#292B50
(41,43,80)
#242646
(36,38,70)
#1F213C
(31,33,60)
#1A1C32
(26,28,50)
#151728
(21,23,40)
#10121E
(16,18,30)
#0B0D14
(11,13,20)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #383A6E

#383A6E
(56,58,110)
#4A4B7B
(74,75,123)
#5C5C88
(92,92,136)
#6E6D95
(110,109,149)
#807EA2
(128,126,162)
#928FAF
(146,143,175)
#A4A0BC
(164,160,188)
#B6B1C9
(182,177,201)
#C8C2D6
(200,194,214)
#DAD3E3
(218,211,227)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383A6E color. Also use rgb(56,58,110) instead hex code.

Text Font Color

.myTextColor { color: #383A6E; }

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

This text font color is #383A6E.


Background Color

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

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

This div background color is #383A6E.


Border color

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

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

This div border color is #383A6E.


Opacity

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

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

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

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

This text has shadow with #383A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A6E on black background.


Color preview on white background

This text has color #383A6E on white background.



Black color preview on #383A6E background

This text has black color on #383A6E background.


White color preview on #383A6E background

This text has white color on #383A6E background.