COLOR #382B62

HEX: #382B62
RGB: (56,43,98)

Color info

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

RGB color model

#382B62 color RGB value is (56,43,98).

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

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 98 of 255 = 38%

56
43
98

R + G + B ~ 26%. #382B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 98 = 197 (100%)
R 56 of 197 ~ 28.43%
G 43 of 197 ~ 21.83%
B 98 of 197 ~ 49.75%

%28.43
%21.83
%49.75

CMYK color model

#382B62 color CMYK value is (43,56,0,62).

  • cyan value is 42.86%
  • magenta value is 56.12%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(43,56,0,62)
C43M56Y0K62 
(43%,56%,0%,62%)
(0.43/0.56/0.00/0.62)	

CMYK percentages

%42.86
%56.12
%0
%61.57

Codes

Color #382B62 in popluar color models

382B62
RGB564398
HSL254°39.01%27.65%
HSB/HSV254°56.12%38.43%
CMYK42.86%56.12%0.00%
61.57%

Color #382B62 in popluar number systems.

HEX382B62
Decimal564398
Binary1110001010111100010
Octal7053142

Shades and tints

Shades of #382B62

#382B62
(56,43,98)
#33285A
(51,40,90)
#2E2552
(46,37,82)
#29224A
(41,34,74)
#241F42
(36,31,66)
#1F1C3A
(31,28,58)
#1A1932
(26,25,50)
#15162A
(21,22,42)
#101322
(16,19,34)
#0B101A
(11,16,26)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #382B62

#382B62
(56,43,98)
#4A3E70
(74,62,112)
#5C517E
(92,81,126)
#6E648C
(110,100,140)
#80779A
(128,119,154)
#928AA8
(146,138,168)
#A49DB6
(164,157,182)
#B6B0C4
(182,176,196)
#C8C3D2
(200,195,210)
#DAD6E0
(218,214,224)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382B62 color. Also use rgb(56,43,98) instead hex code.

Text Font Color

.myTextColor { color: #382B62; }

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

This text font color is #382B62.


Background Color

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

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

This div background color is #382B62.


Border color

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

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

This div border color is #382B62.


Opacity

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

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

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

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

This text has shadow with #382B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B62 on black background.


Color preview on white background

This text has color #382B62 on white background.



Black color preview on #382B62 background

This text has black color on #382B62 background.


White color preview on #382B62 background

This text has white color on #382B62 background.