COLOR #385C47

HEX: #385C47 RGB: (56,92,71)

Color info

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

RGB color model

#385C47 color RGB value is (56,92,71).

RGB: (56,92,71) (22%, 36%, 28%)

RGB channels and saturation

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

56
92
71

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

Portions of RGB colors in percentages

R + G + B = 56 + 92 + 71 = 219 (100%)
R 56 of 219 ~ 25.57%
G 92 of 219 ~ 42.01%
B 71 of 219 ~ 32.42'%

%25.57
%42.01
%32.42

CMYK color model

#385C47 color CMYK value is (39,0,23,64).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 63.92%

CMYK: (39,0,23,64)
C39M0Y23K64 (39%, 0%, 23%, 64%)
(0.39 / 0.00 / 0.23 / 0.64)

CMYK percentages

%39.13
%0
%22.83
%63.92

Codes

Color #385C47 in popluar color models

38 5C 47
RGB 56 92 71
HSL 145° 24.32% 29.02%
HSB/HSV 145° 39.13% 36.08%
CMYK 39.13% 0.00% 22.83%
63.92%

Color #385C47 in popluar number systems.

HEX 38 5C 47
Decimal 56 92 71
Binary 111000 1011100 1000111
Octal 70 134 107

Shades and tints

Shades of #385C47

#385C47
(56,92,71)
#335441
(51,84,65)
#2E4C3B
(46,76,59)
#294435
(41,68,53)
#243C2F
(36,60,47)
#1F3429
(31,52,41)
#1A2C23
(26,44,35)
#15241D
(21,36,29)
#101C17
(16,28,23)
#0B1411
(11,20,17)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #385C47

#385C47
(56,92,71)
#4A6A57
(74,106,87)
#5C7867
(92,120,103)
#6E8677
(110,134,119)
#809487
(128,148,135)
#92A297
(146,162,151)
#A4B0A7
(164,176,167)
#B6BEB7
(182,190,183)
#C8CCC7
(200,204,199)
#DADAD7
(218,218,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385C47; }

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

This text font color is #385C47.

Background Color

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

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

This div background color is #385C47.

Border color

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

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

This div border color is #385C47.

Opacity

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

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

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

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

This text has shadow with #385C47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385C47.

Preview

Color preview on black background

This text has color #385C47 on black background.


Color preview on white background

This text has color #385C47 on white background.


Black color preview on #385C47 background

This text has black color on #385C47 background.


White color preview on #385C47 background

This text has white color on #385C47 background.


Related colors

Complementary color

Complementary color for #hex is #C7A3B8.


I love getcolorcode.com

Triadic colors

1 #47385C and #5C4738 with #385C47 are triadic colors.

2 #475C38 and #5C3847 with #385C47 are triadic colors.