COLOR #386A85

HEX: #386A85 RGB: (56,106,133)

Color info

#386A85 contains mainly green and blue colors. Web safe color of #386A85 is #336699 (or #369).

RGB color model

#386A85 color RGB value is (56,106,133).

RGB: (56,106,133) (22%, 42%, 52%)

RGB channels and saturation

R 56 of 255 = 22%
G 106 of 255 = 42%
B 133 of 255 = 52%

56
106
133

R + G + B ~ 39%. #386A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 106 + 133 = 295 (100%)
R 56 of 295 ~ 18.98%
G 106 of 295 ~ 35.93%
B 133 of 295 ~ 45.08'%

%18.98
%35.93
%45.08

CMYK color model

#386A85 color CMYK value is (58,20,0,48).

  • cyan value is 57.89%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (58,20,0,48)
C58M20Y0K48 (58%, 20%, 0%, 48%)
(0.58 / 0.20 / 0.00 / 0.48)

CMYK percentages

%57.89
%20.3
%0
%47.84

Codes

Color #386A85 in popluar color models

38 6A 85
RGB 56 106 133
HSL 201° 40.74% 37.06%
HSB/HSV 201° 57.89% 52.16%
CMYK 57.89% 20.30% 0.00%
47.84%

Color #386A85 in popluar number systems.

HEX 38 6A 85
Decimal 56 106 133
Binary 111000 1101010 10000101
Octal 70 152 205

Shades and tints

Shades of #386A85

#386A85
(56,106,133)
#336179
(51,97,121)
#2E586D
(46,88,109)
#294F61
(41,79,97)
#244655
(36,70,85)
#1F3D49
(31,61,73)
#1A343D
(26,52,61)
#152B31
(21,43,49)
#102225
(16,34,37)
#0B1919
(11,25,25)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #386A85

#386A85
(56,106,133)
#4A7790
(74,119,144)
#5C849B
(92,132,155)
#6E91A6
(110,145,166)
#809EB1
(128,158,177)
#92ABBC
(146,171,188)
#A4B8C7
(164,184,199)
#B6C5D2
(182,197,210)
#C8D2DD
(200,210,221)
#DADFE8
(218,223,232)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386A85 color. Also use rgb(56,106,133) instead hex code.

Text Font Color

.myTextColor { color: #386A85; }

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

This text font color is #386A85.

Background Color

.myBgColor { background-color: #386A85; }

<div style="background-color:#386A85">Inner text</div>

This div background color is #386A85.

Border color

.myBorderColor { border: 1px solid #386A85; }

<div style="border:3px solid #386A85">Div</div>

This div border color is #386A85.

Opacity

.myOpacity80 { color: #386A85; opacity: 0.8; }

<p style="color:#386A85;opacity:0.8;">80%</p>

Text with #386A85 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 #386A85;}

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

This text has shadow with #386A85 color.


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

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

This text has shadow with #386A85 primary color and red secondary color.


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

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

This text has shadow with #386A85 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #386A85.

Preview

Color preview on black background

This text has color #386A85 on black background.


Color preview on white background

This text has color #386A85 on white background.


Black color preview on #386A85 background

This text has black color on #386A85 background.


White color preview on #386A85 background

This text has white color on #386A85 background.


Related colors

Complementary color

Complementary color for #hex is #C7957A.


I love getcolorcode.com

Triadic colors

1 #85386A and #6A8538 with #386A85 are triadic colors.

2 #856A38 and #6A3885 with #386A85 are triadic colors.