COLOR #384224

HEX: #384224
RGB: (56,66,36)

Color info

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

RGB color model

#384224 color RGB value is (56,66,36).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 36 of 255 = 14%

56
66
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 36 = 158 (100%)
R 56 of 158 ~ 35.44%
G 66 of 158 ~ 41.77%
B 36 of 158 ~ 22.78%

%35.44
%41.77
%22.78

CMYK color model

#384224 color CMYK value is (15,0,45,74).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(15,0,45,74)
C15M0Y45K74 
(15%,0%,45%,74%)
(0.15/0.00/0.45/0.74)	

CMYK percentages

%15.15
%0
%45.45
%74.12

Codes

Color #384224 in popluar color models

384224
RGB566636
HSL80°29.41%20.00%
HSB/HSV80°45.45%25.88%
CMYK15.15%0.00%45.45%
74.12%

Color #384224 in popluar number systems.

HEX384224
Decimal566636
Binary1110001000010100100
Octal7010244

Shades and tints

Shades of #384224

#384224
(56,66,36)
#333C21
(51,60,33)
#2E361E
(46,54,30)
#29301B
(41,48,27)
#242A18
(36,42,24)
#1F2415
(31,36,21)
#1A1E12
(26,30,18)
#15180F
(21,24,15)
#10120C
(16,18,12)
#0B0C09
(11,12,9)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #384224

#384224
(56,66,36)
#4A5337
(74,83,55)
#5C644A
(92,100,74)
#6E755D
(110,117,93)
#808670
(128,134,112)
#929783
(146,151,131)
#A4A896
(164,168,150)
#B6B9A9
(182,185,169)
#C8CABC
(200,202,188)
#DADBCF
(218,219,207)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384224; }

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

This text font color is #384224.


Background Color

.myBgColor { background-color: #384224; }

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

This div background color is #384224.


Border color

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

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

This div border color is #384224.


Opacity

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

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

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

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

This text has shadow with #384224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384224 on black background.


Color preview on white background

This text has color #384224 on white background.



Black color preview on #384224 background

This text has black color on #384224 background.


White color preview on #384224 background

This text has white color on #384224 background.