COLOR #385F4C

HEX: #385F4C
RGB: (56,95,76)

Color info

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

RGB color model

#385F4C color RGB value is (56,95,76).

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

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 76 of 255 = 30%

56
95
76

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

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 76 = 227 (100%)
R 56 of 227 ~ 24.67%
G 95 of 227 ~ 41.85%
B 76 of 227 ~ 33.48%

%24.67
%41.85
%33.48

CMYK color model

#385F4C color CMYK value is (41,0,20,63).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 62.75%
CMYK:
(41,0,20,63)
C41M0Y20K63 
(41%,0%,20%,63%)
(0.41/0.00/0.20/0.63)	

CMYK percentages

%41.05
%0
%20
%62.75

Codes

Color #385F4C in popluar color models

385F4C
RGB569576
HSL151°25.83%29.61%
HSB/HSV151°41.05%37.25%
CMYK41.05%0.00%20.00%
62.75%

Color #385F4C in popluar number systems.

HEX385F4C
Decimal569576
Binary11100010111111001100
Octal70137114

Shades and tints

Shades of #385F4C

#385F4C
(56,95,76)
#335746
(51,87,70)
#2E4F40
(46,79,64)
#29473A
(41,71,58)
#243F34
(36,63,52)
#1F372E
(31,55,46)
#1A2F28
(26,47,40)
#152722
(21,39,34)
#101F1C
(16,31,28)
#0B1716
(11,23,22)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #385F4C

#385F4C
(56,95,76)
#4A6D5C
(74,109,92)
#5C7B6C
(92,123,108)
#6E897C
(110,137,124)
#80978C
(128,151,140)
#92A59C
(146,165,156)
#A4B3AC
(164,179,172)
#B6C1BC
(182,193,188)
#C8CFCC
(200,207,204)
#DADDDC
(218,221,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385F4C; }

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

This text font color is #385F4C.


Background Color

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

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

This div background color is #385F4C.


Border color

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

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

This div border color is #385F4C.


Opacity

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

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

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

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

This text has shadow with #385F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F4C on black background.


Color preview on white background

This text has color #385F4C on white background.



Black color preview on #385F4C background

This text has black color on #385F4C background.


White color preview on #385F4C background

This text has white color on #385F4C background.