COLOR #380A13

HEX: #380A13
RGB: (56,10,19)

Color info

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

RGB color model

#380A13 color RGB value is (56,10,19).

  • red value is 56;
  • green value is 10;
  • blue value is 19.
RGB:
(56,10,19)
(22%,4%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 10 of 255 = 4%
B 19 of 255 = 7%

56
10
19

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

Portions of RGB colors in percentages

R + G + B =
56 + 10 + 19 = 85 (100%)
R 56 of 85 ~ 65.88%
G 10 of 85 ~ 11.76%
B 19 of 85 ~ 22.35%

%65.88
%11.76
%22.35

CMYK color model

#380A13 color CMYK value is (0,82,66,78).

  • cyan value is 0.00%
  • magenta value is 82.14%
  • yellow value is 66.07%
  • key color value is 78.04%
CMYK:
(0,82,66,78)
C0M82Y66K78 
(0%,82%,66%,78%)
(0.00/0.82/0.66/0.78)	

CMYK percentages

%0
%82.14
%66.07
%78.04

Codes

Color #380A13 in popluar color models

380A13
RGB561019
HSL348°69.70%12.94%
HSB/HSV348°82.14%21.96%
CMYK0.00%82.14%66.07%
78.04%

Color #380A13 in popluar number systems.

HEX380A13
Decimal561019
Binary111000101010011
Octal701223

Shades and tints

Shades of #380A13

#380A13
(56,10,19)
#330A12
(51,10,18)
#2E0A11
(46,10,17)
#290A10
(41,10,16)
#240A0F
(36,10,15)
#1F0A0E
(31,10,14)
#1A0A0D
(26,10,13)
#150A0C
(21,10,12)
#100A0B
(16,10,11)
#0B0A0A
(11,10,10)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #380A13

#380A13
(56,10,19)
#4A2028
(74,32,40)
#5C363D
(92,54,61)
#6E4C52
(110,76,82)
#806267
(128,98,103)
#92787C
(146,120,124)
#A48E91
(164,142,145)
#B6A4A6
(182,164,166)
#C8BABB
(200,186,187)
#DAD0D0
(218,208,208)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380A13 color. Also use rgb(56,10,19) instead hex code.

Text Font Color

.myTextColor { color: #380A13; }

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

This text font color is #380A13.


Background Color

.myBgColor { background-color: #380A13; }

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

This div background color is #380A13.


Border color

.myBorderColor { border: 1px solid #380A13; }

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

This div border color is #380A13.


Opacity

.myOpacity80 { color: #380A13; opacity: 0.8; }

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

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

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

This text has shadow with #380A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380A13 on black background.


Color preview on white background

This text has color #380A13 on white background.



Black color preview on #380A13 background

This text has black color on #380A13 background.


White color preview on #380A13 background

This text has white color on #380A13 background.