COLOR #381F14

HEX: #381F14
RGB: (56,31,20)

Color info

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

RGB color model

#381F14 color RGB value is (56,31,20).

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

RGB channels and saturation

R 56 of 255 = 22%
G 31 of 255 = 12%
B 20 of 255 = 8%

56
31
20

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

Portions of RGB colors in percentages

R + G + B =
56 + 31 + 20 = 107 (100%)
R 56 of 107 ~ 52.34%
G 31 of 107 ~ 28.97%
B 20 of 107 ~ 18.69%

%52.34
%28.97
%18.69

CMYK color model

#381F14 color CMYK value is (0,45,64,78).

  • cyan value is 0.00%
  • magenta value is 44.64%
  • yellow value is 64.29%
  • key color value is 78.04%
CMYK:
(0,45,64,78)
C0M45Y64K78 
(0%,45%,64%,78%)
(0.00/0.45/0.64/0.78)	

CMYK percentages

%0
%44.64
%64.29
%78.04

Codes

Color #381F14 in popluar color models

381F14
RGB563120
HSL18°47.37%14.90%
HSB/HSV18°64.29%21.96%
CMYK0.00%44.64%64.29%
78.04%

Color #381F14 in popluar number systems.

HEX381F14
Decimal563120
Binary1110001111110100
Octal703724

Shades and tints

Shades of #381F14

#381F14
(56,31,20)
#331D13
(51,29,19)
#2E1B12
(46,27,18)
#291911
(41,25,17)
#241710
(36,23,16)
#1F150F
(31,21,15)
#1A130E
(26,19,14)
#15110D
(21,17,13)
#100F0C
(16,15,12)
#0B0D0B
(11,13,11)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #381F14

#381F14
(56,31,20)
#4A3329
(74,51,41)
#5C473E
(92,71,62)
#6E5B53
(110,91,83)
#806F68
(128,111,104)
#92837D
(146,131,125)
#A49792
(164,151,146)
#B6ABA7
(182,171,167)
#C8BFBC
(200,191,188)
#DAD3D1
(218,211,209)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381F14 color. Also use rgb(56,31,20) instead hex code.

Text Font Color

.myTextColor { color: #381F14; }

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

This text font color is #381F14.


Background Color

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

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

This div background color is #381F14.


Border color

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

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

This div border color is #381F14.


Opacity

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

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

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

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

This text has shadow with #381F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381F14 on black background.


Color preview on white background

This text has color #381F14 on white background.



Black color preview on #381F14 background

This text has black color on #381F14 background.


White color preview on #381F14 background

This text has white color on #381F14 background.