COLOR #384722

HEX: #384722
RGB: (56,71,34)

Color info

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

RGB color model

#384722 color RGB value is (56,71,34).

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

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 34 of 255 = 13%

56
71
34

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

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 34 = 161 (100%)
R 56 of 161 ~ 34.78%
G 71 of 161 ~ 44.1%
B 34 of 161 ~ 21.12%

%34.78
%44.1
%21.12

CMYK color model

#384722 color CMYK value is (21,0,52,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(21,0,52,72)
C21M0Y52K72 
(21%,0%,52%,72%)
(0.21/0.00/0.52/0.72)	

CMYK percentages

%21.13
%0
%52.11
%72.16

Codes

Color #384722 in popluar color models

384722
RGB567134
HSL84°35.24%20.59%
HSB/HSV84°52.11%27.84%
CMYK21.13%0.00%52.11%
72.16%

Color #384722 in popluar number systems.

HEX384722
Decimal567134
Binary1110001000111100010
Octal7010742

Shades and tints

Shades of #384722

#384722
(56,71,34)
#33411F
(51,65,31)
#2E3B1C
(46,59,28)
#293519
(41,53,25)
#242F16
(36,47,22)
#1F2913
(31,41,19)
#1A2310
(26,35,16)
#151D0D
(21,29,13)
#10170A
(16,23,10)
#0B1107
(11,17,7)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #384722

#384722
(56,71,34)
#4A5736
(74,87,54)
#5C674A
(92,103,74)
#6E775E
(110,119,94)
#808772
(128,135,114)
#929786
(146,151,134)
#A4A79A
(164,167,154)
#B6B7AE
(182,183,174)
#C8C7C2
(200,199,194)
#DAD7D6
(218,215,214)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384722; }

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

This text font color is #384722.


Background Color

.myBgColor { background-color: #384722; }

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

This div background color is #384722.


Border color

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

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

This div border color is #384722.


Opacity

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

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

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

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

This text has shadow with #384722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384722 on black background.


Color preview on white background

This text has color #384722 on white background.



Black color preview on #384722 background

This text has black color on #384722 background.


White color preview on #384722 background

This text has white color on #384722 background.