COLOR #384624

HEX: #384624
RGB: (56,70,36)

Color info

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

RGB color model

#384624 color RGB value is (56,70,36).

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

RGB channels and saturation

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

56
70
36

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

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 36 = 162 (100%)
R 56 of 162 ~ 34.57%
G 70 of 162 ~ 43.21%
B 36 of 162 ~ 22.22%

%34.57
%43.21
%22.22

CMYK color model

#384624 color CMYK value is (20,0,49,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(20,0,49,73)
C20M0Y49K73 
(20%,0%,49%,73%)
(0.20/0.00/0.49/0.73)	

CMYK percentages

%20
%0
%48.57
%72.55

Codes

Color #384624 in popluar color models

384624
RGB567036
HSL85°32.08%20.78%
HSB/HSV85°48.57%27.45%
CMYK20.00%0.00%48.57%
72.55%

Color #384624 in popluar number systems.

HEX384624
Decimal567036
Binary1110001000110100100
Octal7010644

Shades and tints

Shades of #384624

#384624
(56,70,36)
#334021
(51,64,33)
#2E3A1E
(46,58,30)
#29341B
(41,52,27)
#242E18
(36,46,24)
#1F2815
(31,40,21)
#1A2212
(26,34,18)
#151C0F
(21,28,15)
#10160C
(16,22,12)
#0B1009
(11,16,9)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #384624

#384624
(56,70,36)
#4A5637
(74,86,55)
#5C664A
(92,102,74)
#6E765D
(110,118,93)
#808670
(128,134,112)
#929683
(146,150,131)
#A4A696
(164,166,150)
#B6B6A9
(182,182,169)
#C8C6BC
(200,198,188)
#DAD6CF
(218,214,207)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384624; }

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

This text font color is #384624.


Background Color

.myBgColor { background-color: #384624; }

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

This div background color is #384624.


Border color

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

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

This div border color is #384624.


Opacity

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

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

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

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

This text has shadow with #384624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384624 on black background.


Color preview on white background

This text has color #384624 on white background.



Black color preview on #384624 background

This text has black color on #384624 background.


White color preview on #384624 background

This text has white color on #384624 background.