COLOR #383E5A

HEX: #383E5A RGB: (56,62,90)

Color info

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

RGB color model

#383E5A color RGB value is (56,62,90).

RGB: (56,62,90) (22%, 24%, 35%)

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 90 of 255 = 35%

56
62
90

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

Portions of RGB colors in percentages

R + G + B = 56 + 62 + 90 = 208 (100%)
R 56 of 208 ~ 26.92%
G 62 of 208 ~ 29.81%
B 90 of 208 ~ 43.27'%

%26.92
%29.81
%43.27

CMYK color model

#383E5A color CMYK value is (38,31,0,65).

  • cyan value is 37.78%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (38,31,0,65)
C38M31Y0K65 (38%, 31%, 0%, 65%)
(0.38 / 0.31 / 0.00 / 0.65)

CMYK percentages

%37.78
%31.11
%0
%64.71

Codes

Color #383E5A in popluar color models

38 3E 5A
RGB 56 62 90
HSL 229° 23.29% 28.63%
HSB/HSV 229° 37.78% 35.29%
CMYK 37.78% 31.11% 0.00%
64.71%

Color #383E5A in popluar number systems.

HEX 38 3E 5A
Decimal 56 62 90
Binary 111000 111110 1011010
Octal 70 76 132

Shades and tints

Shades of #383E5A

#383E5A
(56,62,90)
#333952
(51,57,82)
#2E344A
(46,52,74)
#292F42
(41,47,66)
#242A3A
(36,42,58)
#1F2532
(31,37,50)
#1A202A
(26,32,42)
#151B22
(21,27,34)
#10161A
(16,22,26)
#0B1112
(11,17,18)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #383E5A

#383E5A
(56,62,90)
#4A4F69
(74,79,105)
#5C6078
(92,96,120)
#6E7187
(110,113,135)
#808296
(128,130,150)
#9293A5
(146,147,165)
#A4A4B4
(164,164,180)
#B6B5C3
(182,181,195)
#C8C6D2
(200,198,210)
#DAD7E1
(218,215,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383E5A color. Also use rgb(56,62,90) instead hex code.

Text Font Color

.myTextColor { color: #383E5A; }

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

This text font color is #383E5A.

Background Color

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

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

This div background color is #383E5A.

Border color

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

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

This div border color is #383E5A.

Opacity

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

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

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

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

This text has shadow with #383E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383E5A.

Preview

Color preview on black background

This text has color #383E5A on black background.


Color preview on white background

This text has color #383E5A on white background.


Black color preview on #383E5A background

This text has black color on #383E5A background.


White color preview on #383E5A background

This text has white color on #383E5A background.


Related colors

Complementary color

Complementary color for #hex is #C7C1A5.


I love getcolorcode.com

Triadic colors

1 #5A383E and #3E5A38 with #383E5A are triadic colors.

2 #5A3E38 and #3E385A with #383E5A are triadic colors.