COLOR #381B2B

HEX: #381B2B
RGB: (56,27,43)

Color info

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

RGB color model

#381B2B color RGB value is (56,27,43).

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

RGB channels and saturation

R 56 of 255 = 22%
G 27 of 255 = 11%
B 43 of 255 = 17%

56
27
43

R + G + B ~ 17%. #381B2B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 27 + 43 = 126 (100%)
R 56 of 126 ~ 44.44%
G 27 of 126 ~ 21.43%
B 43 of 126 ~ 34.13%

%44.44
%21.43
%34.13

CMYK color model

#381B2B color CMYK value is (0,52,23,78).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 23.21%
  • key color value is 78.04%
CMYK:
(0,52,23,78)
C0M52Y23K78 
(0%,52%,23%,78%)
(0.00/0.52/0.23/0.78)	

CMYK percentages

%0
%51.79
%23.21
%78.04

Codes

Color #381B2B in popluar color models

381B2B
RGB562743
HSL327°34.94%16.27%
HSB/HSV327°51.79%21.96%
CMYK0.00%51.79%23.21%
78.04%

Color #381B2B in popluar number systems.

HEX381B2B
Decimal562743
Binary11100011011101011
Octal703353

Shades and tints

Shades of #381B2B

#381B2B
(56,27,43)
#331928
(51,25,40)
#2E1725
(46,23,37)
#291522
(41,21,34)
#24131F
(36,19,31)
#1F111C
(31,17,28)
#1A0F19
(26,15,25)
#150D16
(21,13,22)
#100B13
(16,11,19)
#0B0910
(11,9,16)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #381B2B

#381B2B
(56,27,43)
#4A2F3E
(74,47,62)
#5C4351
(92,67,81)
#6E5764
(110,87,100)
#806B77
(128,107,119)
#927F8A
(146,127,138)
#A4939D
(164,147,157)
#B6A7B0
(182,167,176)
#C8BBC3
(200,187,195)
#DACFD6
(218,207,214)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381B2B; }

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

This text font color is #381B2B.


Background Color

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

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

This div background color is #381B2B.


Border color

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

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

This div border color is #381B2B.


Opacity

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

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

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

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

This text has shadow with #381B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381B2B on black background.


Color preview on white background

This text has color #381B2B on white background.



Black color preview on #381B2B background

This text has black color on #381B2B background.


White color preview on #381B2B background

This text has white color on #381B2B background.