COLOR #380D0D

HEX: #380D0D
RGB: (56,13,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
13
13

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

Portions of RGB colors in percentages

R + G + B =
56 + 13 + 13 = 82 (100%)
R 56 of 82 ~ 68.29%
G 13 of 82 ~ 15.85%
B 13 of 82 ~ 15.85%

%68.29
%15.85
%15.85

CMYK color model

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

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

CMYK percentages

%0
%76.79
%76.79
%78.04

Codes

Color #380D0D in popluar color models

380D0D
RGB561313
HSL62.32%13.53%
HSB/HSV76.79%21.96%
CMYK0.00%76.79%76.79%
78.04%

Color #380D0D in popluar number systems.

HEX380D0D
Decimal561313
Binary11100011011101
Octal701515

Shades and tints

Shades of #380D0D

#380D0D
(56,13,13)
#330C0C
(51,12,12)
#2E0B0B
(46,11,11)
#290A0A
(41,10,10)
#240909
(36,9,9)
#1F0808
(31,8,8)
#1A0707
(26,7,7)
#150606
(21,6,6)
#100505
(16,5,5)
#0B0404
(11,4,4)
#060303
(6,3,3)
#000000
(0,0,0)

Tints of #380D0D

#380D0D
(56,13,13)
#4A2323
(74,35,35)
#5C3939
(92,57,57)
#6E4F4F
(110,79,79)
#806565
(128,101,101)
#927B7B
(146,123,123)
#A49191
(164,145,145)
#B6A7A7
(182,167,167)
#C8BDBD
(200,189,189)
#DAD3D3
(218,211,211)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380D0D; }

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

This text font color is #380D0D.


Background Color

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

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

This div background color is #380D0D.


Border color

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

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

This div border color is #380D0D.


Opacity

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

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

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

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

This text has shadow with #380D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380D0D on black background.


Color preview on white background

This text has color #380D0D on white background.



Black color preview on #380D0D background

This text has black color on #380D0D background.


White color preview on #380D0D background

This text has white color on #380D0D background.