COLOR #381312

HEX: #381312
RGB: (56,19,18)

Color info

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

RGB color model

#381312 color RGB value is (56,19,18).

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

RGB channels and saturation

R 56 of 255 = 22%
G 19 of 255 = 7%
B 18 of 255 = 7%

56
19
18

R + G + B ~ 12%. #381312 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 19 + 18 = 93 (100%)
R 56 of 93 ~ 60.22%
G 19 of 93 ~ 20.43%
B 18 of 93 ~ 19.35%

%60.22
%20.43
%19.35

CMYK color model

#381312 color CMYK value is (0,66,68,78).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 67.86%
  • key color value is 78.04%
CMYK:
(0,66,68,78)
C0M66Y68K78 
(0%,66%,68%,78%)
(0.00/0.66/0.68/0.78)	

CMYK percentages

%0
%66.07
%67.86
%78.04

Codes

Color #381312 in popluar color models

381312
RGB561918
HSL51.35%14.51%
HSB/HSV67.86%21.96%
CMYK0.00%66.07%67.86%
78.04%

Color #381312 in popluar number systems.

HEX381312
Decimal561918
Binary1110001001110010
Octal702322

Shades and tints

Shades of #381312

#381312
(56,19,18)
#331211
(51,18,17)
#2E1110
(46,17,16)
#29100F
(41,16,15)
#240F0E
(36,15,14)
#1F0E0D
(31,14,13)
#1A0D0C
(26,13,12)
#150C0B
(21,12,11)
#100B0A
(16,11,10)
#0B0A09
(11,10,9)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #381312

#381312
(56,19,18)
#4A2827
(74,40,39)
#5C3D3C
(92,61,60)
#6E5251
(110,82,81)
#806766
(128,103,102)
#927C7B
(146,124,123)
#A49190
(164,145,144)
#B6A6A5
(182,166,165)
#C8BBBA
(200,187,186)
#DAD0CF
(218,208,207)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381312; }

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

This text font color is #381312.


Background Color

.myBgColor { background-color: #381312; }

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

This div background color is #381312.


Border color

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

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

This div border color is #381312.


Opacity

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

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

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

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

This text has shadow with #381312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381312 on black background.


Color preview on white background

This text has color #381312 on white background.



Black color preview on #381312 background

This text has black color on #381312 background.


White color preview on #381312 background

This text has white color on #381312 background.