COLOR #384827

HEX: #384827
RGB: (56,72,39)

Color info

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

RGB color model

#384827 color RGB value is (56,72,39).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 39 of 255 = 15%

56
72
39

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 39 = 167 (100%)
R 56 of 167 ~ 33.53%
G 72 of 167 ~ 43.11%
B 39 of 167 ~ 23.35%

%33.53
%43.11
%23.35

CMYK color model

#384827 color CMYK value is (22,0,46,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 71.76%
CMYK: (22,0,46,72) C22M0Y46K72 (22%,0%,46%,72%) (0.22/0.00/0.46/0.72)

CMYK percentages

%22.22
%0
%45.83
%71.76

Codes

Color #384827 in popluar color models

384827
RGB567239
HSL89°29.73%21.76%
HSB/HSV89°45.83%28.24%
CMYK22.22%0.00%45.83%
71.76%

Color #384827 in popluar number systems.

HEX384827
Decimal567239
Binary1110001001000100111
Octal7011047

Shades and tints

Shades of #384827

#384827
(56,72,39)
#334224
(51,66,36)
#2E3C21
(46,60,33)
#29361E
(41,54,30)
#24301B
(36,48,27)
#1F2A18
(31,42,24)
#1A2415
(26,36,21)
#151E12
(21,30,18)
#10180F
(16,24,15)
#0B120C
(11,18,12)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #384827

#384827
(56,72,39)
#4A583A
(74,88,58)
#5C684D
(92,104,77)
#6E7860
(110,120,96)
#808873
(128,136,115)
#929886
(146,152,134)
#A4A899
(164,168,153)
#B6B8AC
(182,184,172)
#C8C8BF
(200,200,191)
#DAD8D2
(218,216,210)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384827; }

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

This text font color is #384827.


Background Color

.myBgColor { background-color: #384827; }

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

This div background color is #384827.


Border color

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

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

This div border color is #384827.


Opacity

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

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

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

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

This text has shadow with #384827 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #384827 on black background.


Color preview on white background

This text has color #384827 on white background.



Black color preview on #384827 background

This text has black color on #384827 background.


White color preview on #384827 background

This text has white color on #384827 background.