COLOR #381E13

HEX: #381E13 RGB: (56,30,19)

Color info

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

RGB color model

#381E13 color RGB value is (56,30,19).

RGB: (56,30,19) (22%, 12%, 7%)

RGB channels and saturation

R 56 of 255 = 22%
G 30 of 255 = 12%
B 19 of 255 = 7%

56
30
19

R + G + B ~ 14%. #381E13 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 30 + 19 = 105 (100%)
R 56 of 105 ~ 53.33%
G 30 of 105 ~ 28.57%
B 19 of 105 ~ 18.1'%

%53.33
%28.57
%18.1

CMYK color model

#381E13 color CMYK value is (0,46,66,78).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 66.07%
  • key color value is 78.04%

CMYK: (0,46,66,78)
C0M46Y66K78 (0%, 46%, 66%, 78%)
(0.00 / 0.46 / 0.66 / 0.78)

CMYK percentages

%0
%46.43
%66.07
%78.04

Codes

Color #381E13 in popluar color models

38 1E 13
RGB 56 30 19
HSL 18° 49.33% 14.71%
HSB/HSV 18° 66.07% 21.96%
CMYK 0.00% 46.43% 66.07%
78.04%

Color #381E13 in popluar number systems.

HEX 38 1E 13
Decimal 56 30 19
Binary 111000 11110 10011
Octal 70 36 23

Shades and tints

Shades of #381E13

#381E13
(56,30,19)
#331C12
(51,28,18)
#2E1A11
(46,26,17)
#291810
(41,24,16)
#24160F
(36,22,15)
#1F140E
(31,20,14)
#1A120D
(26,18,13)
#15100C
(21,16,12)
#100E0B
(16,14,11)
#0B0C0A
(11,12,10)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #381E13

#381E13
(56,30,19)
#4A3228
(74,50,40)
#5C463D
(92,70,61)
#6E5A52
(110,90,82)
#806E67
(128,110,103)
#92827C
(146,130,124)
#A49691
(164,150,145)
#B6AAA6
(182,170,166)
#C8BEBB
(200,190,187)
#DAD2D0
(218,210,208)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381E13; }

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

This text font color is #381E13.

Background Color

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

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

This div background color is #381E13.

Border color

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

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

This div border color is #381E13.

Opacity

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

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

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

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

This text has shadow with #381E13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381E13.

Preview

Color preview on black background

This text has color #381E13 on black background.


Color preview on white background

This text has color #381E13 on white background.


Black color preview on #381E13 background

This text has black color on #381E13 background.


White color preview on #381E13 background

This text has white color on #381E13 background.


Related colors

Complementary color

Complementary color for #hex is #C7E1EC.


I love getcolorcode.com

Triadic colors

1 #13381E and #1E1338 with #381E13 are triadic colors.

2 #131E38 and #1E3813 with #381E13 are triadic colors.