COLOR #381C1E

HEX: #381C1E
RGB: (56,28,30)

Color info

#381C1E contains red, green and blue colors in about the same proportion. Web safe color of #381C1E is #333333 (or #333).

RGB color model

#381C1E color RGB value is (56,28,30).

  • red value is 56;
  • green value is 28;
  • blue value is 30.
RGB:
(56,28,30)
(22%,11%,12%)

RGB channels and saturation

R 56 of 255 = 22%
G 28 of 255 = 11%
B 30 of 255 = 12%

56
28
30

R + G + B ~ 15%. #381C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 28 + 30 = 114 (100%)
R 56 of 114 ~ 49.12%
G 28 of 114 ~ 24.56%
B 30 of 114 ~ 26.32%

%49.12
%24.56
%26.32

CMYK color model

#381C1E color CMYK value is (0,50,46,78).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 46.43%
  • key color value is 78.04%
CMYK:
(0,50,46,78)
C0M50Y46K78 
(0%,50%,46%,78%)
(0.00/0.50/0.46/0.78)	

CMYK percentages

%0
%50
%46.43
%78.04

Codes

Color #381C1E in popluar color models

381C1E
RGB562830
HSL356°33.33%16.47%
HSB/HSV356°50.00%21.96%
CMYK0.00%50.00%46.43%
78.04%

Color #381C1E in popluar number systems.

HEX381C1E
Decimal562830
Binary1110001110011110
Octal703436

Shades and tints

Shades of #381C1E

#381C1E
(56,28,30)
#331A1C
(51,26,28)
#2E181A
(46,24,26)
#291618
(41,22,24)
#241416
(36,20,22)
#1F1214
(31,18,20)
#1A1012
(26,16,18)
#150E10
(21,14,16)
#100C0E
(16,12,14)
#0B0A0C
(11,10,12)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #381C1E

#381C1E
(56,28,30)
#4A3032
(74,48,50)
#5C4446
(92,68,70)
#6E585A
(110,88,90)
#806C6E
(128,108,110)
#928082
(146,128,130)
#A49496
(164,148,150)
#B6A8AA
(182,168,170)
#C8BCBE
(200,188,190)
#DAD0D2
(218,208,210)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381C1E; }

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

This text font color is #381C1E.


Background Color

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

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

This div background color is #381C1E.


Border color

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

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

This div border color is #381C1E.


Opacity

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

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

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

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

This text has shadow with #381C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381C1E on black background.


Color preview on white background

This text has color #381C1E on white background.



Black color preview on #381C1E background

This text has black color on #381C1E background.


White color preview on #381C1E background

This text has white color on #381C1E background.