COLOR #380038

HEX: #380038
RGB: (56,0,56)

Color info

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

RGB color model

#380038 color RGB value is (56,0,56).

  • red value is 56;
  • green value is 0;
  • blue value is 56.
RGB:
(56,0,56)
(22%,0%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 0 of 255 = 0%
B 56 of 255 = 22%

56
0
56

R + G + B ~ 15%. #380038 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 0 + 56 = 112 (100%)
R 56 of 112 ~ 50%
G 0 of 112 ~ 0%
B 56 of 112 ~ 50%

%50
%50

CMYK color model

#380038 color CMYK value is (0,100,0,78).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(0,100,0,78)
C0M100Y0K78 
(0%,100%,0%,78%)
(0.00/1.00/0.00/0.78)	

CMYK percentages

%0
%100
%0
%78.04

Codes

Color #380038 in popluar color models

380038
RGB56056
HSL300°100.00%10.98%
HSB/HSV300°100.00%21.96%
CMYK0.00%100.00%0.00%
78.04%

Color #380038 in popluar number systems.

HEX380038
Decimal56056
Binary1110000111000
Octal70070

Shades and tints

Shades of #380038

#380038
(56,0,56)
#330033
(51,0,51)
#2E002E
(46,0,46)
#290029
(41,0,41)
#240024
(36,0,36)
#1F001F
(31,0,31)
#1A001A
(26,0,26)
#150015
(21,0,21)
#100010
(16,0,16)
#0B000B
(11,0,11)
#060006
(6,0,6)
#000000
(0,0,0)

Tints of #380038

#380038
(56,0,56)
#4A174A
(74,23,74)
#5C2E5C
(92,46,92)
#6E456E
(110,69,110)
#805C80
(128,92,128)
#927392
(146,115,146)
#A48AA4
(164,138,164)
#B6A1B6
(182,161,182)
#C8B8C8
(200,184,200)
#DACFDA
(218,207,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380038; }

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

This text font color is #380038.


Background Color

.myBgColor { background-color: #380038; }

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

This div background color is #380038.


Border color

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

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

This div border color is #380038.


Opacity

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

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

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

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

This text has shadow with #380038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380038 on black background.


Color preview on white background

This text has color #380038 on white background.



Black color preview on #380038 background

This text has black color on #380038 background.


White color preview on #380038 background

This text has white color on #380038 background.