COLOR #385F5A

HEX: #385F5A
RGB: (56,95,90)

Color info

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

RGB color model

#385F5A color RGB value is (56,95,90).

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

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 90 of 255 = 35%

56
95
90

R + G + B ~ 31%. #385F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 90 = 241 (100%)
R 56 of 241 ~ 23.24%
G 95 of 241 ~ 39.42%
B 90 of 241 ~ 37.34%

%23.24
%39.42
%37.34

CMYK color model

#385F5A color CMYK value is (41,0,5,63).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 62.75%
CMYK:
(41,0,5,63)
C41M0Y5K63 
(41%,0%,5%,63%)
(0.41/0.00/0.05/0.63)	

CMYK percentages

%41.05
%0
%5.26
%62.75

Codes

Color #385F5A in popluar color models

385F5A
RGB569590
HSL172°25.83%29.61%
HSB/HSV172°41.05%37.25%
CMYK41.05%0.00%5.26%
62.75%

Color #385F5A in popluar number systems.

HEX385F5A
Decimal569590
Binary11100010111111011010
Octal70137132

Shades and tints

Shades of #385F5A

#385F5A
(56,95,90)
#335752
(51,87,82)
#2E4F4A
(46,79,74)
#294742
(41,71,66)
#243F3A
(36,63,58)
#1F3732
(31,55,50)
#1A2F2A
(26,47,42)
#152722
(21,39,34)
#101F1A
(16,31,26)
#0B1712
(11,23,18)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #385F5A

#385F5A
(56,95,90)
#4A6D69
(74,109,105)
#5C7B78
(92,123,120)
#6E8987
(110,137,135)
#809796
(128,151,150)
#92A5A5
(146,165,165)
#A4B3B4
(164,179,180)
#B6C1C3
(182,193,195)
#C8CFD2
(200,207,210)
#DADDE1
(218,221,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385F5A; }

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

This text font color is #385F5A.


Background Color

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

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

This div background color is #385F5A.


Border color

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

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

This div border color is #385F5A.


Opacity

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

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

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

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

This text has shadow with #385F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F5A on black background.


Color preview on white background

This text has color #385F5A on white background.



Black color preview on #385F5A background

This text has black color on #385F5A background.


White color preview on #385F5A background

This text has white color on #385F5A background.