COLOR #380D11

HEX: #380D11
RGB: (56,13,17)

Color info

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

RGB color model

#380D11 color RGB value is (56,13,17).

  • red value is 56;
  • green value is 13;
  • blue value is 17.
RGB:
(56,13,17)
(22%,5%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 13 of 255 = 5%
B 17 of 255 = 7%

56
13
17

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

Portions of RGB colors in percentages

R + G + B =
56 + 13 + 17 = 86 (100%)
R 56 of 86 ~ 65.12%
G 13 of 86 ~ 15.12%
B 17 of 86 ~ 19.77%

%65.12
%15.12
%19.77

CMYK color model

#380D11 color CMYK value is (0,77,70,78).

  • cyan value is 0.00%
  • magenta value is 76.79%
  • yellow value is 69.64%
  • key color value is 78.04%
CMYK:
(0,77,70,78)
C0M77Y70K78 
(0%,77%,70%,78%)
(0.00/0.77/0.70/0.78)	

CMYK percentages

%0
%76.79
%69.64
%78.04

Codes

Color #380D11 in popluar color models

380D11
RGB561317
HSL354°62.32%13.53%
HSB/HSV354°76.79%21.96%
CMYK0.00%76.79%69.64%
78.04%

Color #380D11 in popluar number systems.

HEX380D11
Decimal561317
Binary111000110110001
Octal701521

Shades and tints

Shades of #380D11

#380D11
(56,13,17)
#330C10
(51,12,16)
#2E0B0F
(46,11,15)
#290A0E
(41,10,14)
#24090D
(36,9,13)
#1F080C
(31,8,12)
#1A070B
(26,7,11)
#15060A
(21,6,10)
#100509
(16,5,9)
#0B0408
(11,4,8)
#060307
(6,3,7)
#000000
(0,0,0)

Tints of #380D11

#380D11
(56,13,17)
#4A2326
(74,35,38)
#5C393B
(92,57,59)
#6E4F50
(110,79,80)
#806565
(128,101,101)
#927B7A
(146,123,122)
#A4918F
(164,145,143)
#B6A7A4
(182,167,164)
#C8BDB9
(200,189,185)
#DAD3CE
(218,211,206)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380D11 color. Also use rgb(56,13,17) instead hex code.

Text Font Color

.myTextColor { color: #380D11; }

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

This text font color is #380D11.


Background Color

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

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

This div background color is #380D11.


Border color

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

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

This div border color is #380D11.


Opacity

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

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

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

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

This text has shadow with #380D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380D11 on black background.


Color preview on white background

This text has color #380D11 on white background.



Black color preview on #380D11 background

This text has black color on #380D11 background.


White color preview on #380D11 background

This text has white color on #380D11 background.