COLOR #382F79

HEX: #382F79
RGB: (56,47,121)

Color info

#382F79 contains mainly blue color. Web safe color of #382F79 is #333366 (or #336).

RGB color model

#382F79 color RGB value is (56,47,121).

  • red value is 56;
  • green value is 47;
  • blue value is 121.
RGB: (56,47,121) (22%,18%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 47 of 255 = 18%
B 121 of 255 = 47%

56
47
121

R + G + B ~ 29%. #382F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 47 + 121 = 224 (100%)
R 56 of 224 ~ 25%
G 47 of 224 ~ 20.98%
B 121 of 224 ~ 54.02%

%25
%20.98
%54.02

CMYK color model

#382F79 color CMYK value is (54,61,0,53).

  • cyan value is 53.72%
  • magenta value is 61.16%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (54,61,0,53) C54M61Y0K53 (54%,61%,0%,53%) (0.54/0.61/0.00/0.53)

CMYK percentages

%53.72
%61.16
%0
%52.55

Codes

Color #382F79 in popluar color models

382F79
RGB5647121
HSL247°44.05%32.94%
HSB/HSV247°61.16%47.45%
CMYK53.72%61.16%0.00%
52.55%

Color #382F79 in popluar number systems.

HEX382F79
Decimal5647121
Binary1110001011111111001
Octal7057171

Shades and tints

Shades of #382F79

#382F79
(56,47,121)
#332B6E
(51,43,110)
#2E2763
(46,39,99)
#292358
(41,35,88)
#241F4D
(36,31,77)
#1F1B42
(31,27,66)
#1A1737
(26,23,55)
#15132C
(21,19,44)
#100F21
(16,15,33)
#0B0B16
(11,11,22)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #382F79

#382F79
(56,47,121)
#4A4185
(74,65,133)
#5C5391
(92,83,145)
#6E659D
(110,101,157)
#8077A9
(128,119,169)
#9289B5
(146,137,181)
#A49BC1
(164,155,193)
#B6ADCD
(182,173,205)
#C8BFD9
(200,191,217)
#DAD1E5
(218,209,229)
#ECE3F1
(236,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382F79 color. Also use rgb(56,47,121) instead hex code.

Text Font Color

.myTextColor { color: #382F79; }

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

This text font color is #382F79.


Background Color

.myBgColor { background-color: #382F79; }

<div style="background-color:#382F79">Inner text</div>

This div background color is #382F79.


Border color

.myBorderColor { border: 1px solid #382F79; }

<div style="border:3px solid #382F79">Div</div>

This div border color is #382F79.


Opacity

.myOpacity80 { color: #382F79; opacity: 0.8; }

<p style="color:#382F79;opacity:0.8;">80%</p>

Text with #382F79 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 #382F79;}

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

This text has shadow with #382F79 color.

.textShadow {text-shadow: 3px 3px 1px #382F79, 3px 3px 1px red;}

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

This text has shadow with #382F79 primary color and red secondary color.


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

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

This text has shadow with #382F79 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #382F79; -webkit-box-shadow:	1px 1px 3px 2px #382F79; box-shadow:	1px 1px 3px 2px #382F79; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #382F79; -webkit-box-shadow: 1px 1px 3px 2px #382F79; box-shadow:1px 1px 3px 2px #382F79;">
Div content here</div>
This div box has shadow with color #382F79.

Preview

Color preview on black background

This text has color #382F79 on black background.


Color preview on white background

This text has color #382F79 on white background.



Black color preview on #382F79 background

This text has black color on #382F79 background.


White color preview on #382F79 background

This text has white color on #382F79 background.