COLOR #380744

HEX: #380744
RGB: (56,7,68)

Color info

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

RGB color model

#380744 color RGB value is (56,7,68).

  • red value is 56;
  • green value is 7;
  • blue value is 68.
RGB:
(56,7,68)
(22%,3%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 7 of 255 = 3%
B 68 of 255 = 27%

56
7
68

R + G + B ~ 17%. #380744 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 7 + 68 = 131 (100%)
R 56 of 131 ~ 42.75%
G 7 of 131 ~ 5.34%
B 68 of 131 ~ 51.91%

%42.75
%51.91

CMYK color model

#380744 color CMYK value is (18,90,0,73).

  • cyan value is 17.65%
  • magenta value is 89.71%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(18,90,0,73)
C18M90Y0K73 
(18%,90%,0%,73%)
(0.18/0.90/0.00/0.73)	

CMYK percentages

%17.65
%89.71
%0
%73.33

Codes

Color #380744 in popluar color models

380744
RGB56768
HSL288°81.33%14.71%
HSB/HSV288°89.71%26.67%
CMYK17.65%89.71%0.00%
73.33%

Color #380744 in popluar number systems.

HEX380744
Decimal56768
Binary1110001111000100
Octal707104

Shades and tints

Shades of #380744

#380744
(56,7,68)
#33073E
(51,7,62)
#2E0738
(46,7,56)
#290732
(41,7,50)
#24072C
(36,7,44)
#1F0726
(31,7,38)
#1A0720
(26,7,32)
#15071A
(21,7,26)
#100714
(16,7,20)
#0B070E
(11,7,14)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #380744

#380744
(56,7,68)
#4A1D55
(74,29,85)
#5C3366
(92,51,102)
#6E4977
(110,73,119)
#805F88
(128,95,136)
#927599
(146,117,153)
#A48BAA
(164,139,170)
#B6A1BB
(182,161,187)
#C8B7CC
(200,183,204)
#DACDDD
(218,205,221)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380744 color. Also use rgb(56,7,68) instead hex code.

Text Font Color

.myTextColor { color: #380744; }

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

This text font color is #380744.


Background Color

.myBgColor { background-color: #380744; }

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

This div background color is #380744.


Border color

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

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

This div border color is #380744.


Opacity

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

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

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

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

This text has shadow with #380744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380744 on black background.


Color preview on white background

This text has color #380744 on white background.



Black color preview on #380744 background

This text has black color on #380744 background.


White color preview on #380744 background

This text has white color on #380744 background.