COLOR #383E52

HEX: #383E52
RGB: (56,62,82)

Color info

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

RGB color model

#383E52 color RGB value is (56,62,82).

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

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 82 of 255 = 32%

56
62
82

R + G + B ~ 26%. #383E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 62 + 82 = 200 (100%)
R 56 of 200 ~ 28%
G 62 of 200 ~ 31%
B 82 of 200 ~ 41%

%28
%31
%41

CMYK color model

#383E52 color CMYK value is (32,24,0,68).

  • cyan value is 31.71%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(32,24,0,68)
C32M24Y0K68 
(32%,24%,0%,68%)
(0.32/0.24/0.00/0.68)	

CMYK percentages

%31.71
%24.39
%0
%67.84

Codes

Color #383E52 in popluar color models

383E52
RGB566282
HSL226°18.84%27.06%
HSB/HSV226°31.71%32.16%
CMYK31.71%24.39%0.00%
67.84%

Color #383E52 in popluar number systems.

HEX383E52
Decimal566282
Binary1110001111101010010
Octal7076122

Shades and tints

Shades of #383E52

#383E52
(56,62,82)
#33394B
(51,57,75)
#2E3444
(46,52,68)
#292F3D
(41,47,61)
#242A36
(36,42,54)
#1F252F
(31,37,47)
#1A2028
(26,32,40)
#151B21
(21,27,33)
#10161A
(16,22,26)
#0B1113
(11,17,19)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #383E52

#383E52
(56,62,82)
#4A4F61
(74,79,97)
#5C6070
(92,96,112)
#6E717F
(110,113,127)
#80828E
(128,130,142)
#92939D
(146,147,157)
#A4A4AC
(164,164,172)
#B6B5BB
(182,181,187)
#C8C6CA
(200,198,202)
#DAD7D9
(218,215,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383E52; }

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

This text font color is #383E52.


Background Color

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

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

This div background color is #383E52.


Border color

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

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

This div border color is #383E52.


Opacity

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

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

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

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

This text has shadow with #383E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383E52 on black background.


Color preview on white background

This text has color #383E52 on white background.



Black color preview on #383E52 background

This text has black color on #383E52 background.


White color preview on #383E52 background

This text has white color on #383E52 background.