COLOR #385B4E

HEX: #385B4E
RGB: (56,91,78)

Color info

#385B4E contains red, green and blue colors in about the same proportion. Web safe color of #385B4E is #336666 (or #366).

RGB color model

#385B4E color RGB value is (56,91,78).

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

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 78 of 255 = 31%

56
91
78

R + G + B ~ 30%. #385B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 78 = 225 (100%)
R 56 of 225 ~ 24.89%
G 91 of 225 ~ 40.44%
B 78 of 225 ~ 34.67%

%24.89
%40.44
%34.67

CMYK color model

#385B4E color CMYK value is (38,0,14,64).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 64.31%
CMYK:
(38,0,14,64)
C38M0Y14K64 
(38%,0%,14%,64%)
(0.38/0.00/0.14/0.64)	

CMYK percentages

%38.46
%0
%14.29
%64.31

Codes

Color #385B4E in popluar color models

385B4E
RGB569178
HSL158°23.81%28.82%
HSB/HSV158°38.46%35.69%
CMYK38.46%0.00%14.29%
64.31%

Color #385B4E in popluar number systems.

HEX385B4E
Decimal569178
Binary11100010110111001110
Octal70133116

Shades and tints

Shades of #385B4E

#385B4E
(56,91,78)
#335347
(51,83,71)
#2E4B40
(46,75,64)
#294339
(41,67,57)
#243B32
(36,59,50)
#1F332B
(31,51,43)
#1A2B24
(26,43,36)
#15231D
(21,35,29)
#101B16
(16,27,22)
#0B130F
(11,19,15)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #385B4E

#385B4E
(56,91,78)
#4A695E
(74,105,94)
#5C776E
(92,119,110)
#6E857E
(110,133,126)
#80938E
(128,147,142)
#92A19E
(146,161,158)
#A4AFAE
(164,175,174)
#B6BDBE
(182,189,190)
#C8CBCE
(200,203,206)
#DAD9DE
(218,217,222)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385B4E; }

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

This text font color is #385B4E.


Background Color

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

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

This div background color is #385B4E.


Border color

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

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

This div border color is #385B4E.


Opacity

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

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

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

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

This text has shadow with #385B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385B4E on black background.


Color preview on white background

This text has color #385B4E on white background.



Black color preview on #385B4E background

This text has black color on #385B4E background.


White color preview on #385B4E background

This text has white color on #385B4E background.