COLOR #385E2E

HEX: #385E2E RGB: (56,94,46)

Color info

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

RGB color model

#385E2E color RGB value is (56,94,46).

RGB: (56,94,46) (22%, 37%, 18%)

RGB channels and saturation

R 56 of 255 = 22%
G 94 of 255 = 37%
B 46 of 255 = 18%

56
94
46

R + G + B ~ 26%. #385E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 94 + 46 = 196 (100%)
R 56 of 196 ~ 28.57%
G 94 of 196 ~ 47.96%
B 46 of 196 ~ 23.47'%

%28.57
%47.96
%23.47

CMYK color model

#385E2E color CMYK value is (40,0,51,63).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 51.06%
  • key color value is 63.14%
CMYK: (40,0,51,63) C40M0Y51K63 (40%,0%,51%,63%) (0.40/0.00/0.51/0.63) 

CMYK percentages

%40.43
%0
%51.06
%63.14

Codes

Color #385E2E in popluar color models

38 5E 2E
RGB 56 94 46
HSL 108° 34.29% 27.45%
HSB/HSV 108° 51.06% 36.86%
CMYK 40.43% 0.00% 51.06%
63.14%

Color #385E2E in popluar number systems.

HEX 38 5E 2E
Decimal 56 94 46
Binary 111000 1011110 101110
Octal 70 136 56

Shades and tints

Shades of #385E2E

#385E2E
(56,94,46)
#33562A
(51,86,42)
#2E4E26
(46,78,38)
#294622
(41,70,34)
#243E1E
(36,62,30)
#1F361A
(31,54,26)
#1A2E16
(26,46,22)
#152612
(21,38,18)
#101E0E
(16,30,14)
#0B160A
(11,22,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #385E2E

#385E2E
(56,94,46)
#4A6C41
(74,108,65)
#5C7A54
(92,122,84)
#6E8867
(110,136,103)
#80967A
(128,150,122)
#92A48D
(146,164,141)
#A4B2A0
(164,178,160)
#B6C0B3
(182,192,179)
#C8CEC6
(200,206,198)
#DADCD9
(218,220,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385E2E color. Also use rgb(56,94,46) instead hex code.

Text Font Color

.myTextColor { color: #385E2E; }

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

This text font color is #385E2E.

Background Color

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

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

This div background color is #385E2E.

Border color

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

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

This div border color is #385E2E.

Opacity

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

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

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

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

This text has shadow with #385E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385E2E.

Preview

Color preview on black background

This text has color #385E2E on black background.


Color preview on white background

This text has color #385E2E on white background.


Black color preview on #385E2E background

This text has black color on #385E2E background.


White color preview on #385E2E background

This text has white color on #385E2E background.


Related colors

Complementary color

Complementary color for #hex is #C7A1D1.


I love getcolorcode.com

Triadic colors

1 #2E385E and #5E2E38 with #385E2E are triadic colors.

2 #2E5E38 and #5E382E with #385E2E are triadic colors.