COLOR #385F7D

HEX: #385F7D
RGB: (56,95,125)

Color info

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

RGB color model

#385F7D color RGB value is (56,95,125).

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

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 125 of 255 = 49%

56
95
125

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

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 125 = 276 (100%)
R 56 of 276 ~ 20.29%
G 95 of 276 ~ 34.42%
B 125 of 276 ~ 45.29%

%20.29
%34.42
%45.29

CMYK color model

#385F7D color CMYK value is (55,24,0,51).

  • cyan value is 55.20%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(55,24,0,51)
C55M24Y0K51 
(55%,24%,0%,51%)
(0.55/0.24/0.00/0.51)	

CMYK percentages

%55.2
%24
%0
%50.98

Codes

Color #385F7D in popluar color models

385F7D
RGB5695125
HSL206°38.12%35.49%
HSB/HSV206°55.20%49.02%
CMYK55.20%24.00%0.00%
50.98%

Color #385F7D in popluar number systems.

HEX385F7D
Decimal5695125
Binary11100010111111111101
Octal70137175

Shades and tints

Shades of #385F7D

#385F7D
(56,95,125)
#335772
(51,87,114)
#2E4F67
(46,79,103)
#29475C
(41,71,92)
#243F51
(36,63,81)
#1F3746
(31,55,70)
#1A2F3B
(26,47,59)
#152730
(21,39,48)
#101F25
(16,31,37)
#0B171A
(11,23,26)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #385F7D

#385F7D
(56,95,125)
#4A6D88
(74,109,136)
#5C7B93
(92,123,147)
#6E899E
(110,137,158)
#8097A9
(128,151,169)
#92A5B4
(146,165,180)
#A4B3BF
(164,179,191)
#B6C1CA
(182,193,202)
#C8CFD5
(200,207,213)
#DADDE0
(218,221,224)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385F7D; }

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

This text font color is #385F7D.


Background Color

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

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

This div background color is #385F7D.


Border color

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

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

This div border color is #385F7D.


Opacity

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

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

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

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

This text has shadow with #385F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F7D on black background.


Color preview on white background

This text has color #385F7D on white background.



Black color preview on #385F7D background

This text has black color on #385F7D background.


White color preview on #385F7D background

This text has white color on #385F7D background.