COLOR #385E38

HEX: #385E38
RGB: (56,94,56)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
94
56

R + G + B ~ 27%. #385E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 56 = 206 (100%)
R 56 of 206 ~ 27.18%
G 94 of 206 ~ 45.63%
B 56 of 206 ~ 27.18%

%27.18
%45.63
%27.18

CMYK color model

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

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

CMYK percentages

%40.43
%0
%40.43
%63.14

Codes

Color #385E38 in popluar color models

385E38
RGB569456
HSL120°25.33%29.41%
HSB/HSV120°40.43%36.86%
CMYK40.43%0.00%40.43%
63.14%

Color #385E38 in popluar number systems.

HEX385E38
Decimal569456
Binary1110001011110111000
Octal7013670

Shades and tints

Shades of #385E38

#385E38
(56,94,56)
#335633
(51,86,51)
#2E4E2E
(46,78,46)
#294629
(41,70,41)
#243E24
(36,62,36)
#1F361F
(31,54,31)
#1A2E1A
(26,46,26)
#152615
(21,38,21)
#101E10
(16,30,16)
#0B160B
(11,22,11)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #385E38

#385E38
(56,94,56)
#4A6C4A
(74,108,74)
#5C7A5C
(92,122,92)
#6E886E
(110,136,110)
#809680
(128,150,128)
#92A492
(146,164,146)
#A4B2A4
(164,178,164)
#B6C0B6
(182,192,182)
#C8CEC8
(200,206,200)
#DADCDA
(218,220,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385E38; }

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

This text font color is #385E38.


Background Color

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

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

This div background color is #385E38.


Border color

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

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

This div border color is #385E38.


Opacity

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

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

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

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

This text has shadow with #385E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E38 on black background.


Color preview on white background

This text has color #385E38 on white background.



Black color preview on #385E38 background

This text has black color on #385E38 background.


White color preview on #385E38 background

This text has white color on #385E38 background.