COLOR #385A66

HEX: #385A66 RGB: (56,90,102)

Color info

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

RGB color model

#385A66 color RGB value is (56,90,102).

RGB: (56,90,102) (22%, 35%, 40%)

RGB channels and saturation

R 56 of 255 = 22%
G 90 of 255 = 35%
B 102 of 255 = 40%

56
90
102

R + G + B ~ 32%. #385A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 90 + 102 = 248 (100%)
R 56 of 248 ~ 22.58%
G 90 of 248 ~ 36.29%
B 102 of 248 ~ 41.13'%

%22.58
%36.29
%41.13

CMYK color model

#385A66 color CMYK value is (45,12,0,60).

  • cyan value is 45.10%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (45,12,0,60) C45M12Y0K60 (45%,12%,0%,60%) (0.45/0.12/0.00/0.60) 

CMYK percentages

%45.1
%11.76
%0
%60

Codes

Color #385A66 in popluar color models

38 5A 66
RGB 56 90 102
HSL 196° 29.11% 30.98%
HSB/HSV 196° 45.10% 40.00%
CMYK 45.10% 11.76% 0.00%
60.00%

Color #385A66 in popluar number systems.

HEX 38 5A 66
Decimal 56 90 102
Binary 111000 1011010 1100110
Octal 70 132 146

Shades and tints

Shades of #385A66

#385A66
(56,90,102)
#33525D
(51,82,93)
#2E4A54
(46,74,84)
#29424B
(41,66,75)
#243A42
(36,58,66)
#1F3239
(31,50,57)
#1A2A30
(26,42,48)
#152227
(21,34,39)
#101A1E
(16,26,30)
#0B1215
(11,18,21)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #385A66

#385A66
(56,90,102)
#4A6973
(74,105,115)
#5C7880
(92,120,128)
#6E878D
(110,135,141)
#80969A
(128,150,154)
#92A5A7
(146,165,167)
#A4B4B4
(164,180,180)
#B6C3C1
(182,195,193)
#C8D2CE
(200,210,206)
#DAE1DB
(218,225,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385A66; }

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

This text font color is #385A66.

Background Color

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

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

This div background color is #385A66.

Border color

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

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

This div border color is #385A66.

Opacity

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

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

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

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

This text has shadow with #385A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385A66.

Preview

Color preview on black background

This text has color #385A66 on black background.


Color preview on white background

This text has color #385A66 on white background.


Black color preview on #385A66 background

This text has black color on #385A66 background.


White color preview on #385A66 background

This text has white color on #385A66 background.


Related colors

Complementary color

Complementary color for #hex is #C7A599.


I love getcolorcode.com

Triadic colors

1 #66385A and #5A6638 with #385A66 are triadic colors.

2 #665A38 and #5A3866 with #385A66 are triadic colors.