COLOR #381C29

HEX: #381C29
RGB: (56,28,41)

Color info

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

RGB color model

#381C29 color RGB value is (56,28,41).

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

RGB channels and saturation

R 56 of 255 = 22%
G 28 of 255 = 11%
B 41 of 255 = 16%

56
28
41

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

Portions of RGB colors in percentages

R + G + B =
56 + 28 + 41 = 125 (100%)
R 56 of 125 ~ 44.8%
G 28 of 125 ~ 22.4%
B 41 of 125 ~ 32.8%

%44.8
%22.4
%32.8

CMYK color model

#381C29 color CMYK value is (0,50,27,78).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(0,50,27,78)
C0M50Y27K78 
(0%,50%,27%,78%)
(0.00/0.50/0.27/0.78)	

CMYK percentages

%0
%50
%26.79
%78.04

Codes

Color #381C29 in popluar color models

381C29
RGB562841
HSL332°33.33%16.47%
HSB/HSV332°50.00%21.96%
CMYK0.00%50.00%26.79%
78.04%

Color #381C29 in popluar number systems.

HEX381C29
Decimal562841
Binary11100011100101001
Octal703451

Shades and tints

Shades of #381C29

#381C29
(56,28,41)
#331A26
(51,26,38)
#2E1823
(46,24,35)
#291620
(41,22,32)
#24141D
(36,20,29)
#1F121A
(31,18,26)
#1A1017
(26,16,23)
#150E14
(21,14,20)
#100C11
(16,12,17)
#0B0A0E
(11,10,14)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #381C29

#381C29
(56,28,41)
#4A303C
(74,48,60)
#5C444F
(92,68,79)
#6E5862
(110,88,98)
#806C75
(128,108,117)
#928088
(146,128,136)
#A4949B
(164,148,155)
#B6A8AE
(182,168,174)
#C8BCC1
(200,188,193)
#DAD0D4
(218,208,212)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381C29; }

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

This text font color is #381C29.


Background Color

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

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

This div background color is #381C29.


Border color

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

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

This div border color is #381C29.


Opacity

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

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

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

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

This text has shadow with #381C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381C29 on black background.


Color preview on white background

This text has color #381C29 on white background.



Black color preview on #381C29 background

This text has black color on #381C29 background.


White color preview on #381C29 background

This text has white color on #381C29 background.