COLOR #383D73

HEX: #383D73 RGB: (56,61,115)

Color info

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

RGB color model

#383D73 color RGB value is (56,61,115).

RGB: (56,61,115) (22%, 24%, 45%)

RGB channels and saturation

R 56 of 255 = 22%
G 61 of 255 = 24%
B 115 of 255 = 45%

56
61
115

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

Portions of RGB colors in percentages

R + G + B = 56 + 61 + 115 = 232 (100%)
R 56 of 232 ~ 24.14%
G 61 of 232 ~ 26.29%
B 115 of 232 ~ 49.57'%

%24.14
%26.29
%49.57

CMYK color model

#383D73 color CMYK value is (51,47,0,55).

  • cyan value is 51.30%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (51,47,0,55) C51M47Y0K55 (51%,47%,0%,55%) (0.51/0.47/0.00/0.55) 

CMYK percentages

%51.3
%46.96
%0
%54.9

Codes

Color #383D73 in popluar color models

38 3D 73
RGB 56 61 115
HSL 235° 34.50% 33.53%
HSB/HSV 235° 51.30% 45.10%
CMYK 51.30% 46.96% 0.00%
54.90%

Color #383D73 in popluar number systems.

HEX 38 3D 73
Decimal 56 61 115
Binary 111000 111101 1110011
Octal 70 75 163

Shades and tints

Shades of #383D73

#383D73
(56,61,115)
#333869
(51,56,105)
#2E335F
(46,51,95)
#292E55
(41,46,85)
#24294B
(36,41,75)
#1F2441
(31,36,65)
#1A1F37
(26,31,55)
#151A2D
(21,26,45)
#101523
(16,21,35)
#0B1019
(11,16,25)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #383D73

#383D73
(56,61,115)
#4A4E7F
(74,78,127)
#5C5F8B
(92,95,139)
#6E7097
(110,112,151)
#8081A3
(128,129,163)
#9292AF
(146,146,175)
#A4A3BB
(164,163,187)
#B6B4C7
(182,180,199)
#C8C5D3
(200,197,211)
#DAD6DF
(218,214,223)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383D73 color. Also use rgb(56,61,115) instead hex code.

Text Font Color

.myTextColor { color: #383D73; }

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

This text font color is #383D73.

Background Color

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

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

This div background color is #383D73.

Border color

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

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

This div border color is #383D73.

Opacity

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

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

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

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

This text has shadow with #383D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383D73.

Preview

Color preview on black background

This text has color #383D73 on black background.


Color preview on white background

This text has color #383D73 on white background.


Black color preview on #383D73 background

This text has black color on #383D73 background.


White color preview on #383D73 background

This text has white color on #383D73 background.


Related colors

Complementary color

Complementary color for #hex is #C7C28C.


I love getcolorcode.com

Triadic colors

1 #73383D and #3D7338 with #383D73 are triadic colors.

2 #733D38 and #3D3873 with #383D73 are triadic colors.