COLOR #385A40

HEX: #385A40 RGB: (56,90,64)

Color info

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

RGB color model

#385A40 color RGB value is (56,90,64).

RGB: (56,90,64) (22%, 35%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 90 of 255 = 35%
B 64 of 255 = 25%

56
90
64

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

Portions of RGB colors in percentages

R + G + B = 56 + 90 + 64 = 210 (100%)
R 56 of 210 ~ 26.67%
G 90 of 210 ~ 42.86%
B 64 of 210 ~ 30.48'%

%26.67
%42.86
%30.48

CMYK color model

#385A40 color CMYK value is (38,0,29,65).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 64.71%

CMYK: (38,0,29,65)
C38M0Y29K65 (38%, 0%, 29%, 65%)
(0.38 / 0.00 / 0.29 / 0.65)

CMYK percentages

%37.78
%0
%28.89
%64.71

Codes

Color #385A40 in popluar color models

38 5A 40
RGB 56 90 64
HSL 134° 23.29% 28.63%
HSB/HSV 134° 37.78% 35.29%
CMYK 37.78% 0.00% 28.89%
64.71%

Color #385A40 in popluar number systems.

HEX 38 5A 40
Decimal 56 90 64
Binary 111000 1011010 1000000
Octal 70 132 100

Shades and tints

Shades of #385A40

#385A40
(56,90,64)
#33523B
(51,82,59)
#2E4A36
(46,74,54)
#294231
(41,66,49)
#243A2C
(36,58,44)
#1F3227
(31,50,39)
#1A2A22
(26,42,34)
#15221D
(21,34,29)
#101A18
(16,26,24)
#0B1213
(11,18,19)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #385A40

#385A40
(56,90,64)
#4A6951
(74,105,81)
#5C7862
(92,120,98)
#6E8773
(110,135,115)
#809684
(128,150,132)
#92A595
(146,165,149)
#A4B4A6
(164,180,166)
#B6C3B7
(182,195,183)
#C8D2C8
(200,210,200)
#DAE1D9
(218,225,217)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385A40; }

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

This text font color is #385A40.

Background Color

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

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

This div background color is #385A40.

Border color

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

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

This div border color is #385A40.

Opacity

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

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

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

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

This text has shadow with #385A40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385A40.

Preview

Color preview on black background

This text has color #385A40 on black background.


Color preview on white background

This text has color #385A40 on white background.


Black color preview on #385A40 background

This text has black color on #385A40 background.


White color preview on #385A40 background

This text has white color on #385A40 background.


Related colors

Complementary color

Complementary color for #hex is #C7A5BF.


I love getcolorcode.com

Triadic colors

1 #40385A and #5A4038 with #385A40 are triadic colors.

2 #405A38 and #5A3840 with #385A40 are triadic colors.