COLOR #384228

HEX: #384228
RGB: (56,66,40)

Color info

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

RGB color model

#384228 color RGB value is (56,66,40).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 40 of 255 = 16%

56
66
40

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 40 = 162 (100%)
R 56 of 162 ~ 34.57%
G 66 of 162 ~ 40.74%
B 40 of 162 ~ 24.69%

%34.57
%40.74
%24.69

CMYK color model

#384228 color CMYK value is (15,0,39,74).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 74.12%
CMYK:
(15,0,39,74)
C15M0Y39K74 
(15%,0%,39%,74%)
(0.15/0.00/0.39/0.74)	

CMYK percentages

%15.15
%0
%39.39
%74.12

Codes

Color #384228 in popluar color models

384228
RGB566640
HSL83°24.53%20.78%
HSB/HSV83°39.39%25.88%
CMYK15.15%0.00%39.39%
74.12%

Color #384228 in popluar number systems.

HEX384228
Decimal566640
Binary1110001000010101000
Octal7010250

Shades and tints

Shades of #384228

#384228
(56,66,40)
#333C25
(51,60,37)
#2E3622
(46,54,34)
#29301F
(41,48,31)
#242A1C
(36,42,28)
#1F2419
(31,36,25)
#1A1E16
(26,30,22)
#151813
(21,24,19)
#101210
(16,18,16)
#0B0C0D
(11,12,13)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #384228

#384228
(56,66,40)
#4A533B
(74,83,59)
#5C644E
(92,100,78)
#6E7561
(110,117,97)
#808674
(128,134,116)
#929787
(146,151,135)
#A4A89A
(164,168,154)
#B6B9AD
(182,185,173)
#C8CAC0
(200,202,192)
#DADBD3
(218,219,211)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384228; }

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

This text font color is #384228.


Background Color

.myBgColor { background-color: #384228; }

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

This div background color is #384228.


Border color

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

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

This div border color is #384228.


Opacity

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

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

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

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

This text has shadow with #384228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384228 on black background.


Color preview on white background

This text has color #384228 on white background.



Black color preview on #384228 background

This text has black color on #384228 background.


White color preview on #384228 background

This text has white color on #384228 background.