COLOR #384421

HEX: #384421
RGB: (56,68,33)

Color info

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

RGB color model

#384421 color RGB value is (56,68,33).

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

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 33 of 255 = 13%

56
68
33

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

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 33 = 157 (100%)
R 56 of 157 ~ 35.67%
G 68 of 157 ~ 43.31%
B 33 of 157 ~ 21.02%

%35.67
%43.31
%21.02

CMYK color model

#384421 color CMYK value is (18,0,51,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(18,0,51,73)
C18M0Y51K73 
(18%,0%,51%,73%)
(0.18/0.00/0.51/0.73)	

CMYK percentages

%17.65
%0
%51.47
%73.33

Codes

Color #384421 in popluar color models

384421
RGB566833
HSL81°34.65%19.80%
HSB/HSV81°51.47%26.67%
CMYK17.65%0.00%51.47%
73.33%

Color #384421 in popluar number systems.

HEX384421
Decimal566833
Binary1110001000100100001
Octal7010441

Shades and tints

Shades of #384421

#384421
(56,68,33)
#333E1E
(51,62,30)
#2E381B
(46,56,27)
#293218
(41,50,24)
#242C15
(36,44,21)
#1F2612
(31,38,18)
#1A200F
(26,32,15)
#151A0C
(21,26,12)
#101409
(16,20,9)
#0B0E06
(11,14,6)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #384421

#384421
(56,68,33)
#4A5535
(74,85,53)
#5C6649
(92,102,73)
#6E775D
(110,119,93)
#808871
(128,136,113)
#929985
(146,153,133)
#A4AA99
(164,170,153)
#B6BBAD
(182,187,173)
#C8CCC1
(200,204,193)
#DADDD5
(218,221,213)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384421; }

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

This text font color is #384421.


Background Color

.myBgColor { background-color: #384421; }

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

This div background color is #384421.


Border color

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

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

This div border color is #384421.


Opacity

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

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

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

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

This text has shadow with #384421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384421 on black background.


Color preview on white background

This text has color #384421 on white background.



Black color preview on #384421 background

This text has black color on #384421 background.


White color preview on #384421 background

This text has white color on #384421 background.