COLOR #382259

HEX: #382259
RGB: (56,34,89)

Color info

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

RGB color model

#382259 color RGB value is (56,34,89).

  • red value is 56;
  • green value is 34;
  • blue value is 89.
RGB:
(56,34,89)
(22%,13%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 34 of 255 = 13%
B 89 of 255 = 35%

56
34
89

R + G + B ~ 23%. #382259 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 34 + 89 = 179 (100%)
R 56 of 179 ~ 31.28%
G 34 of 179 ~ 18.99%
B 89 of 179 ~ 49.72%

%31.28
%18.99
%49.72

CMYK color model

#382259 color CMYK value is (37,62,0,65).

  • cyan value is 37.08%
  • magenta value is 61.80%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(37,62,0,65)
C37M62Y0K65 
(37%,62%,0%,65%)
(0.37/0.62/0.00/0.65)	

CMYK percentages

%37.08
%61.8
%0
%65.1

Codes

Color #382259 in popluar color models

382259
RGB563489
HSL264°44.72%24.12%
HSB/HSV264°61.80%34.90%
CMYK37.08%61.80%0.00%
65.10%

Color #382259 in popluar number systems.

HEX382259
Decimal563489
Binary1110001000101011001
Octal7042131

Shades and tints

Shades of #382259

#382259
(56,34,89)
#331F51
(51,31,81)
#2E1C49
(46,28,73)
#291941
(41,25,65)
#241639
(36,22,57)
#1F1331
(31,19,49)
#1A1029
(26,16,41)
#150D21
(21,13,33)
#100A19
(16,10,25)
#0B0711
(11,7,17)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #382259

#382259
(56,34,89)
#4A3668
(74,54,104)
#5C4A77
(92,74,119)
#6E5E86
(110,94,134)
#807295
(128,114,149)
#9286A4
(146,134,164)
#A49AB3
(164,154,179)
#B6AEC2
(182,174,194)
#C8C2D1
(200,194,209)
#DAD6E0
(218,214,224)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382259 color. Also use rgb(56,34,89) instead hex code.

Text Font Color

.myTextColor { color: #382259; }

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

This text font color is #382259.


Background Color

.myBgColor { background-color: #382259; }

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

This div background color is #382259.


Border color

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

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

This div border color is #382259.


Opacity

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

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

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

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

This text has shadow with #382259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382259 on black background.


Color preview on white background

This text has color #382259 on white background.



Black color preview on #382259 background

This text has black color on #382259 background.


White color preview on #382259 background

This text has white color on #382259 background.