COLOR #381B00

HEX: #381B00 RGB: (56,27,0)

Color info

#381B00 contains only red and green colors. Web safe color of #381B00 is #333300 (or #330).

RGB color model

#381B00 color RGB value is (56,27,0).

RGB: (56,27,0) (22%, 11%, 0%)

RGB channels and saturation

R 56 of 255 = 22%
G 27 of 255 = 11%
B 0 of 255 = 0%

56
27
0

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

Portions of RGB colors in percentages

R + G + B = 56 + 27 + 0 = 83 (100%)
R 56 of 83 ~ 67.47%
G 27 of 83 ~ 32.53%
B 0 of 83 ~ 0'%

%67.47
%32.53

CMYK color model

#381B00 color CMYK value is (0,52,100,78).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 100.00%
  • key color value is 78.04%

CMYK: (0,52,100,78)
C0M52Y100K78 (0%, 52%, 100%, 78%)
(0.00 / 0.52 / 1.00 / 0.78)

CMYK percentages

%0
%51.79
%100
%78.04

Codes

Color #381B00 in popluar color models

38 1B 00
RGB 56 27 0
HSL 29° 100.00% 10.98%
HSB/HSV 29° 100.00% 21.96%
CMYK 0.00% 51.79% 100.00%
78.04%

Color #381B00 in popluar number systems.

HEX 38 1B 00
Decimal 56 27 0
Binary 111000 11011 0
Octal 70 33 0

Shades and tints

Shades of #381B00

#381B00
(56,27,0)
#331900
(51,25,0)
#2E1700
(46,23,0)
#291500
(41,21,0)
#241300
(36,19,0)
#1F1100
(31,17,0)
#1A0F00
(26,15,0)
#150D00
(21,13,0)
#100B00
(16,11,0)
#0B0900
(11,9,0)
#060700
(6,7,0)
#000000
(0,0,0)

Tints of #381B00

#381B00
(56,27,0)
#4A2F17
(74,47,23)
#5C432E
(92,67,46)
#6E5745
(110,87,69)
#806B5C
(128,107,92)
#927F73
(146,127,115)
#A4938A
(164,147,138)
#B6A7A1
(182,167,161)
#C8BBB8
(200,187,184)
#DACFCF
(218,207,207)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381B00 color. Also use rgb(56,27,0) instead hex code.

Text Font Color

.myTextColor { color: #381B00; }

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

This text font color is #381B00.

Background Color

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

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

This div background color is #381B00.

Border color

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

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

This div border color is #381B00.

Opacity

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

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

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

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

This text has shadow with #381B00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381B00.

Preview

Color preview on black background

This text has color #381B00 on black background.


Color preview on white background

This text has color #381B00 on white background.


Black color preview on #381B00 background

This text has black color on #381B00 background.


White color preview on #381B00 background

This text has white color on #381B00 background.


Related colors

Complementary color

Complementary color for #hex is #C7E4FF.


I love getcolorcode.com

Triadic colors

1 #00381B and #1B0038 with #381B00 are triadic colors.

2 #001B38 and #1B3800 with #381B00 are triadic colors.