COLOR #382761

HEX: #382761
RGB: (56,39,97)

Color info

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

RGB color model

#382761 color RGB value is (56,39,97).

  • red value is 56;
  • green value is 39;
  • blue value is 97.
RGB:
(56,39,97)
(22%,15%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 39 of 255 = 15%
B 97 of 255 = 38%

56
39
97

R + G + B ~ 25%. #382761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 39 + 97 = 192 (100%)
R 56 of 192 ~ 29.17%
G 39 of 192 ~ 20.31%
B 97 of 192 ~ 50.52%

%29.17
%20.31
%50.52

CMYK color model

#382761 color CMYK value is (42,60,0,62).

  • cyan value is 42.27%
  • magenta value is 59.79%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(42,60,0,62)
C42M60Y0K62 
(42%,60%,0%,62%)
(0.42/0.60/0.00/0.62)	

CMYK percentages

%42.27
%59.79
%0
%61.96

Codes

Color #382761 in popluar color models

382761
RGB563997
HSL258°42.65%26.67%
HSB/HSV258°59.79%38.04%
CMYK42.27%59.79%0.00%
61.96%

Color #382761 in popluar number systems.

HEX382761
Decimal563997
Binary1110001001111100001
Octal7047141

Shades and tints

Shades of #382761

#382761
(56,39,97)
#332459
(51,36,89)
#2E2151
(46,33,81)
#291E49
(41,30,73)
#241B41
(36,27,65)
#1F1839
(31,24,57)
#1A1531
(26,21,49)
#151229
(21,18,41)
#100F21
(16,15,33)
#0B0C19
(11,12,25)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #382761

#382761
(56,39,97)
#4A3A6F
(74,58,111)
#5C4D7D
(92,77,125)
#6E608B
(110,96,139)
#807399
(128,115,153)
#9286A7
(146,134,167)
#A499B5
(164,153,181)
#B6ACC3
(182,172,195)
#C8BFD1
(200,191,209)
#DAD2DF
(218,210,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382761 color. Also use rgb(56,39,97) instead hex code.

Text Font Color

.myTextColor { color: #382761; }

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

This text font color is #382761.


Background Color

.myBgColor { background-color: #382761; }

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

This div background color is #382761.


Border color

.myBorderColor { border: 1px solid #382761; }

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

This div border color is #382761.


Opacity

.myOpacity80 { color: #382761; opacity: 0.8; }

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

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

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

This text has shadow with #382761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382761 on black background.


Color preview on white background

This text has color #382761 on white background.



Black color preview on #382761 background

This text has black color on #382761 background.


White color preview on #382761 background

This text has white color on #382761 background.