COLOR #384728

HEX: #384728
RGB: (56,71,40)

Color info

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

RGB color model

#384728 color RGB value is (56,71,40).

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

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 40 of 255 = 16%

56
71
40

R + G + B ~ 22%. #384728 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 40 = 167 (100%)
R 56 of 167 ~ 33.53%
G 71 of 167 ~ 42.51%
B 40 of 167 ~ 23.95%

%33.53
%42.51
%23.95

CMYK color model

#384728 color CMYK value is (21,0,44,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(21,0,44,72)
C21M0Y44K72 
(21%,0%,44%,72%)
(0.21/0.00/0.44/0.72)	

CMYK percentages

%21.13
%0
%43.66
%72.16

Codes

Color #384728 in popluar color models

384728
RGB567140
HSL89°27.93%21.76%
HSB/HSV89°43.66%27.84%
CMYK21.13%0.00%43.66%
72.16%

Color #384728 in popluar number systems.

HEX384728
Decimal567140
Binary1110001000111101000
Octal7010750

Shades and tints

Shades of #384728

#384728
(56,71,40)
#334125
(51,65,37)
#2E3B22
(46,59,34)
#29351F
(41,53,31)
#242F1C
(36,47,28)
#1F2919
(31,41,25)
#1A2316
(26,35,22)
#151D13
(21,29,19)
#101710
(16,23,16)
#0B110D
(11,17,13)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #384728

#384728
(56,71,40)
#4A573B
(74,87,59)
#5C674E
(92,103,78)
#6E7761
(110,119,97)
#808774
(128,135,116)
#929787
(146,151,135)
#A4A79A
(164,167,154)
#B6B7AD
(182,183,173)
#C8C7C0
(200,199,192)
#DAD7D3
(218,215,211)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384728; }

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

This text font color is #384728.


Background Color

.myBgColor { background-color: #384728; }

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

This div background color is #384728.


Border color

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

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

This div border color is #384728.


Opacity

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

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

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

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

This text has shadow with #384728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384728 on black background.


Color preview on white background

This text has color #384728 on white background.



Black color preview on #384728 background

This text has black color on #384728 background.


White color preview on #384728 background

This text has white color on #384728 background.