COLOR #381809

HEX: #381809
RGB: (56,24,9)

Color info

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

RGB color model

#381809 color RGB value is (56,24,9).

  • red value is 56;
  • green value is 24;
  • blue value is 9.
RGB:
(56,24,9)
(22%,9%,4%)

RGB channels and saturation

R 56 of 255 = 22%
G 24 of 255 = 9%
B 9 of 255 = 4%

56
24
9

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

Portions of RGB colors in percentages

R + G + B =
56 + 24 + 9 = 89 (100%)
R 56 of 89 ~ 62.92%
G 24 of 89 ~ 26.97%
B 9 of 89 ~ 10.11%

%62.92
%26.97
%10.11

CMYK color model

#381809 color CMYK value is (0,57,84,78).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 83.93%
  • key color value is 78.04%
CMYK:
(0,57,84,78)
C0M57Y84K78 
(0%,57%,84%,78%)
(0.00/0.57/0.84/0.78)	

CMYK percentages

%0
%57.14
%83.93
%78.04

Codes

Color #381809 in popluar color models

381809
RGB56249
HSL19°72.31%12.75%
HSB/HSV19°83.93%21.96%
CMYK0.00%57.14%83.93%
78.04%

Color #381809 in popluar number systems.

HEX381809
Decimal56249
Binary111000110001001
Octal703011

Shades and tints

Shades of #381809

#381809
(56,24,9)
#331609
(51,22,9)
#2E1409
(46,20,9)
#291209
(41,18,9)
#241009
(36,16,9)
#1F0E09
(31,14,9)
#1A0C09
(26,12,9)
#150A09
(21,10,9)
#100809
(16,8,9)
#0B0609
(11,6,9)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #381809

#381809
(56,24,9)
#4A2D1F
(74,45,31)
#5C4235
(92,66,53)
#6E574B
(110,87,75)
#806C61
(128,108,97)
#928177
(146,129,119)
#A4968D
(164,150,141)
#B6ABA3
(182,171,163)
#C8C0B9
(200,192,185)
#DAD5CF
(218,213,207)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381809 color. Also use rgb(56,24,9) instead hex code.

Text Font Color

.myTextColor { color: #381809; }

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

This text font color is #381809.


Background Color

.myBgColor { background-color: #381809; }

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

This div background color is #381809.


Border color

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

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

This div border color is #381809.


Opacity

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

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

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

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

This text has shadow with #381809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381809 on black background.


Color preview on white background

This text has color #381809 on white background.



Black color preview on #381809 background

This text has black color on #381809 background.


White color preview on #381809 background

This text has white color on #381809 background.