COLOR #380340

HEX: #380340
RGB: (56,3,64)

Color info

#380340 contains mainly red and blue colors. Web safe color of #380340 is #330033 (or #303).

RGB color model

#380340 color RGB value is (56,3,64).

  • red value is 56;
  • green value is 3;
  • blue value is 64.
RGB:
(56,3,64)
(22%,1%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 3 of 255 = 1%
B 64 of 255 = 25%

56
3
64

R + G + B ~ 16%. #380340 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 3 + 64 = 123 (100%)
R 56 of 123 ~ 45.53%
G 3 of 123 ~ 2.44%
B 64 of 123 ~ 52.03%

%45.53
%52.03

CMYK color model

#380340 color CMYK value is (13,95,0,75).

  • cyan value is 12.50%
  • magenta value is 95.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(13,95,0,75)
C13M95Y0K75 
(13%,95%,0%,75%)
(0.13/0.95/0.00/0.75)	

CMYK percentages

%12.5
%95.31
%0
%74.9

Codes

Color #380340 in popluar color models

380340
RGB56364
HSL292°91.04%13.14%
HSB/HSV292°95.31%25.10%
CMYK12.50%95.31%0.00%
74.90%

Color #380340 in popluar number systems.

HEX380340
Decimal56364
Binary111000111000000
Octal703100

Shades and tints

Shades of #380340

#380340
(56,3,64)
#33033B
(51,3,59)
#2E0336
(46,3,54)
#290331
(41,3,49)
#24032C
(36,3,44)
#1F0327
(31,3,39)
#1A0322
(26,3,34)
#15031D
(21,3,29)
#100318
(16,3,24)
#0B0313
(11,3,19)
#06030E
(6,3,14)
#000000
(0,0,0)

Tints of #380340

#380340
(56,3,64)
#4A1951
(74,25,81)
#5C2F62
(92,47,98)
#6E4573
(110,69,115)
#805B84
(128,91,132)
#927195
(146,113,149)
#A487A6
(164,135,166)
#B69DB7
(182,157,183)
#C8B3C8
(200,179,200)
#DAC9D9
(218,201,217)
#ECDFEA
(236,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380340 color. Also use rgb(56,3,64) instead hex code.

Text Font Color

.myTextColor { color: #380340; }

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

This text font color is #380340.


Background Color

.myBgColor { background-color: #380340; }

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

This div background color is #380340.


Border color

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

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

This div border color is #380340.


Opacity

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

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

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

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

This text has shadow with #380340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380340 on black background.


Color preview on white background

This text has color #380340 on white background.



Black color preview on #380340 background

This text has black color on #380340 background.


White color preview on #380340 background

This text has white color on #380340 background.