COLOR #384820

HEX: #384820
RGB: (56,72,32)

Color info

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

RGB color model

#384820 color RGB value is (56,72,32).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 32 of 255 = 13%

56
72
32

R + G + B ~ 21%. #384820 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 32 = 160 (100%)
R 56 of 160 ~ 35%
G 72 of 160 ~ 45%
B 32 of 160 ~ 20%

%35
%45
%20

CMYK color model

#384820 color CMYK value is (22,0,56,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 71.76%
CMYK:
(22,0,56,72)
C22M0Y56K72 
(22%,0%,56%,72%)
(0.22/0.00/0.56/0.72)	

CMYK percentages

%22.22
%0
%55.56
%71.76

Codes

Color #384820 in popluar color models

384820
RGB567232
HSL84°38.46%20.39%
HSB/HSV84°55.56%28.24%
CMYK22.22%0.00%55.56%
71.76%

Color #384820 in popluar number systems.

HEX384820
Decimal567232
Binary1110001001000100000
Octal7011040

Shades and tints

Shades of #384820

#384820
(56,72,32)
#33421E
(51,66,30)
#2E3C1C
(46,60,28)
#29361A
(41,54,26)
#243018
(36,48,24)
#1F2A16
(31,42,22)
#1A2414
(26,36,20)
#151E12
(21,30,18)
#101810
(16,24,16)
#0B120E
(11,18,14)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #384820

#384820
(56,72,32)
#4A5834
(74,88,52)
#5C6848
(92,104,72)
#6E785C
(110,120,92)
#808870
(128,136,112)
#929884
(146,152,132)
#A4A898
(164,168,152)
#B6B8AC
(182,184,172)
#C8C8C0
(200,200,192)
#DAD8D4
(218,216,212)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384820; }

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

This text font color is #384820.


Background Color

.myBgColor { background-color: #384820; }

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

This div background color is #384820.


Border color

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

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

This div border color is #384820.


Opacity

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

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

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

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

This text has shadow with #384820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384820 on black background.


Color preview on white background

This text has color #384820 on white background.



Black color preview on #384820 background

This text has black color on #384820 background.


White color preview on #384820 background

This text has white color on #384820 background.