COLOR #385F7F

HEX: #385F7F
RGB: (56,95,127)

Color info

#385F7F contains mainly green and blue colors. Web safe color of #385F7F is #336666 (or #366).

RGB color model

#385F7F color RGB value is (56,95,127).

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

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 127 of 255 = 50%

56
95
127

R + G + B ~ 36%. #385F7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 127 = 278 (100%)
R 56 of 278 ~ 20.14%
G 95 of 278 ~ 34.17%
B 127 of 278 ~ 45.68%

%20.14
%34.17
%45.68

CMYK color model

#385F7F color CMYK value is (56,25,0,50).

  • cyan value is 55.91%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(56,25,0,50)
C56M25Y0K50 
(56%,25%,0%,50%)
(0.56/0.25/0.00/0.50)	

CMYK percentages

%55.91
%25.2
%0
%50.2

Codes

Color #385F7F in popluar color models

385F7F
RGB5695127
HSL207°38.80%35.88%
HSB/HSV207°55.91%49.80%
CMYK55.91%25.20%0.00%
50.20%

Color #385F7F in popluar number systems.

HEX385F7F
Decimal5695127
Binary11100010111111111111
Octal70137177

Shades and tints

Shades of #385F7F

#385F7F
(56,95,127)
#335774
(51,87,116)
#2E4F69
(46,79,105)
#29475E
(41,71,94)
#243F53
(36,63,83)
#1F3748
(31,55,72)
#1A2F3D
(26,47,61)
#152732
(21,39,50)
#101F27
(16,31,39)
#0B171C
(11,23,28)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #385F7F

#385F7F
(56,95,127)
#4A6D8A
(74,109,138)
#5C7B95
(92,123,149)
#6E89A0
(110,137,160)
#8097AB
(128,151,171)
#92A5B6
(146,165,182)
#A4B3C1
(164,179,193)
#B6C1CC
(182,193,204)
#C8CFD7
(200,207,215)
#DADDE2
(218,221,226)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385F7F; }

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

This text font color is #385F7F.


Background Color

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

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

This div background color is #385F7F.


Border color

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

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

This div border color is #385F7F.


Opacity

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

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

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

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

This text has shadow with #385F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F7F on black background.


Color preview on white background

This text has color #385F7F on white background.



Black color preview on #385F7F background

This text has black color on #385F7F background.


White color preview on #385F7F background

This text has white color on #385F7F background.