COLOR #381713

HEX: #381713
RGB: (56,23,19)

Color info

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

RGB color model

#381713 color RGB value is (56,23,19).

  • red value is 56;
  • green value is 23;
  • blue value is 19.
RGB:
(56,23,19)
(22%,9%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 23 of 255 = 9%
B 19 of 255 = 7%

56
23
19

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

Portions of RGB colors in percentages

R + G + B =
56 + 23 + 19 = 98 (100%)
R 56 of 98 ~ 57.14%
G 23 of 98 ~ 23.47%
B 19 of 98 ~ 19.39%

%57.14
%23.47
%19.39

CMYK color model

#381713 color CMYK value is (0,59,66,78).

  • cyan value is 0.00%
  • magenta value is 58.93%
  • yellow value is 66.07%
  • key color value is 78.04%
CMYK:
(0,59,66,78)
C0M59Y66K78 
(0%,59%,66%,78%)
(0.00/0.59/0.66/0.78)	

CMYK percentages

%0
%58.93
%66.07
%78.04

Codes

Color #381713 in popluar color models

381713
RGB562319
HSL49.33%14.71%
HSB/HSV66.07%21.96%
CMYK0.00%58.93%66.07%
78.04%

Color #381713 in popluar number systems.

HEX381713
Decimal562319
Binary1110001011110011
Octal702723

Shades and tints

Shades of #381713

#381713
(56,23,19)
#331512
(51,21,18)
#2E1311
(46,19,17)
#291110
(41,17,16)
#240F0F
(36,15,15)
#1F0D0E
(31,13,14)
#1A0B0D
(26,11,13)
#15090C
(21,9,12)
#10070B
(16,7,11)
#0B050A
(11,5,10)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #381713

#381713
(56,23,19)
#4A2C28
(74,44,40)
#5C413D
(92,65,61)
#6E5652
(110,86,82)
#806B67
(128,107,103)
#92807C
(146,128,124)
#A49591
(164,149,145)
#B6AAA6
(182,170,166)
#C8BFBB
(200,191,187)
#DAD4D0
(218,212,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381713; }

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

This text font color is #381713.


Background Color

.myBgColor { background-color: #381713; }

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

This div background color is #381713.


Border color

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

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

This div border color is #381713.


Opacity

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

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

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

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

This text has shadow with #381713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381713 on black background.


Color preview on white background

This text has color #381713 on white background.



Black color preview on #381713 background

This text has black color on #381713 background.


White color preview on #381713 background

This text has white color on #381713 background.