COLOR #385B40

HEX: #385B40
RGB: (56,91,64)

Color info

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

RGB color model

#385B40 color RGB value is (56,91,64).

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

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 64 of 255 = 25%

56
91
64

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

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 64 = 211 (100%)
R 56 of 211 ~ 26.54%
G 91 of 211 ~ 43.13%
B 64 of 211 ~ 30.33%

%26.54
%43.13
%30.33

CMYK color model

#385B40 color CMYK value is (38,0,30,64).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(38,0,30,64)
C38M0Y30K64 
(38%,0%,30%,64%)
(0.38/0.00/0.30/0.64)	

CMYK percentages

%38.46
%0
%29.67
%64.31

Codes

Color #385B40 in popluar color models

385B40
RGB569164
HSL134°23.81%28.82%
HSB/HSV134°38.46%35.69%
CMYK38.46%0.00%29.67%
64.31%

Color #385B40 in popluar number systems.

HEX385B40
Decimal569164
Binary11100010110111000000
Octal70133100

Shades and tints

Shades of #385B40

#385B40
(56,91,64)
#33533B
(51,83,59)
#2E4B36
(46,75,54)
#294331
(41,67,49)
#243B2C
(36,59,44)
#1F3327
(31,51,39)
#1A2B22
(26,43,34)
#15231D
(21,35,29)
#101B18
(16,27,24)
#0B1313
(11,19,19)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #385B40

#385B40
(56,91,64)
#4A6951
(74,105,81)
#5C7762
(92,119,98)
#6E8573
(110,133,115)
#809384
(128,147,132)
#92A195
(146,161,149)
#A4AFA6
(164,175,166)
#B6BDB7
(182,189,183)
#C8CBC8
(200,203,200)
#DAD9D9
(218,217,217)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385B40; }

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

This text font color is #385B40.


Background Color

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

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

This div background color is #385B40.


Border color

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

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

This div border color is #385B40.


Opacity

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

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

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

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

This text has shadow with #385B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385B40 on black background.


Color preview on white background

This text has color #385B40 on white background.



Black color preview on #385B40 background

This text has black color on #385B40 background.


White color preview on #385B40 background

This text has white color on #385B40 background.