COLOR #384627

HEX: #384627
RGB: (56,70,39)

Color info

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

RGB color model

#384627 color RGB value is (56,70,39).

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

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 39 of 255 = 15%

56
70
39

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

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 39 = 165 (100%)
R 56 of 165 ~ 33.94%
G 70 of 165 ~ 42.42%
B 39 of 165 ~ 23.64%

%33.94
%42.42
%23.64

CMYK color model

#384627 color CMYK value is (20,0,44,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(20,0,44,73)
C20M0Y44K73 
(20%,0%,44%,73%)
(0.20/0.00/0.44/0.73)	

CMYK percentages

%20
%0
%44.29
%72.55

Codes

Color #384627 in popluar color models

384627
RGB567039
HSL87°28.44%21.37%
HSB/HSV87°44.29%27.45%
CMYK20.00%0.00%44.29%
72.55%

Color #384627 in popluar number systems.

HEX384627
Decimal567039
Binary1110001000110100111
Octal7010647

Shades and tints

Shades of #384627

#384627
(56,70,39)
#334024
(51,64,36)
#2E3A21
(46,58,33)
#29341E
(41,52,30)
#242E1B
(36,46,27)
#1F2818
(31,40,24)
#1A2215
(26,34,21)
#151C12
(21,28,18)
#10160F
(16,22,15)
#0B100C
(11,16,12)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #384627

#384627
(56,70,39)
#4A563A
(74,86,58)
#5C664D
(92,102,77)
#6E7660
(110,118,96)
#808673
(128,134,115)
#929686
(146,150,134)
#A4A699
(164,166,153)
#B6B6AC
(182,182,172)
#C8C6BF
(200,198,191)
#DAD6D2
(218,214,210)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384627; }

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

This text font color is #384627.


Background Color

.myBgColor { background-color: #384627; }

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

This div background color is #384627.


Border color

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

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

This div border color is #384627.


Opacity

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

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

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

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

This text has shadow with #384627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384627 on black background.


Color preview on white background

This text has color #384627 on white background.



Black color preview on #384627 background

This text has black color on #384627 background.


White color preview on #384627 background

This text has white color on #384627 background.