COLOR #385E3E

HEX: #385E3E
RGB: (56,94,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
94
62

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

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 62 = 212 (100%)
R 56 of 212 ~ 26.42%
G 94 of 212 ~ 44.34%
B 62 of 212 ~ 29.25%

%26.42
%44.34
%29.25

CMYK color model

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

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

CMYK percentages

%40.43
%0
%34.04
%63.14

Codes

Color #385E3E in popluar color models

385E3E
RGB569462
HSL129°25.33%29.41%
HSB/HSV129°40.43%36.86%
CMYK40.43%0.00%34.04%
63.14%

Color #385E3E in popluar number systems.

HEX385E3E
Decimal569462
Binary1110001011110111110
Octal7013676

Shades and tints

Shades of #385E3E

#385E3E
(56,94,62)
#335639
(51,86,57)
#2E4E34
(46,78,52)
#29462F
(41,70,47)
#243E2A
(36,62,42)
#1F3625
(31,54,37)
#1A2E20
(26,46,32)
#15261B
(21,38,27)
#101E16
(16,30,22)
#0B1611
(11,22,17)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #385E3E

#385E3E
(56,94,62)
#4A6C4F
(74,108,79)
#5C7A60
(92,122,96)
#6E8871
(110,136,113)
#809682
(128,150,130)
#92A493
(146,164,147)
#A4B2A4
(164,178,164)
#B6C0B5
(182,192,181)
#C8CEC6
(200,206,198)
#DADCD7
(218,220,215)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385E3E; }

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

This text font color is #385E3E.


Background Color

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

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

This div background color is #385E3E.


Border color

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

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

This div border color is #385E3E.


Opacity

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

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

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

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

This text has shadow with #385E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E3E on black background.


Color preview on white background

This text has color #385E3E on white background.



Black color preview on #385E3E background

This text has black color on #385E3E background.


White color preview on #385E3E background

This text has white color on #385E3E background.