COLOR #380615

HEX: #380615
RGB: (56,6,21)

Color info

#380615 contains red, green and blue colors in about the same proportion. Web safe color of #380615 is #330000 (or #300).

RGB color model

#380615 color RGB value is (56,6,21).

  • red value is 56;
  • green value is 6;
  • blue value is 21.
RGB:
(56,6,21)
(22%,2%,8%)

RGB channels and saturation

R 56 of 255 = 22%
G 6 of 255 = 2%
B 21 of 255 = 8%

56
6
21

R + G + B ~ 11%. #380615 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 6 + 21 = 83 (100%)
R 56 of 83 ~ 67.47%
G 6 of 83 ~ 7.23%
B 21 of 83 ~ 25.3%

%67.47
%25.3

CMYK color model

#380615 color CMYK value is (0,89,63,78).

  • cyan value is 0.00%
  • magenta value is 89.29%
  • yellow value is 62.50%
  • key color value is 78.04%
CMYK:
(0,89,63,78)
C0M89Y63K78 
(0%,89%,63%,78%)
(0.00/0.89/0.63/0.78)	

CMYK percentages

%0
%89.29
%62.5
%78.04

Codes

Color #380615 in popluar color models

380615
RGB56621
HSL342°80.65%12.16%
HSB/HSV342°89.29%21.96%
CMYK0.00%89.29%62.50%
78.04%

Color #380615 in popluar number systems.

HEX380615
Decimal56621
Binary11100011010101
Octal70625

Shades and tints

Shades of #380615

#380615
(56,6,21)
#330614
(51,6,20)
#2E0613
(46,6,19)
#290612
(41,6,18)
#240611
(36,6,17)
#1F0610
(31,6,16)
#1A060F
(26,6,15)
#15060E
(21,6,14)
#10060D
(16,6,13)
#0B060C
(11,6,12)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #380615

#380615
(56,6,21)
#4A1C2A
(74,28,42)
#5C323F
(92,50,63)
#6E4854
(110,72,84)
#805E69
(128,94,105)
#92747E
(146,116,126)
#A48A93
(164,138,147)
#B6A0A8
(182,160,168)
#C8B6BD
(200,182,189)
#DACCD2
(218,204,210)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380615; }

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

This text font color is #380615.


Background Color

.myBgColor { background-color: #380615; }

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

This div background color is #380615.


Border color

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

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

This div border color is #380615.


Opacity

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

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

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

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

This text has shadow with #380615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380615 on black background.


Color preview on white background

This text has color #380615 on white background.



Black color preview on #380615 background

This text has black color on #380615 background.


White color preview on #380615 background

This text has white color on #380615 background.