COLOR #382921

HEX: #382921
RGB: (56,41,33)

Color info

#382921 contains red, green and blue colors in about the same proportion. Web safe color of #382921 is #333333 (or #333).

RGB color model

#382921 color RGB value is (56,41,33).

  • red value is 56;
  • green value is 41;
  • blue value is 33.
RGB:
(56,41,33)
(22%,16%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 41 of 255 = 16%
B 33 of 255 = 13%

56
41
33

R + G + B ~ 17%. #382921 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 41 + 33 = 130 (100%)
R 56 of 130 ~ 43.08%
G 41 of 130 ~ 31.54%
B 33 of 130 ~ 25.38%

%43.08
%31.54
%25.38

CMYK color model

#382921 color CMYK value is (0,27,41,78).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK:
(0,27,41,78)
C0M27Y41K78 
(0%,27%,41%,78%)
(0.00/0.27/0.41/0.78)	

CMYK percentages

%0
%26.79
%41.07
%78.04

Codes

Color #382921 in popluar color models

382921
RGB564133
HSL21°25.84%17.45%
HSB/HSV21°41.07%21.96%
CMYK0.00%26.79%41.07%
78.04%

Color #382921 in popluar number systems.

HEX382921
Decimal564133
Binary111000101001100001
Octal705141

Shades and tints

Shades of #382921

#382921
(56,41,33)
#33261E
(51,38,30)
#2E231B
(46,35,27)
#292018
(41,32,24)
#241D15
(36,29,21)
#1F1A12
(31,26,18)
#1A170F
(26,23,15)
#15140C
(21,20,12)
#101109
(16,17,9)
#0B0E06
(11,14,6)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #382921

#382921
(56,41,33)
#4A3C35
(74,60,53)
#5C4F49
(92,79,73)
#6E625D
(110,98,93)
#807571
(128,117,113)
#928885
(146,136,133)
#A49B99
(164,155,153)
#B6AEAD
(182,174,173)
#C8C1C1
(200,193,193)
#DAD4D5
(218,212,213)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382921 color. Also use rgb(56,41,33) instead hex code.

Text Font Color

.myTextColor { color: #382921; }

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

This text font color is #382921.


Background Color

.myBgColor { background-color: #382921; }

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

This div background color is #382921.


Border color

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

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

This div border color is #382921.


Opacity

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

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

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

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

This text has shadow with #382921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382921 on black background.


Color preview on white background

This text has color #382921 on white background.



Black color preview on #382921 background

This text has black color on #382921 background.


White color preview on #382921 background

This text has white color on #382921 background.