COLOR #383120

HEX: #383120
RGB: (56,49,32)

Color info

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

RGB color model

#383120 color RGB value is (56,49,32).

  • red value is 56;
  • green value is 49;
  • blue value is 32.
RGB:
(56,49,32)
(22%,19%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 49 of 255 = 19%
B 32 of 255 = 13%

56
49
32

R + G + B ~ 18%. #383120 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 49 + 32 = 137 (100%)
R 56 of 137 ~ 40.88%
G 49 of 137 ~ 35.77%
B 32 of 137 ~ 23.36%

%40.88
%35.77
%23.36

CMYK color model

#383120 color CMYK value is (0,13,43,78).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(0,13,43,78)
C0M13Y43K78 
(0%,13%,43%,78%)
(0.00/0.13/0.43/0.78)	

CMYK percentages

%0
%12.5
%42.86
%78.04

Codes

Color #383120 in popluar color models

383120
RGB564932
HSL43°27.27%17.25%
HSB/HSV43°42.86%21.96%
CMYK0.00%12.50%42.86%
78.04%

Color #383120 in popluar number systems.

HEX383120
Decimal564932
Binary111000110001100000
Octal706140

Shades and tints

Shades of #383120

#383120
(56,49,32)
#332D1E
(51,45,30)
#2E291C
(46,41,28)
#29251A
(41,37,26)
#242118
(36,33,24)
#1F1D16
(31,29,22)
#1A1914
(26,25,20)
#151512
(21,21,18)
#101110
(16,17,16)
#0B0D0E
(11,13,14)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #383120

#383120
(56,49,32)
#4A4334
(74,67,52)
#5C5548
(92,85,72)
#6E675C
(110,103,92)
#807970
(128,121,112)
#928B84
(146,139,132)
#A49D98
(164,157,152)
#B6AFAC
(182,175,172)
#C8C1C0
(200,193,192)
#DAD3D4
(218,211,212)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383120 color. Also use rgb(56,49,32) instead hex code.

Text Font Color

.myTextColor { color: #383120; }

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

This text font color is #383120.


Background Color

.myBgColor { background-color: #383120; }

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

This div background color is #383120.


Border color

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

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

This div border color is #383120.


Opacity

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

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

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

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

This text has shadow with #383120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383120 on black background.


Color preview on white background

This text has color #383120 on white background.



Black color preview on #383120 background

This text has black color on #383120 background.


White color preview on #383120 background

This text has white color on #383120 background.