COLOR #382519

HEX: #382519
RGB: (56,37,25)

Color info

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

RGB color model

#382519 color RGB value is (56,37,25).

  • red value is 56;
  • green value is 37;
  • blue value is 25.
RGB:
(56,37,25)
(22%,15%,10%)

RGB channels and saturation

R 56 of 255 = 22%
G 37 of 255 = 15%
B 25 of 255 = 10%

56
37
25

R + G + B ~ 16%. #382519 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 37 + 25 = 118 (100%)
R 56 of 118 ~ 47.46%
G 37 of 118 ~ 31.36%
B 25 of 118 ~ 21.19%

%47.46
%31.36
%21.19

CMYK color model

#382519 color CMYK value is (0,34,55,78).

  • cyan value is 0.00%
  • magenta value is 33.93%
  • yellow value is 55.36%
  • key color value is 78.04%
CMYK:
(0,34,55,78)
C0M34Y55K78 
(0%,34%,55%,78%)
(0.00/0.34/0.55/0.78)	

CMYK percentages

%0
%33.93
%55.36
%78.04

Codes

Color #382519 in popluar color models

382519
RGB563725
HSL23°38.27%15.88%
HSB/HSV23°55.36%21.96%
CMYK0.00%33.93%55.36%
78.04%

Color #382519 in popluar number systems.

HEX382519
Decimal563725
Binary11100010010111001
Octal704531

Shades and tints

Shades of #382519

#382519
(56,37,25)
#332217
(51,34,23)
#2E1F15
(46,31,21)
#291C13
(41,28,19)
#241911
(36,25,17)
#1F160F
(31,22,15)
#1A130D
(26,19,13)
#15100B
(21,16,11)
#100D09
(16,13,9)
#0B0A07
(11,10,7)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #382519

#382519
(56,37,25)
#4A382D
(74,56,45)
#5C4B41
(92,75,65)
#6E5E55
(110,94,85)
#807169
(128,113,105)
#92847D
(146,132,125)
#A49791
(164,151,145)
#B6AAA5
(182,170,165)
#C8BDB9
(200,189,185)
#DAD0CD
(218,208,205)
#ECE3E1
(236,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382519 color. Also use rgb(56,37,25) instead hex code.

Text Font Color

.myTextColor { color: #382519; }

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

This text font color is #382519.


Background Color

.myBgColor { background-color: #382519; }

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

This div background color is #382519.


Border color

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

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

This div border color is #382519.


Opacity

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

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

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

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

This text has shadow with #382519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382519 on black background.


Color preview on white background

This text has color #382519 on white background.



Black color preview on #382519 background

This text has black color on #382519 background.


White color preview on #382519 background

This text has white color on #382519 background.