COLOR #385B47

HEX: #385B47
RGB: (56,91,71)

Color info

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

RGB color model

#385B47 color RGB value is (56,91,71).

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

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 71 of 255 = 28%

56
91
71

R + G + B ~ 29%. #385B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 71 = 218 (100%)
R 56 of 218 ~ 25.69%
G 91 of 218 ~ 41.74%
B 71 of 218 ~ 32.57%

%25.69
%41.74
%32.57

CMYK color model

#385B47 color CMYK value is (38,0,22,64).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 64.31%
CMYK:
(38,0,22,64)
C38M0Y22K64 
(38%,0%,22%,64%)
(0.38/0.00/0.22/0.64)	

CMYK percentages

%38.46
%0
%21.98
%64.31

Codes

Color #385B47 in popluar color models

385B47
RGB569171
HSL146°23.81%28.82%
HSB/HSV146°38.46%35.69%
CMYK38.46%0.00%21.98%
64.31%

Color #385B47 in popluar number systems.

HEX385B47
Decimal569171
Binary11100010110111000111
Octal70133107

Shades and tints

Shades of #385B47

#385B47
(56,91,71)
#335341
(51,83,65)
#2E4B3B
(46,75,59)
#294335
(41,67,53)
#243B2F
(36,59,47)
#1F3329
(31,51,41)
#1A2B23
(26,43,35)
#15231D
(21,35,29)
#101B17
(16,27,23)
#0B1311
(11,19,17)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #385B47

#385B47
(56,91,71)
#4A6957
(74,105,87)
#5C7767
(92,119,103)
#6E8577
(110,133,119)
#809387
(128,147,135)
#92A197
(146,161,151)
#A4AFA7
(164,175,167)
#B6BDB7
(182,189,183)
#C8CBC7
(200,203,199)
#DAD9D7
(218,217,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385B47; }

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

This text font color is #385B47.


Background Color

.myBgColor { background-color: #385B47; }

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

This div background color is #385B47.


Border color

.myBorderColor { border: 1px solid #385B47; }

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

This div border color is #385B47.


Opacity

.myOpacity80 { color: #385B47; opacity: 0.8; }

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

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

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

This text has shadow with #385B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385B47 on black background.


Color preview on white background

This text has color #385B47 on white background.



Black color preview on #385B47 background

This text has black color on #385B47 background.


White color preview on #385B47 background

This text has white color on #385B47 background.