COLOR #381D33

HEX: #381D33
RGB: (56,29,51)

Color info

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

RGB color model

#381D33 color RGB value is (56,29,51).

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

RGB channels and saturation

R 56 of 255 = 22%
G 29 of 255 = 11%
B 51 of 255 = 20%

56
29
51

R + G + B ~ 18%. #381D33 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 29 + 51 = 136 (100%)
R 56 of 136 ~ 41.18%
G 29 of 136 ~ 21.32%
B 51 of 136 ~ 37.5%

%41.18
%21.32
%37.5

CMYK color model

#381D33 color CMYK value is (0,48,9,78).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 8.93%
  • key color value is 78.04%
CMYK:
(0,48,9,78)
C0M48Y9K78 
(0%,48%,9%,78%)
(0.00/0.48/0.09/0.78)	

CMYK percentages

%0
%48.21
%8.93
%78.04

Codes

Color #381D33 in popluar color models

381D33
RGB562951
HSL311°31.76%16.67%
HSB/HSV311°48.21%21.96%
CMYK0.00%48.21%8.93%
78.04%

Color #381D33 in popluar number systems.

HEX381D33
Decimal562951
Binary11100011101110011
Octal703563

Shades and tints

Shades of #381D33

#381D33
(56,29,51)
#331B2F
(51,27,47)
#2E192B
(46,25,43)
#291727
(41,23,39)
#241523
(36,21,35)
#1F131F
(31,19,31)
#1A111B
(26,17,27)
#150F17
(21,15,23)
#100D13
(16,13,19)
#0B0B0F
(11,11,15)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #381D33

#381D33
(56,29,51)
#4A3145
(74,49,69)
#5C4557
(92,69,87)
#6E5969
(110,89,105)
#806D7B
(128,109,123)
#92818D
(146,129,141)
#A4959F
(164,149,159)
#B6A9B1
(182,169,177)
#C8BDC3
(200,189,195)
#DAD1D5
(218,209,213)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381D33; }

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

This text font color is #381D33.


Background Color

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

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

This div background color is #381D33.


Border color

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

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

This div border color is #381D33.


Opacity

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

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

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

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

This text has shadow with #381D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381D33 on black background.


Color preview on white background

This text has color #381D33 on white background.



Black color preview on #381D33 background

This text has black color on #381D33 background.


White color preview on #381D33 background

This text has white color on #381D33 background.