COLOR #381E34

HEX: #381E34
RGB: (56,30,52)

Color info

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

RGB color model

#381E34 color RGB value is (56,30,52).

  • red value is 56;
  • green value is 30;
  • blue value is 52.
RGB:
(56,30,52)
(22%,12%,20%)

RGB channels and saturation

R 56 of 255 = 22%
G 30 of 255 = 12%
B 52 of 255 = 20%

56
30
52

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

Portions of RGB colors in percentages

R + G + B =
56 + 30 + 52 = 138 (100%)
R 56 of 138 ~ 40.58%
G 30 of 138 ~ 21.74%
B 52 of 138 ~ 37.68%

%40.58
%21.74
%37.68

CMYK color model

#381E34 color CMYK value is (0,46,7,78).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 7.14%
  • key color value is 78.04%
CMYK:
(0,46,7,78)
C0M46Y7K78 
(0%,46%,7%,78%)
(0.00/0.46/0.07/0.78)	

CMYK percentages

%0
%46.43
%7.14
%78.04

Codes

Color #381E34 in popluar color models

381E34
RGB563052
HSL309°30.23%16.86%
HSB/HSV309°46.43%21.96%
CMYK0.00%46.43%7.14%
78.04%

Color #381E34 in popluar number systems.

HEX381E34
Decimal563052
Binary11100011110110100
Octal703664

Shades and tints

Shades of #381E34

#381E34
(56,30,52)
#331C30
(51,28,48)
#2E1A2C
(46,26,44)
#291828
(41,24,40)
#241624
(36,22,36)
#1F1420
(31,20,32)
#1A121C
(26,18,28)
#151018
(21,16,24)
#100E14
(16,14,20)
#0B0C10
(11,12,16)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #381E34

#381E34
(56,30,52)
#4A3246
(74,50,70)
#5C4658
(92,70,88)
#6E5A6A
(110,90,106)
#806E7C
(128,110,124)
#92828E
(146,130,142)
#A496A0
(164,150,160)
#B6AAB2
(182,170,178)
#C8BEC4
(200,190,196)
#DAD2D6
(218,210,214)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381E34 color. Also use rgb(56,30,52) instead hex code.

Text Font Color

.myTextColor { color: #381E34; }

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

This text font color is #381E34.


Background Color

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

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

This div background color is #381E34.


Border color

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

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

This div border color is #381E34.


Opacity

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

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

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

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

This text has shadow with #381E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381E34 on black background.


Color preview on white background

This text has color #381E34 on white background.



Black color preview on #381E34 background

This text has black color on #381E34 background.


White color preview on #381E34 background

This text has white color on #381E34 background.