COLOR #382C19

HEX: #382C19 RGB: (56,44,25)

Color info

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

RGB color model

#382C19 color RGB value is (56,44,25).

RGB: (56,44,25) (22%, 17%, 10%)

RGB channels and saturation

R 56 of 255 = 22%
G 44 of 255 = 17%
B 25 of 255 = 10%

56
44
25

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

Portions of RGB colors in percentages

R + G + B = 56 + 44 + 25 = 125 (100%)
R 56 of 125 ~ 44.8%
G 44 of 125 ~ 35.2%
B 25 of 125 ~ 20'%

%44.8
%35.2
%20

CMYK color model

#382C19 color CMYK value is (0,21,55,78).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 55.36%
  • key color value is 78.04%

CMYK: (0,21,55,78)
C0M21Y55K78 (0%, 21%, 55%, 78%)
(0.00 / 0.21 / 0.55 / 0.78)

CMYK percentages

%0
%21.43
%55.36
%78.04

Codes

Color #382C19 in popluar color models

38 2C 19
RGB 56 44 25
HSL 37° 38.27% 15.88%
HSB/HSV 37° 55.36% 21.96%
CMYK 0.00% 21.43% 55.36%
78.04%

Color #382C19 in popluar number systems.

HEX 38 2C 19
Decimal 56 44 25
Binary 111000 101100 11001
Octal 70 54 31

Shades and tints

Shades of #382C19

#382C19
(56,44,25)
#332817
(51,40,23)
#2E2415
(46,36,21)
#292013
(41,32,19)
#241C11
(36,28,17)
#1F180F
(31,24,15)
#1A140D
(26,20,13)
#15100B
(21,16,11)
#100C09
(16,12,9)
#0B0807
(11,8,7)
#060405
(6,4,5)
#000000
(0,0,0)

Tints of #382C19

#382C19
(56,44,25)
#4A3F2D
(74,63,45)
#5C5241
(92,82,65)
#6E6555
(110,101,85)
#807869
(128,120,105)
#928B7D
(146,139,125)
#A49E91
(164,158,145)
#B6B1A5
(182,177,165)
#C8C4B9
(200,196,185)
#DAD7CD
(218,215,205)
#ECEAE1
(236,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #382C19; }

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

This text font color is #382C19.

Background Color

.myBgColor { background-color: #382C19; }

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

This div background color is #382C19.

Border color

.myBorderColor { border: 1px solid #382C19; }

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

This div border color is #382C19.

Opacity

.myOpacity80 { color: #382C19; opacity: 0.8; }

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

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

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

This text has shadow with #382C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #382C19.

Preview

Color preview on black background

This text has color #382C19 on black background.


Color preview on white background

This text has color #382C19 on white background.


Black color preview on #382C19 background

This text has black color on #382C19 background.


White color preview on #382C19 background

This text has white color on #382C19 background.


Related colors

Complementary color

Complementary color for #hex is #C7D3E6.


I love getcolorcode.com

Triadic colors

1 #19382C and #2C1938 with #382C19 are triadic colors.

2 #192C38 and #2C3819 with #382C19 are triadic colors.