COLOR #385218

HEX: #385218
RGB: (56,82,24)

Color info

#385218 contains red, green and blue colors in about the same proportion. Web safe color of #385218 is #336600 (or #360).

RGB color model

#385218 color RGB value is (56,82,24).

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

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 24 of 255 = 9%

56
82
24

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

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 24 = 162 (100%)
R 56 of 162 ~ 34.57%
G 82 of 162 ~ 50.62%
B 24 of 162 ~ 14.81%

%34.57
%50.62
%14.81

CMYK color model

#385218 color CMYK value is (32,0,71,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 70.73%
  • key color value is 67.84%
CMYK:
(32,0,71,68)
C32M0Y71K68 
(32%,0%,71%,68%)
(0.32/0.00/0.71/0.68)	

CMYK percentages

%31.71
%0
%70.73
%67.84

Codes

Color #385218 in popluar color models

385218
RGB568224
HSL87°54.72%20.78%
HSB/HSV87°70.73%32.16%
CMYK31.71%0.00%70.73%
67.84%

Color #385218 in popluar number systems.

HEX385218
Decimal568224
Binary111000101001011000
Octal7012230

Shades and tints

Shades of #385218

#385218
(56,82,24)
#334B16
(51,75,22)
#2E4414
(46,68,20)
#293D12
(41,61,18)
#243610
(36,54,16)
#1F2F0E
(31,47,14)
#1A280C
(26,40,12)
#15210A
(21,33,10)
#101A08
(16,26,8)
#0B1306
(11,19,6)
#060C04
(6,12,4)
#000000
(0,0,0)

Tints of #385218

#385218
(56,82,24)
#4A612D
(74,97,45)
#5C7042
(92,112,66)
#6E7F57
(110,127,87)
#808E6C
(128,142,108)
#929D81
(146,157,129)
#A4AC96
(164,172,150)
#B6BBAB
(182,187,171)
#C8CAC0
(200,202,192)
#DAD9D5
(218,217,213)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385218; }

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

This text font color is #385218.


Background Color

.myBgColor { background-color: #385218; }

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

This div background color is #385218.


Border color

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

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

This div border color is #385218.


Opacity

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

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

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

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

This text has shadow with #385218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385218 on black background.


Color preview on white background

This text has color #385218 on white background.



Black color preview on #385218 background

This text has black color on #385218 background.


White color preview on #385218 background

This text has white color on #385218 background.