COLOR #385E41

HEX: #385E41
RGB: (56,94,65)

Color info

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

RGB color model

#385E41 color RGB value is (56,94,65).

  • red value is 56;
  • green value is 94;
  • blue value is 65.
RGB:
(56,94,65)
(22%,37%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 94 of 255 = 37%
B 65 of 255 = 25%

56
94
65

R + G + B ~ 28%. #385E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 65 = 215 (100%)
R 56 of 215 ~ 26.05%
G 94 of 215 ~ 43.72%
B 65 of 215 ~ 30.23%

%26.05
%43.72
%30.23

CMYK color model

#385E41 color CMYK value is (40,0,31,63).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 63.14%
CMYK:
(40,0,31,63)
C40M0Y31K63 
(40%,0%,31%,63%)
(0.40/0.00/0.31/0.63)	

CMYK percentages

%40.43
%0
%30.85
%63.14

Codes

Color #385E41 in popluar color models

385E41
RGB569465
HSL134°25.33%29.41%
HSB/HSV134°40.43%36.86%
CMYK40.43%0.00%30.85%
63.14%

Color #385E41 in popluar number systems.

HEX385E41
Decimal569465
Binary11100010111101000001
Octal70136101

Shades and tints

Shades of #385E41

#385E41
(56,94,65)
#33563C
(51,86,60)
#2E4E37
(46,78,55)
#294632
(41,70,50)
#243E2D
(36,62,45)
#1F3628
(31,54,40)
#1A2E23
(26,46,35)
#15261E
(21,38,30)
#101E19
(16,30,25)
#0B1614
(11,22,20)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #385E41

#385E41
(56,94,65)
#4A6C52
(74,108,82)
#5C7A63
(92,122,99)
#6E8874
(110,136,116)
#809685
(128,150,133)
#92A496
(146,164,150)
#A4B2A7
(164,178,167)
#B6C0B8
(182,192,184)
#C8CEC9
(200,206,201)
#DADCDA
(218,220,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385E41; }

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

This text font color is #385E41.


Background Color

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

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

This div background color is #385E41.


Border color

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

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

This div border color is #385E41.


Opacity

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

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

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

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

This text has shadow with #385E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E41 on black background.


Color preview on white background

This text has color #385E41 on white background.



Black color preview on #385E41 background

This text has black color on #385E41 background.


White color preview on #385E41 background

This text has white color on #385E41 background.