COLOR #385F2C

HEX: #385F2C RGB: (56,95,44)

Color info

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

RGB color model

#385F2C color RGB value is (56,95,44).

RGB: (56,95,44) (22%, 37%, 17%)

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 44 of 255 = 17%

56
95
44

R + G + B ~ 25%. #385F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 95 + 44 = 195 (100%)
R 56 of 195 ~ 28.72%
G 95 of 195 ~ 48.72%
B 44 of 195 ~ 22.56'%

%28.72
%48.72
%22.56

CMYK color model

#385F2C color CMYK value is (41,0,54,63).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 53.68%
  • key color value is 62.75%

CMYK: (41,0,54,63)
C41M0Y54K63 (41%, 0%, 54%, 63%)
(0.41 / 0.00 / 0.54 / 0.63)

CMYK percentages

%41.05
%0
%53.68
%62.75

Codes

Color #385F2C in popluar color models

38 5F 2C
RGB 56 95 44
HSL 106° 36.69% 27.25%
HSB/HSV 106° 53.68% 37.25%
CMYK 41.05% 0.00% 53.68%
62.75%

Color #385F2C in popluar number systems.

HEX 38 5F 2C
Decimal 56 95 44
Binary 111000 1011111 101100
Octal 70 137 54

Shades and tints

Shades of #385F2C

#385F2C
(56,95,44)
#335728
(51,87,40)
#2E4F24
(46,79,36)
#294720
(41,71,32)
#243F1C
(36,63,28)
#1F3718
(31,55,24)
#1A2F14
(26,47,20)
#152710
(21,39,16)
#101F0C
(16,31,12)
#0B1708
(11,23,8)
#060F04
(6,15,4)
#000000
(0,0,0)

Tints of #385F2C

#385F2C
(56,95,44)
#4A6D3F
(74,109,63)
#5C7B52
(92,123,82)
#6E8965
(110,137,101)
#809778
(128,151,120)
#92A58B
(146,165,139)
#A4B39E
(164,179,158)
#B6C1B1
(182,193,177)
#C8CFC4
(200,207,196)
#DADDD7
(218,221,215)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385F2C color. Also use rgb(56,95,44) instead hex code.

Text Font Color

.myTextColor { color: #385F2C; }

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

This text font color is #385F2C.

Background Color

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

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

This div background color is #385F2C.

Border color

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

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

This div border color is #385F2C.

Opacity

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

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

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

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

This text has shadow with #385F2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385F2C.

Preview

Color preview on black background

This text has color #385F2C on black background.


Color preview on white background

This text has color #385F2C on white background.


Black color preview on #385F2C background

This text has black color on #385F2C background.


White color preview on #385F2C background

This text has white color on #385F2C background.


Related colors

Complementary color

Complementary color for #hex is #C7A0D3.


I love getcolorcode.com

Triadic colors

1 #2C385F and #5F2C38 with #385F2C are triadic colors.

2 #2C5F38 and #5F382C with #385F2C are triadic colors.