COLOR #381F01

HEX: #381F01 RGB: (56,31,1)

Color info

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

RGB color model

#381F01 color RGB value is (56,31,1).

RGB: (56,31,1) (22%, 12%, 0%)

RGB channels and saturation

R 56 of 255 = 22%
G 31 of 255 = 12%
B 1 of 255 = 0%

56
31
1

R + G + B ~ 11%. #381F01 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 31 + 1 = 88 (100%)
R 56 of 88 ~ 63.64%
G 31 of 88 ~ 35.23%
B 1 of 88 ~ 1.14'%

%63.64
%35.23

CMYK color model

#381F01 color CMYK value is (0,45,98,78).

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

CMYK: (0,45,98,78)
C0M45Y98K78 (0%, 45%, 98%, 78%)
(0.00 / 0.45 / 0.98 / 0.78)

CMYK percentages

%0
%44.64
%98.21
%78.04

Codes

Color #381F01 in popluar color models

38 1F 01
RGB 56 31 1
HSL 33° 96.49% 11.18%
HSB/HSV 33° 98.21% 21.96%
CMYK 0.00% 44.64% 98.21%
78.04%

Color #381F01 in popluar number systems.

HEX 38 1F 01
Decimal 56 31 1
Binary 111000 11111 1
Octal 70 37 1

Shades and tints

Shades of #381F01

#381F01
(56,31,1)
#331D01
(51,29,1)
#2E1B01
(46,27,1)
#291901
(41,25,1)
#241701
(36,23,1)
#1F1501
(31,21,1)
#1A1301
(26,19,1)
#151101
(21,17,1)
#100F01
(16,15,1)
#0B0D01
(11,13,1)
#060B01
(6,11,1)
#000000
(0,0,0)

Tints of #381F01

#381F01
(56,31,1)
#4A3318
(74,51,24)
#5C472F
(92,71,47)
#6E5B46
(110,91,70)
#806F5D
(128,111,93)
#928374
(146,131,116)
#A4978B
(164,151,139)
#B6ABA2
(182,171,162)
#C8BFB9
(200,191,185)
#DAD3D0
(218,211,208)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381F01; }

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

This text font color is #381F01.

Background Color

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

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

This div background color is #381F01.

Border color

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

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

This div border color is #381F01.

Opacity

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

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

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

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

This text has shadow with #381F01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381F01.

Preview

Color preview on black background

This text has color #381F01 on black background.


Color preview on white background

This text has color #381F01 on white background.


Black color preview on #381F01 background

This text has black color on #381F01 background.


White color preview on #381F01 background

This text has white color on #381F01 background.


Related colors

Complementary color

Complementary color for #hex is #C7E0FE.


I love getcolorcode.com

Triadic colors

1 #01381F and #1F0138 with #381F01 are triadic colors.

2 #011F38 and #1F3801 with #381F01 are triadic colors.