COLOR #385F40

HEX: #385F40
RGB: (56,95,64)

Color info

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

RGB color model

#385F40 color RGB value is (56,95,64).

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

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 64 of 255 = 25%

56
95
64

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

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 64 = 215 (100%)
R 56 of 215 ~ 26.05%
G 95 of 215 ~ 44.19%
B 64 of 215 ~ 29.77%

%26.05
%44.19
%29.77

CMYK color model

#385F40 color CMYK value is (41,0,33,63).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 62.75%
CMYK:
(41,0,33,63)
C41M0Y33K63 
(41%,0%,33%,63%)
(0.41/0.00/0.33/0.63)	

CMYK percentages

%41.05
%0
%32.63
%62.75

Codes

Color #385F40 in popluar color models

385F40
RGB569564
HSL132°25.83%29.61%
HSB/HSV132°41.05%37.25%
CMYK41.05%0.00%32.63%
62.75%

Color #385F40 in popluar number systems.

HEX385F40
Decimal569564
Binary11100010111111000000
Octal70137100

Shades and tints

Shades of #385F40

#385F40
(56,95,64)
#33573B
(51,87,59)
#2E4F36
(46,79,54)
#294731
(41,71,49)
#243F2C
(36,63,44)
#1F3727
(31,55,39)
#1A2F22
(26,47,34)
#15271D
(21,39,29)
#101F18
(16,31,24)
#0B1713
(11,23,19)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #385F40

#385F40
(56,95,64)
#4A6D51
(74,109,81)
#5C7B62
(92,123,98)
#6E8973
(110,137,115)
#809784
(128,151,132)
#92A595
(146,165,149)
#A4B3A6
(164,179,166)
#B6C1B7
(182,193,183)
#C8CFC8
(200,207,200)
#DADDD9
(218,221,217)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385F40; }

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

This text font color is #385F40.


Background Color

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

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

This div background color is #385F40.


Border color

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

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

This div border color is #385F40.


Opacity

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

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

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

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

This text has shadow with #385F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F40 on black background.


Color preview on white background

This text has color #385F40 on white background.



Black color preview on #385F40 background

This text has black color on #385F40 background.


White color preview on #385F40 background

This text has white color on #385F40 background.