COLOR #383F70

HEX: #383F70 RGB: (56,63,112)

Color info

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

RGB color model

#383F70 color RGB value is (56,63,112).

RGB: (56,63,112) (22%, 25%, 44%)

RGB channels and saturation

R 56 of 255 = 22%
G 63 of 255 = 25%
B 112 of 255 = 44%

56
63
112

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

Portions of RGB colors in percentages

R + G + B = 56 + 63 + 112 = 231 (100%)
R 56 of 231 ~ 24.24%
G 63 of 231 ~ 27.27%
B 112 of 231 ~ 48.48'%

%24.24
%27.27
%48.48

CMYK color model

#383F70 color CMYK value is (50,44,0,56).

  • cyan value is 50.00%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (50,44,0,56) C50M44Y0K56 (50%,44%,0%,56%) (0.50/0.44/0.00/0.56) 

CMYK percentages

%50
%43.75
%0
%56.08

Codes

Color #383F70 in popluar color models

38 3F 70
RGB 56 63 112
HSL 233° 33.33% 32.94%
HSB/HSV 233° 50.00% 43.92%
CMYK 50.00% 43.75% 0.00%
56.08%

Color #383F70 in popluar number systems.

HEX 38 3F 70
Decimal 56 63 112
Binary 111000 111111 1110000
Octal 70 77 160

Shades and tints

Shades of #383F70

#383F70
(56,63,112)
#333A66
(51,58,102)
#2E355C
(46,53,92)
#293052
(41,48,82)
#242B48
(36,43,72)
#1F263E
(31,38,62)
#1A2134
(26,33,52)
#151C2A
(21,28,42)
#101720
(16,23,32)
#0B1216
(11,18,22)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #383F70

#383F70
(56,63,112)
#4A507D
(74,80,125)
#5C618A
(92,97,138)
#6E7297
(110,114,151)
#8083A4
(128,131,164)
#9294B1
(146,148,177)
#A4A5BE
(164,165,190)
#B6B6CB
(182,182,203)
#C8C7D8
(200,199,216)
#DAD8E5
(218,216,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383F70; }

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

This text font color is #383F70.

Background Color

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

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

This div background color is #383F70.

Border color

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

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

This div border color is #383F70.

Opacity

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

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

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

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

This text has shadow with #383F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383F70.

Preview

Color preview on black background

This text has color #383F70 on black background.


Color preview on white background

This text has color #383F70 on white background.


Black color preview on #383F70 background

This text has black color on #383F70 background.


White color preview on #383F70 background

This text has white color on #383F70 background.


Related colors

Complementary color

Complementary color for #hex is #C7C08F.


I love getcolorcode.com

Triadic colors

1 #70383F and #3F7038 with #383F70 are triadic colors.

2 #703F38 and #3F3870 with #383F70 are triadic colors.