COLOR #384424

HEX: #384424
RGB: (56,68,36)

Color info

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

RGB color model

#384424 color RGB value is (56,68,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 36 of 255 = 14%

56
68
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 36 = 160 (100%)
R 56 of 160 ~ 35%
G 68 of 160 ~ 42.5%
B 36 of 160 ~ 22.5%

%35
%42.5
%22.5

CMYK color model

#384424 color CMYK value is (18,0,47,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(18,0,47,73)
C18M0Y47K73 
(18%,0%,47%,73%)
(0.18/0.00/0.47/0.73)	

CMYK percentages

%17.65
%0
%47.06
%73.33

Codes

Color #384424 in popluar color models

384424
RGB566836
HSL83°30.77%20.39%
HSB/HSV83°47.06%26.67%
CMYK17.65%0.00%47.06%
73.33%

Color #384424 in popluar number systems.

HEX384424
Decimal566836
Binary1110001000100100100
Octal7010444

Shades and tints

Shades of #384424

#384424
(56,68,36)
#333E21
(51,62,33)
#2E381E
(46,56,30)
#29321B
(41,50,27)
#242C18
(36,44,24)
#1F2615
(31,38,21)
#1A2012
(26,32,18)
#151A0F
(21,26,15)
#10140C
(16,20,12)
#0B0E09
(11,14,9)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #384424

#384424
(56,68,36)
#4A5537
(74,85,55)
#5C664A
(92,102,74)
#6E775D
(110,119,93)
#808870
(128,136,112)
#929983
(146,153,131)
#A4AA96
(164,170,150)
#B6BBA9
(182,187,169)
#C8CCBC
(200,204,188)
#DADDCF
(218,221,207)
#ECEEE2
(236,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384424; }

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

This text font color is #384424.


Background Color

.myBgColor { background-color: #384424; }

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

This div background color is #384424.


Border color

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

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

This div border color is #384424.


Opacity

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

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

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

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

This text has shadow with #384424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384424 on black background.


Color preview on white background

This text has color #384424 on white background.



Black color preview on #384424 background

This text has black color on #384424 background.


White color preview on #384424 background

This text has white color on #384424 background.