COLOR #381B24

HEX: #381B24
RGB: (56,27,36)

Color info

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

RGB color model

#381B24 color RGB value is (56,27,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 27 of 255 = 11%
B 36 of 255 = 14%

56
27
36

R + G + B ~ 16%. #381B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 27 + 36 = 119 (100%)
R 56 of 119 ~ 47.06%
G 27 of 119 ~ 22.69%
B 36 of 119 ~ 30.25%

%47.06
%22.69
%30.25

CMYK color model

#381B24 color CMYK value is (0,52,36,78).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(0,52,36,78)
C0M52Y36K78 
(0%,52%,36%,78%)
(0.00/0.52/0.36/0.78)	

CMYK percentages

%0
%51.79
%35.71
%78.04

Codes

Color #381B24 in popluar color models

381B24
RGB562736
HSL341°34.94%16.27%
HSB/HSV341°51.79%21.96%
CMYK0.00%51.79%35.71%
78.04%

Color #381B24 in popluar number systems.

HEX381B24
Decimal562736
Binary11100011011100100
Octal703344

Shades and tints

Shades of #381B24

#381B24
(56,27,36)
#331921
(51,25,33)
#2E171E
(46,23,30)
#29151B
(41,21,27)
#241318
(36,19,24)
#1F1115
(31,17,21)
#1A0F12
(26,15,18)
#150D0F
(21,13,15)
#100B0C
(16,11,12)
#0B0909
(11,9,9)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #381B24

#381B24
(56,27,36)
#4A2F37
(74,47,55)
#5C434A
(92,67,74)
#6E575D
(110,87,93)
#806B70
(128,107,112)
#927F83
(146,127,131)
#A49396
(164,147,150)
#B6A7A9
(182,167,169)
#C8BBBC
(200,187,188)
#DACFCF
(218,207,207)
#ECE3E2
(236,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381B24; }

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

This text font color is #381B24.


Background Color

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

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

This div background color is #381B24.


Border color

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

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

This div border color is #381B24.


Opacity

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

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

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

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

This text has shadow with #381B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381B24 on black background.


Color preview on white background

This text has color #381B24 on white background.



Black color preview on #381B24 background

This text has black color on #381B24 background.


White color preview on #381B24 background

This text has white color on #381B24 background.