COLOR #385E6A

HEX: #385E6A
RGB: (56,94,106)

Color info

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

RGB color model

#385E6A color RGB value is (56,94,106).

  • red value is 56;
  • green value is 94;
  • blue value is 106.
RGB:
(56,94,106)
(22%,37%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 94 of 255 = 37%
B 106 of 255 = 42%

56
94
106

R + G + B ~ 34%. #385E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 106 = 256 (100%)
R 56 of 256 ~ 21.88%
G 94 of 256 ~ 36.72%
B 106 of 256 ~ 41.41%

%21.88
%36.72
%41.41

CMYK color model

#385E6A color CMYK value is (47,11,0,58).

  • cyan value is 47.17%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(47,11,0,58)
C47M11Y0K58 
(47%,11%,0%,58%)
(0.47/0.11/0.00/0.58)	

CMYK percentages

%47.17
%11.32
%0
%58.43

Codes

Color #385E6A in popluar color models

385E6A
RGB5694106
HSL194°30.86%31.76%
HSB/HSV194°47.17%41.57%
CMYK47.17%11.32%0.00%
58.43%

Color #385E6A in popluar number systems.

HEX385E6A
Decimal5694106
Binary11100010111101101010
Octal70136152

Shades and tints

Shades of #385E6A

#385E6A
(56,94,106)
#335661
(51,86,97)
#2E4E58
(46,78,88)
#29464F
(41,70,79)
#243E46
(36,62,70)
#1F363D
(31,54,61)
#1A2E34
(26,46,52)
#15262B
(21,38,43)
#101E22
(16,30,34)
#0B1619
(11,22,25)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #385E6A

#385E6A
(56,94,106)
#4A6C77
(74,108,119)
#5C7A84
(92,122,132)
#6E8891
(110,136,145)
#80969E
(128,150,158)
#92A4AB
(146,164,171)
#A4B2B8
(164,178,184)
#B6C0C5
(182,192,197)
#C8CED2
(200,206,210)
#DADCDF
(218,220,223)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385E6A color. Also use rgb(56,94,106) instead hex code.

Text Font Color

.myTextColor { color: #385E6A; }

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

This text font color is #385E6A.


Background Color

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

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

This div background color is #385E6A.


Border color

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

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

This div border color is #385E6A.


Opacity

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

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

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

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

This text has shadow with #385E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E6A on black background.


Color preview on white background

This text has color #385E6A on white background.



Black color preview on #385E6A background

This text has black color on #385E6A background.


White color preview on #385E6A background

This text has white color on #385E6A background.