COLOR #381614

HEX: #381614
RGB: (56,22,20)

Color info

#381614 contains red, green and blue colors in about the same proportion. Web safe color of #381614 is #330000 (or #300).

RGB color model

#381614 color RGB value is (56,22,20).

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

RGB channels and saturation

R 56 of 255 = 22%
G 22 of 255 = 9%
B 20 of 255 = 8%

56
22
20

R + G + B ~ 13%. #381614 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 22 + 20 = 98 (100%)
R 56 of 98 ~ 57.14%
G 22 of 98 ~ 22.45%
B 20 of 98 ~ 20.41%

%57.14
%22.45
%20.41

CMYK color model

#381614 color CMYK value is (0,61,64,78).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 64.29%
  • key color value is 78.04%
CMYK:
(0,61,64,78)
C0M61Y64K78 
(0%,61%,64%,78%)
(0.00/0.61/0.64/0.78)	

CMYK percentages

%0
%60.71
%64.29
%78.04

Codes

Color #381614 in popluar color models

381614
RGB562220
HSL47.37%14.90%
HSB/HSV64.29%21.96%
CMYK0.00%60.71%64.29%
78.04%

Color #381614 in popluar number systems.

HEX381614
Decimal562220
Binary1110001011010100
Octal702624

Shades and tints

Shades of #381614

#381614
(56,22,20)
#331413
(51,20,19)
#2E1212
(46,18,18)
#291011
(41,16,17)
#240E10
(36,14,16)
#1F0C0F
(31,12,15)
#1A0A0E
(26,10,14)
#15080D
(21,8,13)
#10060C
(16,6,12)
#0B040B
(11,4,11)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #381614

#381614
(56,22,20)
#4A2B29
(74,43,41)
#5C403E
(92,64,62)
#6E5553
(110,85,83)
#806A68
(128,106,104)
#927F7D
(146,127,125)
#A49492
(164,148,146)
#B6A9A7
(182,169,167)
#C8BEBC
(200,190,188)
#DAD3D1
(218,211,209)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381614; }

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

This text font color is #381614.


Background Color

.myBgColor { background-color: #381614; }

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

This div background color is #381614.


Border color

.myBorderColor { border: 1px solid #381614; }

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

This div border color is #381614.


Opacity

.myOpacity80 { color: #381614; opacity: 0.8; }

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

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

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

This text has shadow with #381614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381614 on black background.


Color preview on white background

This text has color #381614 on white background.



Black color preview on #381614 background

This text has black color on #381614 background.


White color preview on #381614 background

This text has white color on #381614 background.