COLOR #383C72

HEX: #383C72
RGB: (56,60,114)

Color info

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

RGB color model

#383C72 color RGB value is (56,60,114).

  • red value is 56;
  • green value is 60;
  • blue value is 114.
RGB:
(56,60,114)
(22%,24%,45%)

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 114 of 255 = 45%

56
60
114

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

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 114 = 230 (100%)
R 56 of 230 ~ 24.35%
G 60 of 230 ~ 26.09%
B 114 of 230 ~ 49.57%

%24.35
%26.09
%49.57

CMYK color model

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

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

CMYK percentages

%50.88
%47.37
%0
%55.29

Codes

Color #383C72 in popluar color models

383C72
RGB5660114
HSL236°34.12%33.33%
HSB/HSV236°50.88%44.71%
CMYK50.88%47.37%0.00%
55.29%

Color #383C72 in popluar number systems.

HEX383C72
Decimal5660114
Binary1110001111001110010
Octal7074162

Shades and tints

Shades of #383C72

#383C72
(56,60,114)
#333768
(51,55,104)
#2E325E
(46,50,94)
#292D54
(41,45,84)
#24284A
(36,40,74)
#1F2340
(31,35,64)
#1A1E36
(26,30,54)
#15192C
(21,25,44)
#101422
(16,20,34)
#0B0F18
(11,15,24)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #383C72

#383C72
(56,60,114)
#4A4D7E
(74,77,126)
#5C5E8A
(92,94,138)
#6E6F96
(110,111,150)
#8080A2
(128,128,162)
#9291AE
(146,145,174)
#A4A2BA
(164,162,186)
#B6B3C6
(182,179,198)
#C8C4D2
(200,196,210)
#DAD5DE
(218,213,222)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383C72 color. Also use rgb(56,60,114) instead hex code.

Text Font Color

.myTextColor { color: #383C72; }

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

This text font color is #383C72.


Background Color

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

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

This div background color is #383C72.


Border color

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

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

This div border color is #383C72.


Opacity

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

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

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

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

This text has shadow with #383C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383C72 on black background.


Color preview on white background

This text has color #383C72 on white background.



Black color preview on #383C72 background

This text has black color on #383C72 background.


White color preview on #383C72 background

This text has white color on #383C72 background.