COLOR #381D10

HEX: #381D10
RGB: (56,29,16)

Color info

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

RGB color model

#381D10 color RGB value is (56,29,16).

  • red value is 56;
  • green value is 29;
  • blue value is 16.
RGB:
(56,29,16)
(22%,11%,6%)

RGB channels and saturation

R 56 of 255 = 22%
G 29 of 255 = 11%
B 16 of 255 = 6%

56
29
16

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

Portions of RGB colors in percentages

R + G + B =
56 + 29 + 16 = 101 (100%)
R 56 of 101 ~ 55.45%
G 29 of 101 ~ 28.71%
B 16 of 101 ~ 15.84%

%55.45
%28.71
%15.84

CMYK color model

#381D10 color CMYK value is (0,48,71,78).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 71.43%
  • key color value is 78.04%
CMYK:
(0,48,71,78)
C0M48Y71K78 
(0%,48%,71%,78%)
(0.00/0.48/0.71/0.78)	

CMYK percentages

%0
%48.21
%71.43
%78.04

Codes

Color #381D10 in popluar color models

381D10
RGB562916
HSL20°55.56%14.12%
HSB/HSV20°71.43%21.96%
CMYK0.00%48.21%71.43%
78.04%

Color #381D10 in popluar number systems.

HEX381D10
Decimal562916
Binary1110001110110000
Octal703520

Shades and tints

Shades of #381D10

#381D10
(56,29,16)
#331B0F
(51,27,15)
#2E190E
(46,25,14)
#29170D
(41,23,13)
#24150C
(36,21,12)
#1F130B
(31,19,11)
#1A110A
(26,17,10)
#150F09
(21,15,9)
#100D08
(16,13,8)
#0B0B07
(11,11,7)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #381D10

#381D10
(56,29,16)
#4A3125
(74,49,37)
#5C453A
(92,69,58)
#6E594F
(110,89,79)
#806D64
(128,109,100)
#928179
(146,129,121)
#A4958E
(164,149,142)
#B6A9A3
(182,169,163)
#C8BDB8
(200,189,184)
#DAD1CD
(218,209,205)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381D10 color. Also use rgb(56,29,16) instead hex code.

Text Font Color

.myTextColor { color: #381D10; }

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

This text font color is #381D10.


Background Color

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

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

This div background color is #381D10.


Border color

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

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

This div border color is #381D10.


Opacity

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

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

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

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

This text has shadow with #381D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381D10 on black background.


Color preview on white background

This text has color #381D10 on white background.



Black color preview on #381D10 background

This text has black color on #381D10 background.


White color preview on #381D10 background

This text has white color on #381D10 background.