COLOR #383A58

HEX: #383A58
RGB: (56,58,88)

Color info

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

RGB color model

#383A58 color RGB value is (56,58,88).

  • red value is 56;
  • green value is 58;
  • blue value is 88.
RGB:
(56,58,88)
(22%,23%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 88 of 255 = 35%

56
58
88

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

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 88 = 202 (100%)
R 56 of 202 ~ 27.72%
G 58 of 202 ~ 28.71%
B 88 of 202 ~ 43.56%

%27.72
%28.71
%43.56

CMYK color model

#383A58 color CMYK value is (36,34,0,65).

  • cyan value is 36.36%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(36,34,0,65)
C36M34Y0K65 
(36%,34%,0%,65%)
(0.36/0.34/0.00/0.65)	

CMYK percentages

%36.36
%34.09
%0
%65.49

Codes

Color #383A58 in popluar color models

383A58
RGB565888
HSL236°22.22%28.24%
HSB/HSV236°36.36%34.51%
CMYK36.36%34.09%0.00%
65.49%

Color #383A58 in popluar number systems.

HEX383A58
Decimal565888
Binary1110001110101011000
Octal7072130

Shades and tints

Shades of #383A58

#383A58
(56,58,88)
#333550
(51,53,80)
#2E3048
(46,48,72)
#292B40
(41,43,64)
#242638
(36,38,56)
#1F2130
(31,33,48)
#1A1C28
(26,28,40)
#151720
(21,23,32)
#101218
(16,18,24)
#0B0D10
(11,13,16)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #383A58

#383A58
(56,58,88)
#4A4B67
(74,75,103)
#5C5C76
(92,92,118)
#6E6D85
(110,109,133)
#807E94
(128,126,148)
#928FA3
(146,143,163)
#A4A0B2
(164,160,178)
#B6B1C1
(182,177,193)
#C8C2D0
(200,194,208)
#DAD3DF
(218,211,223)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383A58 color. Also use rgb(56,58,88) instead hex code.

Text Font Color

.myTextColor { color: #383A58; }

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

This text font color is #383A58.


Background Color

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

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

This div background color is #383A58.


Border color

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

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

This div border color is #383A58.


Opacity

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

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

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

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

This text has shadow with #383A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A58 on black background.


Color preview on white background

This text has color #383A58 on white background.



Black color preview on #383A58 background

This text has black color on #383A58 background.


White color preview on #383A58 background

This text has white color on #383A58 background.