COLOR #381C0D

HEX: #381C0D RGB: (56,28,13)

Color info

#381C0D contains red, green and blue colors in about the same proportion. Web safe color of #381C0D is #333300 (or #330).

RGB color model

#381C0D color RGB value is (56,28,13).

RGB: (56,28,13) (22%, 11%, 5%)

RGB channels and saturation

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

56
28
13

R + G + B ~ 13%. #381C0D is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 28 + 13 = 97 (100%)
R 56 of 97 ~ 57.73%
G 28 of 97 ~ 28.87%
B 13 of 97 ~ 13.4'%

%57.73
%28.87
%13.4

CMYK color model

#381C0D color CMYK value is (0,50,77,78).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 76.79%
  • key color value is 78.04%

CMYK: (0,50,77,78)
C0M50Y77K78 (0%, 50%, 77%, 78%)
(0.00 / 0.50 / 0.77 / 0.78)

CMYK percentages

%0
%50
%76.79
%78.04

Codes

Color #381C0D in popluar color models

38 1C 0D
RGB 56 28 13
HSL 21° 62.32% 13.53%
HSB/HSV 21° 76.79% 21.96%
CMYK 0.00% 50.00% 76.79%
78.04%

Color #381C0D in popluar number systems.

HEX 38 1C 0D
Decimal 56 28 13
Binary 111000 11100 1101
Octal 70 34 15

Shades and tints

Shades of #381C0D

#381C0D
(56,28,13)
#331A0C
(51,26,12)
#2E180B
(46,24,11)
#29160A
(41,22,10)
#241409
(36,20,9)
#1F1208
(31,18,8)
#1A1007
(26,16,7)
#150E06
(21,14,6)
#100C05
(16,12,5)
#0B0A04
(11,10,4)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #381C0D

#381C0D
(56,28,13)
#4A3023
(74,48,35)
#5C4439
(92,68,57)
#6E584F
(110,88,79)
#806C65
(128,108,101)
#92807B
(146,128,123)
#A49491
(164,148,145)
#B6A8A7
(182,168,167)
#C8BCBD
(200,188,189)
#DAD0D3
(218,208,211)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381C0D; }

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

This text font color is #381C0D.

Background Color

.myBgColor { background-color: #381C0D; }

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

This div background color is #381C0D.

Border color

.myBorderColor { border: 1px solid #381C0D; }

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

This div border color is #381C0D.

Opacity

.myOpacity80 { color: #381C0D; opacity: 0.8; }

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

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

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

This text has shadow with #381C0D color.


.textShadow {text-shadow: 3px 3px 1px #381C0D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #381C0D; -webkit-box-shadow: 1px 1px 3px 2px #381C0D; box-shadow:1px 1px 3px 2px #381C0D;">
Div content here
</div>

This div box has shadow with color #381C0D.

Preview

Color preview on black background

This text has color #381C0D on black background.


Color preview on white background

This text has color #381C0D on white background.


Black color preview on #381C0D background

This text has black color on #381C0D background.


White color preview on #381C0D background

This text has white color on #381C0D background.


Related colors

Complementary color

Complementary color for #hex is #C7E3F2.


I love getcolorcode.com

Triadic colors

1 #0D381C and #1C0D38 with #381C0D are triadic colors.

2 #0D1C38 and #1C380D with #381C0D are triadic colors.