COLOR #384321

HEX: #384321
RGB: (56,67,33)

Color info

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

RGB color model

#384321 color RGB value is (56,67,33).

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

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 33 of 255 = 13%

56
67
33

R + G + B ~ 20%. #384321 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 33 = 156 (100%)
R 56 of 156 ~ 35.9%
G 67 of 156 ~ 42.95%
B 33 of 156 ~ 21.15%

%35.9
%42.95
%21.15

CMYK color model

#384321 color CMYK value is (16,0,51,74).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 73.73%
CMYK:
(16,0,51,74)
C16M0Y51K74 
(16%,0%,51%,74%)
(0.16/0.00/0.51/0.74)	

CMYK percentages

%16.42
%0
%50.75
%73.73

Codes

Color #384321 in popluar color models

384321
RGB566733
HSL79°34.00%19.61%
HSB/HSV79°50.75%26.27%
CMYK16.42%0.00%50.75%
73.73%

Color #384321 in popluar number systems.

HEX384321
Decimal566733
Binary1110001000011100001
Octal7010341

Shades and tints

Shades of #384321

#384321
(56,67,33)
#333D1E
(51,61,30)
#2E371B
(46,55,27)
#293118
(41,49,24)
#242B15
(36,43,21)
#1F2512
(31,37,18)
#1A1F0F
(26,31,15)
#15190C
(21,25,12)
#101309
(16,19,9)
#0B0D06
(11,13,6)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #384321

#384321
(56,67,33)
#4A5435
(74,84,53)
#5C6549
(92,101,73)
#6E765D
(110,118,93)
#808771
(128,135,113)
#929885
(146,152,133)
#A4A999
(164,169,153)
#B6BAAD
(182,186,173)
#C8CBC1
(200,203,193)
#DADCD5
(218,220,213)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384321; }

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

This text font color is #384321.


Background Color

.myBgColor { background-color: #384321; }

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

This div background color is #384321.


Border color

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

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

This div border color is #384321.


Opacity

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

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

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

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

This text has shadow with #384321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384321 on black background.


Color preview on white background

This text has color #384321 on white background.



Black color preview on #384321 background

This text has black color on #384321 background.


White color preview on #384321 background

This text has white color on #384321 background.