COLOR #385228

HEX: #385228
RGB: (56,82,40)

Color info

#385228 contains red, green and blue colors in about the same proportion. Web safe color of #385228 is #336633 (or #363).

RGB color model

#385228 color RGB value is (56,82,40).

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

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 40 of 255 = 16%

56
82
40

R + G + B ~ 23%. #385228 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 40 = 178 (100%)
R 56 of 178 ~ 31.46%
G 82 of 178 ~ 46.07%
B 40 of 178 ~ 22.47%

%31.46
%46.07
%22.47

CMYK color model

#385228 color CMYK value is (32,0,51,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 67.84%
CMYK:
(32,0,51,68)
C32M0Y51K68 
(32%,0%,51%,68%)
(0.32/0.00/0.51/0.68)	

CMYK percentages

%31.71
%0
%51.22
%67.84

Codes

Color #385228 in popluar color models

385228
RGB568240
HSL97°34.43%23.92%
HSB/HSV97°51.22%32.16%
CMYK31.71%0.00%51.22%
67.84%

Color #385228 in popluar number systems.

HEX385228
Decimal568240
Binary1110001010010101000
Octal7012250

Shades and tints

Shades of #385228

#385228
(56,82,40)
#334B25
(51,75,37)
#2E4422
(46,68,34)
#293D1F
(41,61,31)
#24361C
(36,54,28)
#1F2F19
(31,47,25)
#1A2816
(26,40,22)
#152113
(21,33,19)
#101A10
(16,26,16)
#0B130D
(11,19,13)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #385228

#385228
(56,82,40)
#4A613B
(74,97,59)
#5C704E
(92,112,78)
#6E7F61
(110,127,97)
#808E74
(128,142,116)
#929D87
(146,157,135)
#A4AC9A
(164,172,154)
#B6BBAD
(182,187,173)
#C8CAC0
(200,202,192)
#DAD9D3
(218,217,211)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385228; }

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

This text font color is #385228.


Background Color

.myBgColor { background-color: #385228; }

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

This div background color is #385228.


Border color

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

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

This div border color is #385228.


Opacity

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

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

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

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

This text has shadow with #385228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385228 on black background.


Color preview on white background

This text has color #385228 on white background.



Black color preview on #385228 background

This text has black color on #385228 background.


White color preview on #385228 background

This text has white color on #385228 background.