COLOR #383A70

HEX: #383A70
RGB: (56,58,112)

Color info

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

RGB color model

#383A70 color RGB value is (56,58,112).

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

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 112 of 255 = 44%

56
58
112

R + G + B ~ 30%. #383A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 112 = 226 (100%)
R 56 of 226 ~ 24.78%
G 58 of 226 ~ 25.66%
B 112 of 226 ~ 49.56%

%24.78
%25.66
%49.56

CMYK color model

#383A70 color CMYK value is (50,48,0,56).

  • cyan value is 50.00%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(50,48,0,56)
C50M48Y0K56 
(50%,48%,0%,56%)
(0.50/0.48/0.00/0.56)	

CMYK percentages

%50
%48.21
%0
%56.08

Codes

Color #383A70 in popluar color models

383A70
RGB5658112
HSL238°33.33%32.94%
HSB/HSV238°50.00%43.92%
CMYK50.00%48.21%0.00%
56.08%

Color #383A70 in popluar number systems.

HEX383A70
Decimal5658112
Binary1110001110101110000
Octal7072160

Shades and tints

Shades of #383A70

#383A70
(56,58,112)
#333566
(51,53,102)
#2E305C
(46,48,92)
#292B52
(41,43,82)
#242648
(36,38,72)
#1F213E
(31,33,62)
#1A1C34
(26,28,52)
#15172A
(21,23,42)
#101220
(16,18,32)
#0B0D16
(11,13,22)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #383A70

#383A70
(56,58,112)
#4A4B7D
(74,75,125)
#5C5C8A
(92,92,138)
#6E6D97
(110,109,151)
#807EA4
(128,126,164)
#928FB1
(146,143,177)
#A4A0BE
(164,160,190)
#B6B1CB
(182,177,203)
#C8C2D8
(200,194,216)
#DAD3E5
(218,211,229)
#ECE4F2
(236,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A70; }

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

This text font color is #383A70.


Background Color

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

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

This div background color is #383A70.


Border color

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

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

This div border color is #383A70.


Opacity

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

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

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

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

This text has shadow with #383A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A70 on black background.


Color preview on white background

This text has color #383A70 on white background.



Black color preview on #383A70 background

This text has black color on #383A70 background.


White color preview on #383A70 background

This text has white color on #383A70 background.