COLOR #385D6D

HEX: #385D6D
RGB: (56,93,109)

Color info

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

RGB color model

#385D6D color RGB value is (56,93,109).

  • red value is 56;
  • green value is 93;
  • blue value is 109.
RGB:
(56,93,109)
(22%,36%,43%)

RGB channels and saturation

R 56 of 255 = 22%
G 93 of 255 = 36%
B 109 of 255 = 43%

56
93
109

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

Portions of RGB colors in percentages

R + G + B =
56 + 93 + 109 = 258 (100%)
R 56 of 258 ~ 21.71%
G 93 of 258 ~ 36.05%
B 109 of 258 ~ 42.25%

%21.71
%36.05
%42.25

CMYK color model

#385D6D color CMYK value is (49,15,0,57).

  • cyan value is 48.62%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(49,15,0,57)
C49M15Y0K57 
(49%,15%,0%,57%)
(0.49/0.15/0.00/0.57)	

CMYK percentages

%48.62
%14.68
%0
%57.25

Codes

Color #385D6D in popluar color models

385D6D
RGB5693109
HSL198°32.12%32.35%
HSB/HSV198°48.62%42.75%
CMYK48.62%14.68%0.00%
57.25%

Color #385D6D in popluar number systems.

HEX385D6D
Decimal5693109
Binary11100010111011101101
Octal70135155

Shades and tints

Shades of #385D6D

#385D6D
(56,93,109)
#335564
(51,85,100)
#2E4D5B
(46,77,91)
#294552
(41,69,82)
#243D49
(36,61,73)
#1F3540
(31,53,64)
#1A2D37
(26,45,55)
#15252E
(21,37,46)
#101D25
(16,29,37)
#0B151C
(11,21,28)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #385D6D

#385D6D
(56,93,109)
#4A6B7A
(74,107,122)
#5C7987
(92,121,135)
#6E8794
(110,135,148)
#8095A1
(128,149,161)
#92A3AE
(146,163,174)
#A4B1BB
(164,177,187)
#B6BFC8
(182,191,200)
#C8CDD5
(200,205,213)
#DADBE2
(218,219,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385D6D color. Also use rgb(56,93,109) instead hex code.

Text Font Color

.myTextColor { color: #385D6D; }

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

This text font color is #385D6D.


Background Color

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

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

This div background color is #385D6D.


Border color

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

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

This div border color is #385D6D.


Opacity

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

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

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

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

This text has shadow with #385D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385D6D on black background.


Color preview on white background

This text has color #385D6D on white background.



Black color preview on #385D6D background

This text has black color on #385D6D background.


White color preview on #385D6D background

This text has white color on #385D6D background.