COLOR #380037

HEX: #380037
RGB: (56,0,55)

Color info

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

RGB color model

#380037 color RGB value is (56,0,55).

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

RGB channels and saturation

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

56
0
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 0 + 55 = 111 (100%)
R 56 of 111 ~ 50.45%
G 0 of 111 ~ 0%
B 55 of 111 ~ 49.55%

%50.45
%49.55

CMYK color model

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

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

CMYK percentages

%0
%100
%1.79
%78.04

Codes

Color #380037 in popluar color models

380037
RGB56055
HSL301°100.00%10.98%
HSB/HSV301°100.00%21.96%
CMYK0.00%100.00%1.79%
78.04%

Color #380037 in popluar number systems.

HEX380037
Decimal56055
Binary1110000110111
Octal70067

Shades and tints

Shades of #380037

#380037
(56,0,55)
#330032
(51,0,50)
#2E002D
(46,0,45)
#290028
(41,0,40)
#240023
(36,0,35)
#1F001E
(31,0,30)
#1A0019
(26,0,25)
#150014
(21,0,20)
#10000F
(16,0,15)
#0B000A
(11,0,10)
#060005
(6,0,5)
#000000
(0,0,0)

Tints of #380037

#380037
(56,0,55)
#4A1749
(74,23,73)
#5C2E5B
(92,46,91)
#6E456D
(110,69,109)
#805C7F
(128,92,127)
#927391
(146,115,145)
#A48AA3
(164,138,163)
#B6A1B5
(182,161,181)
#C8B8C7
(200,184,199)
#DACFD9
(218,207,217)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380037; }

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

This text font color is #380037.


Background Color

.myBgColor { background-color: #380037; }

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

This div background color is #380037.


Border color

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

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

This div border color is #380037.


Opacity

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

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

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

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

This text has shadow with #380037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380037 on black background.


Color preview on white background

This text has color #380037 on white background.



Black color preview on #380037 background

This text has black color on #380037 background.


White color preview on #380037 background

This text has white color on #380037 background.