COLOR #383E62

HEX: #383E62
RGB: (56,62,98)

Color info

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

RGB color model

#383E62 color RGB value is (56,62,98).

  • red value is 56;
  • green value is 62;
  • blue value is 98.
RGB:
(56,62,98)
(22%,24%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 98 of 255 = 38%

56
62
98

R + G + B ~ 28%. #383E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 62 + 98 = 216 (100%)
R 56 of 216 ~ 25.93%
G 62 of 216 ~ 28.7%
B 98 of 216 ~ 45.37%

%25.93
%28.7
%45.37

CMYK color model

#383E62 color CMYK value is (43,37,0,62).

  • cyan value is 42.86%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(43,37,0,62)
C43M37Y0K62 
(43%,37%,0%,62%)
(0.43/0.37/0.00/0.62)	

CMYK percentages

%42.86
%36.73
%0
%61.57

Codes

Color #383E62 in popluar color models

383E62
RGB566298
HSL231°27.27%30.20%
HSB/HSV231°42.86%38.43%
CMYK42.86%36.73%0.00%
61.57%

Color #383E62 in popluar number systems.

HEX383E62
Decimal566298
Binary1110001111101100010
Octal7076142

Shades and tints

Shades of #383E62

#383E62
(56,62,98)
#33395A
(51,57,90)
#2E3452
(46,52,82)
#292F4A
(41,47,74)
#242A42
(36,42,66)
#1F253A
(31,37,58)
#1A2032
(26,32,50)
#151B2A
(21,27,42)
#101622
(16,22,34)
#0B111A
(11,17,26)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #383E62

#383E62
(56,62,98)
#4A4F70
(74,79,112)
#5C607E
(92,96,126)
#6E718C
(110,113,140)
#80829A
(128,130,154)
#9293A8
(146,147,168)
#A4A4B6
(164,164,182)
#B6B5C4
(182,181,196)
#C8C6D2
(200,198,210)
#DAD7E0
(218,215,224)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383E62; }

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

This text font color is #383E62.


Background Color

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

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

This div background color is #383E62.


Border color

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

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

This div border color is #383E62.


Opacity

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

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

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

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

This text has shadow with #383E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383E62 on black background.


Color preview on white background

This text has color #383E62 on white background.



Black color preview on #383E62 background

This text has black color on #383E62 background.


White color preview on #383E62 background

This text has white color on #383E62 background.