COLOR #385F4F

HEX: #385F4F
RGB: (56,95,79)

Color info

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

RGB color model

#385F4F color RGB value is (56,95,79).

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

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 79 of 255 = 31%

56
95
79

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

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 79 = 230 (100%)
R 56 of 230 ~ 24.35%
G 95 of 230 ~ 41.3%
B 79 of 230 ~ 34.35%

%24.35
%41.3
%34.35

CMYK color model

#385F4F color CMYK value is (41,0,17,63).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(41,0,17,63)
C41M0Y17K63 
(41%,0%,17%,63%)
(0.41/0.00/0.17/0.63)	

CMYK percentages

%41.05
%0
%16.84
%62.75

Codes

Color #385F4F in popluar color models

385F4F
RGB569579
HSL155°25.83%29.61%
HSB/HSV155°41.05%37.25%
CMYK41.05%0.00%16.84%
62.75%

Color #385F4F in popluar number systems.

HEX385F4F
Decimal569579
Binary11100010111111001111
Octal70137117

Shades and tints

Shades of #385F4F

#385F4F
(56,95,79)
#335748
(51,87,72)
#2E4F41
(46,79,65)
#29473A
(41,71,58)
#243F33
(36,63,51)
#1F372C
(31,55,44)
#1A2F25
(26,47,37)
#15271E
(21,39,30)
#101F17
(16,31,23)
#0B1710
(11,23,16)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #385F4F

#385F4F
(56,95,79)
#4A6D5F
(74,109,95)
#5C7B6F
(92,123,111)
#6E897F
(110,137,127)
#80978F
(128,151,143)
#92A59F
(146,165,159)
#A4B3AF
(164,179,175)
#B6C1BF
(182,193,191)
#C8CFCF
(200,207,207)
#DADDDF
(218,221,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385F4F; }

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

This text font color is #385F4F.


Background Color

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

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

This div background color is #385F4F.


Border color

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

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

This div border color is #385F4F.


Opacity

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

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

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

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

This text has shadow with #385F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F4F on black background.


Color preview on white background

This text has color #385F4F on white background.



Black color preview on #385F4F background

This text has black color on #385F4F background.


White color preview on #385F4F background

This text has white color on #385F4F background.