COLOR #381301

HEX: #381301 RGB: (56,19,1)

Color info

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

RGB color model

#381301 color RGB value is (56,19,1).

RGB: (56,19,1) (22%, 7%, 0%)

RGB channels and saturation

R 56 of 255 = 22%
G 19 of 255 = 7%
B 1 of 255 = 0%

56
19
1

R + G + B ~ 10%. #381301 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 19 + 1 = 76 (100%)
R 56 of 76 ~ 73.68%
G 19 of 76 ~ 25%
B 1 of 76 ~ 1.32'%

%73.68
%25

CMYK color model

#381301 color CMYK value is (0,66,98,78).

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

CMYK: (0,66,98,78)
C0M66Y98K78 (0%, 66%, 98%, 78%)
(0.00 / 0.66 / 0.98 / 0.78)

CMYK percentages

%0
%66.07
%98.21
%78.04

Codes

Color #381301 in popluar color models

38 13 01
RGB 56 19 1
HSL 20° 96.49% 11.18%
HSB/HSV 20° 98.21% 21.96%
CMYK 0.00% 66.07% 98.21%
78.04%

Color #381301 in popluar number systems.

HEX 38 13 01
Decimal 56 19 1
Binary 111000 10011 1
Octal 70 23 1

Shades and tints

Shades of #381301

#381301
(56,19,1)
#331201
(51,18,1)
#2E1101
(46,17,1)
#291001
(41,16,1)
#240F01
(36,15,1)
#1F0E01
(31,14,1)
#1A0D01
(26,13,1)
#150C01
(21,12,1)
#100B01
(16,11,1)
#0B0A01
(11,10,1)
#060901
(6,9,1)
#000000
(0,0,0)

Tints of #381301

#381301
(56,19,1)
#4A2818
(74,40,24)
#5C3D2F
(92,61,47)
#6E5246
(110,82,70)
#80675D
(128,103,93)
#927C74
(146,124,116)
#A4918B
(164,145,139)
#B6A6A2
(182,166,162)
#C8BBB9
(200,187,185)
#DAD0D0
(218,208,208)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381301; }

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

This text font color is #381301.

Background Color

.myBgColor { background-color: #381301; }

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

This div background color is #381301.

Border color

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

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

This div border color is #381301.

Opacity

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

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

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

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

This text has shadow with #381301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381301.

Preview

Color preview on black background

This text has color #381301 on black background.


Color preview on white background

This text has color #381301 on white background.


Black color preview on #381301 background

This text has black color on #381301 background.


White color preview on #381301 background

This text has white color on #381301 background.


Related colors

Complementary color

Complementary color for #hex is #C7ECFE.


I love getcolorcode.com

Triadic colors

1 #013813 and #130138 with #381301 are triadic colors.

2 #011338 and #133801 with #381301 are triadic colors.