COLOR #385231

HEX: #385231
RGB: (56,82,49)

Color info

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

RGB color model

#385231 color RGB value is (56,82,49).

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

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 49 of 255 = 19%

56
82
49

R + G + B ~ 24%. #385231 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 49 = 187 (100%)
R 56 of 187 ~ 29.95%
G 82 of 187 ~ 43.85%
B 49 of 187 ~ 26.2%

%29.95
%43.85
%26.2

CMYK color model

#385231 color CMYK value is (32,0,40,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 67.84%
CMYK:
(32,0,40,68)
C32M0Y40K68 
(32%,0%,40%,68%)
(0.32/0.00/0.40/0.68)	

CMYK percentages

%31.71
%0
%40.24
%67.84

Codes

Color #385231 in popluar color models

385231
RGB568249
HSL107°25.19%25.69%
HSB/HSV107°40.24%32.16%
CMYK31.71%0.00%40.24%
67.84%

Color #385231 in popluar number systems.

HEX385231
Decimal568249
Binary1110001010010110001
Octal7012261

Shades and tints

Shades of #385231

#385231
(56,82,49)
#334B2D
(51,75,45)
#2E4429
(46,68,41)
#293D25
(41,61,37)
#243621
(36,54,33)
#1F2F1D
(31,47,29)
#1A2819
(26,40,25)
#152115
(21,33,21)
#101A11
(16,26,17)
#0B130D
(11,19,13)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #385231

#385231
(56,82,49)
#4A6143
(74,97,67)
#5C7055
(92,112,85)
#6E7F67
(110,127,103)
#808E79
(128,142,121)
#929D8B
(146,157,139)
#A4AC9D
(164,172,157)
#B6BBAF
(182,187,175)
#C8CAC1
(200,202,193)
#DAD9D3
(218,217,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385231; }

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

This text font color is #385231.


Background Color

.myBgColor { background-color: #385231; }

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

This div background color is #385231.


Border color

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

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

This div border color is #385231.


Opacity

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

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

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

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

This text has shadow with #385231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385231 on black background.


Color preview on white background

This text has color #385231 on white background.



Black color preview on #385231 background

This text has black color on #385231 background.


White color preview on #385231 background

This text has white color on #385231 background.