COLOR #381B1D

HEX: #381B1D
RGB: (56,27,29)

Color info

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

RGB color model

#381B1D color RGB value is (56,27,29).

  • red value is 56;
  • green value is 27;
  • blue value is 29.
RGB:
(56,27,29)
(22%,11%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 27 of 255 = 11%
B 29 of 255 = 11%

56
27
29

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

Portions of RGB colors in percentages

R + G + B =
56 + 27 + 29 = 112 (100%)
R 56 of 112 ~ 50%
G 27 of 112 ~ 24.11%
B 29 of 112 ~ 25.89%

%50
%24.11
%25.89

CMYK color model

#381B1D color CMYK value is (0,52,48,78).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 48.21%
  • key color value is 78.04%
CMYK:
(0,52,48,78)
C0M52Y48K78 
(0%,52%,48%,78%)
(0.00/0.52/0.48/0.78)	

CMYK percentages

%0
%51.79
%48.21
%78.04

Codes

Color #381B1D in popluar color models

381B1D
RGB562729
HSL356°34.94%16.27%
HSB/HSV356°51.79%21.96%
CMYK0.00%51.79%48.21%
78.04%

Color #381B1D in popluar number systems.

HEX381B1D
Decimal562729
Binary1110001101111101
Octal703335

Shades and tints

Shades of #381B1D

#381B1D
(56,27,29)
#33191B
(51,25,27)
#2E1719
(46,23,25)
#291517
(41,21,23)
#241315
(36,19,21)
#1F1113
(31,17,19)
#1A0F11
(26,15,17)
#150D0F
(21,13,15)
#100B0D
(16,11,13)
#0B090B
(11,9,11)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #381B1D

#381B1D
(56,27,29)
#4A2F31
(74,47,49)
#5C4345
(92,67,69)
#6E5759
(110,87,89)
#806B6D
(128,107,109)
#927F81
(146,127,129)
#A49395
(164,147,149)
#B6A7A9
(182,167,169)
#C8BBBD
(200,187,189)
#DACFD1
(218,207,209)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381B1D color. Also use rgb(56,27,29) instead hex code.

Text Font Color

.myTextColor { color: #381B1D; }

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

This text font color is #381B1D.


Background Color

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

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

This div background color is #381B1D.


Border color

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

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

This div border color is #381B1D.


Opacity

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

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

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

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

This text has shadow with #381B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381B1D on black background.


Color preview on white background

This text has color #381B1D on white background.



Black color preview on #381B1D background

This text has black color on #381B1D background.


White color preview on #381B1D background

This text has white color on #381B1D background.