COLOR #381E24

HEX: #381E24
RGB: (56,30,36)

Color info

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

RGB color model

#381E24 color RGB value is (56,30,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 30 of 255 = 12%
B 36 of 255 = 14%

56
30
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 30 + 36 = 122 (100%)
R 56 of 122 ~ 45.9%
G 30 of 122 ~ 24.59%
B 36 of 122 ~ 29.51%

%45.9
%24.59
%29.51

CMYK color model

#381E24 color CMYK value is (0,46,36,78).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(0,46,36,78)
C0M46Y36K78 
(0%,46%,36%,78%)
(0.00/0.46/0.36/0.78)	

CMYK percentages

%0
%46.43
%35.71
%78.04

Codes

Color #381E24 in popluar color models

381E24
RGB563036
HSL346°30.23%16.86%
HSB/HSV346°46.43%21.96%
CMYK0.00%46.43%35.71%
78.04%

Color #381E24 in popluar number systems.

HEX381E24
Decimal563036
Binary11100011110100100
Octal703644

Shades and tints

Shades of #381E24

#381E24
(56,30,36)
#331C21
(51,28,33)
#2E1A1E
(46,26,30)
#29181B
(41,24,27)
#241618
(36,22,24)
#1F1415
(31,20,21)
#1A1212
(26,18,18)
#15100F
(21,16,15)
#100E0C
(16,14,12)
#0B0C09
(11,12,9)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #381E24

#381E24
(56,30,36)
#4A3237
(74,50,55)
#5C464A
(92,70,74)
#6E5A5D
(110,90,93)
#806E70
(128,110,112)
#928283
(146,130,131)
#A49696
(164,150,150)
#B6AAA9
(182,170,169)
#C8BEBC
(200,190,188)
#DAD2CF
(218,210,207)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381E24; }

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

This text font color is #381E24.


Background Color

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

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

This div background color is #381E24.


Border color

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

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

This div border color is #381E24.


Opacity

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

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

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

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

This text has shadow with #381E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381E24 on black background.


Color preview on white background

This text has color #381E24 on white background.



Black color preview on #381E24 background

This text has black color on #381E24 background.


White color preview on #381E24 background

This text has white color on #381E24 background.