COLOR #385364

HEX: #385364
RGB: (56,83,100)

Color info

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

RGB color model

#385364 color RGB value is (56,83,100).

  • red value is 56;
  • green value is 83;
  • blue value is 100.
RGB:
(56,83,100)
(22%,33%,39%)

RGB channels and saturation

R 56 of 255 = 22%
G 83 of 255 = 33%
B 100 of 255 = 39%

56
83
100

R + G + B ~ 31%. #385364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 83 + 100 = 239 (100%)
R 56 of 239 ~ 23.43%
G 83 of 239 ~ 34.73%
B 100 of 239 ~ 41.84%

%23.43
%34.73
%41.84

CMYK color model

#385364 color CMYK value is (44,17,0,61).

  • cyan value is 44.00%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(44,17,0,61)
C44M17Y0K61 
(44%,17%,0%,61%)
(0.44/0.17/0.00/0.61)	

CMYK percentages

%44
%17
%0
%60.78

Codes

Color #385364 in popluar color models

385364
RGB5683100
HSL203°28.21%30.59%
HSB/HSV203°44.00%39.22%
CMYK44.00%17.00%0.00%
60.78%

Color #385364 in popluar number systems.

HEX385364
Decimal5683100
Binary11100010100111100100
Octal70123144

Shades and tints

Shades of #385364

#385364
(56,83,100)
#334C5B
(51,76,91)
#2E4552
(46,69,82)
#293E49
(41,62,73)
#243740
(36,55,64)
#1F3037
(31,48,55)
#1A292E
(26,41,46)
#152225
(21,34,37)
#101B1C
(16,27,28)
#0B1413
(11,20,19)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #385364

#385364
(56,83,100)
#4A6272
(74,98,114)
#5C7180
(92,113,128)
#6E808E
(110,128,142)
#808F9C
(128,143,156)
#929EAA
(146,158,170)
#A4ADB8
(164,173,184)
#B6BCC6
(182,188,198)
#C8CBD4
(200,203,212)
#DADAE2
(218,218,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385364 color. Also use rgb(56,83,100) instead hex code.

Text Font Color

.myTextColor { color: #385364; }

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

This text font color is #385364.


Background Color

.myBgColor { background-color: #385364; }

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

This div background color is #385364.


Border color

.myBorderColor { border: 1px solid #385364; }

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

This div border color is #385364.


Opacity

.myOpacity80 { color: #385364; opacity: 0.8; }

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

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

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

This text has shadow with #385364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385364 on black background.


Color preview on white background

This text has color #385364 on white background.



Black color preview on #385364 background

This text has black color on #385364 background.


White color preview on #385364 background

This text has white color on #385364 background.