COLOR #385A6E

HEX: #385A6E
RGB: (56,90,110)

Color info

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

RGB color model

#385A6E color RGB value is (56,90,110).

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

RGB channels and saturation

R 56 of 255 = 22%
G 90 of 255 = 35%
B 110 of 255 = 43%

56
90
110

R + G + B ~ 33%. #385A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 90 + 110 = 256 (100%)
R 56 of 256 ~ 21.88%
G 90 of 256 ~ 35.16%
B 110 of 256 ~ 42.97%

%21.88
%35.16
%42.97

CMYK color model

#385A6E color CMYK value is (49,18,0,57).

  • cyan value is 49.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,18,0,57)
C49M18Y0K57 
(49%,18%,0%,57%)
(0.49/0.18/0.00/0.57)	

CMYK percentages

%49.09
%18.18
%0
%56.86

Codes

Color #385A6E in popluar color models

385A6E
RGB5690110
HSL202°32.53%32.55%
HSB/HSV202°49.09%43.14%
CMYK49.09%18.18%0.00%
56.86%

Color #385A6E in popluar number systems.

HEX385A6E
Decimal5690110
Binary11100010110101101110
Octal70132156

Shades and tints

Shades of #385A6E

#385A6E
(56,90,110)
#335264
(51,82,100)
#2E4A5A
(46,74,90)
#294250
(41,66,80)
#243A46
(36,58,70)
#1F323C
(31,50,60)
#1A2A32
(26,42,50)
#152228
(21,34,40)
#101A1E
(16,26,30)
#0B1214
(11,18,20)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #385A6E

#385A6E
(56,90,110)
#4A697B
(74,105,123)
#5C7888
(92,120,136)
#6E8795
(110,135,149)
#8096A2
(128,150,162)
#92A5AF
(146,165,175)
#A4B4BC
(164,180,188)
#B6C3C9
(182,195,201)
#C8D2D6
(200,210,214)
#DAE1E3
(218,225,227)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385A6E; }

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

This text font color is #385A6E.


Background Color

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

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

This div background color is #385A6E.


Border color

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

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

This div border color is #385A6E.


Opacity

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

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

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

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

This text has shadow with #385A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385A6E on black background.


Color preview on white background

This text has color #385A6E on white background.



Black color preview on #385A6E background

This text has black color on #385A6E background.


White color preview on #385A6E background

This text has white color on #385A6E background.