COLOR #381E1A

HEX: #381E1A
RGB: (56,30,26)

Color info

#381E1A contains red, green and blue colors in about the same proportion. Web safe color of #381E1A is #333300 (or #330).

RGB color model

#381E1A color RGB value is (56,30,26).

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

RGB channels and saturation

R 56 of 255 = 22%
G 30 of 255 = 12%
B 26 of 255 = 10%

56
30
26

R + G + B ~ 15%. #381E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 30 + 26 = 112 (100%)
R 56 of 112 ~ 50%
G 30 of 112 ~ 26.79%
B 26 of 112 ~ 23.21%

%50
%26.79
%23.21

CMYK color model

#381E1A color CMYK value is (0,46,54,78).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 53.57%
  • key color value is 78.04%
CMYK:
(0,46,54,78)
C0M46Y54K78 
(0%,46%,54%,78%)
(0.00/0.46/0.54/0.78)	

CMYK percentages

%0
%46.43
%53.57
%78.04

Codes

Color #381E1A in popluar color models

381E1A
RGB563026
HSL36.59%16.08%
HSB/HSV53.57%21.96%
CMYK0.00%46.43%53.57%
78.04%

Color #381E1A in popluar number systems.

HEX381E1A
Decimal563026
Binary1110001111011010
Octal703632

Shades and tints

Shades of #381E1A

#381E1A
(56,30,26)
#331C18
(51,28,24)
#2E1A16
(46,26,22)
#291814
(41,24,20)
#241612
(36,22,18)
#1F1410
(31,20,16)
#1A120E
(26,18,14)
#15100C
(21,16,12)
#100E0A
(16,14,10)
#0B0C08
(11,12,8)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #381E1A

#381E1A
(56,30,26)
#4A322E
(74,50,46)
#5C4642
(92,70,66)
#6E5A56
(110,90,86)
#806E6A
(128,110,106)
#92827E
(146,130,126)
#A49692
(164,150,146)
#B6AAA6
(182,170,166)
#C8BEBA
(200,190,186)
#DAD2CE
(218,210,206)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381E1A; }

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

This text font color is #381E1A.


Background Color

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

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

This div background color is #381E1A.


Border color

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

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

This div border color is #381E1A.


Opacity

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

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

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

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

This text has shadow with #381E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381E1A on black background.


Color preview on white background

This text has color #381E1A on white background.



Black color preview on #381E1A background

This text has black color on #381E1A background.


White color preview on #381E1A background

This text has white color on #381E1A background.