COLOR #385217

HEX: #385217
RGB: (56,82,23)

Color info

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

RGB color model

#385217 color RGB value is (56,82,23).

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

RGB channels and saturation

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

56
82
23

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

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 23 = 161 (100%)
R 56 of 161 ~ 34.78%
G 82 of 161 ~ 50.93%
B 23 of 161 ~ 14.29%

%34.78
%50.93
%14.29

CMYK color model

#385217 color CMYK value is (32,0,72,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 71.95%
  • key color value is 67.84%
CMYK:
(32,0,72,68)
C32M0Y72K68 
(32%,0%,72%,68%)
(0.32/0.00/0.72/0.68)	

CMYK percentages

%31.71
%0
%71.95
%67.84

Codes

Color #385217 in popluar color models

385217
RGB568223
HSL86°56.19%20.59%
HSB/HSV86°71.95%32.16%
CMYK31.71%0.00%71.95%
67.84%

Color #385217 in popluar number systems.

HEX385217
Decimal568223
Binary111000101001010111
Octal7012227

Shades and tints

Shades of #385217

#385217
(56,82,23)
#334B15
(51,75,21)
#2E4413
(46,68,19)
#293D11
(41,61,17)
#24360F
(36,54,15)
#1F2F0D
(31,47,13)
#1A280B
(26,40,11)
#152109
(21,33,9)
#101A07
(16,26,7)
#0B1305
(11,19,5)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #385217

#385217
(56,82,23)
#4A612C
(74,97,44)
#5C7041
(92,112,65)
#6E7F56
(110,127,86)
#808E6B
(128,142,107)
#929D80
(146,157,128)
#A4AC95
(164,172,149)
#B6BBAA
(182,187,170)
#C8CABF
(200,202,191)
#DAD9D4
(218,217,212)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385217; }

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

This text font color is #385217.


Background Color

.myBgColor { background-color: #385217; }

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

This div background color is #385217.


Border color

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

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

This div border color is #385217.


Opacity

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

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

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

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

This text has shadow with #385217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385217 on black background.


Color preview on white background

This text has color #385217 on white background.



Black color preview on #385217 background

This text has black color on #385217 background.


White color preview on #385217 background

This text has white color on #385217 background.