COLOR #385459

HEX: #385459
RGB: (56,84,89)

Color info

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

RGB color model

#385459 color RGB value is (56,84,89).

  • red value is 56;
  • green value is 84;
  • blue value is 89.
RGB:
(56,84,89)
(22%,33%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 84 of 255 = 33%
B 89 of 255 = 35%

56
84
89

R + G + B ~ 30%. #385459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 84 + 89 = 229 (100%)
R 56 of 229 ~ 24.45%
G 84 of 229 ~ 36.68%
B 89 of 229 ~ 38.86%

%24.45
%36.68
%38.86

CMYK color model

#385459 color CMYK value is (37,6,0,65).

  • cyan value is 37.08%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(37,6,0,65)
C37M6Y0K65 
(37%,6%,0%,65%)
(0.37/0.06/0.00/0.65)	

CMYK percentages

%37.08
%5.62
%0
%65.1

Codes

Color #385459 in popluar color models

385459
RGB568489
HSL189°22.76%28.43%
HSB/HSV189°37.08%34.90%
CMYK37.08%5.62%0.00%
65.10%

Color #385459 in popluar number systems.

HEX385459
Decimal568489
Binary11100010101001011001
Octal70124131

Shades and tints

Shades of #385459

#385459
(56,84,89)
#334D51
(51,77,81)
#2E4649
(46,70,73)
#293F41
(41,63,65)
#243839
(36,56,57)
#1F3131
(31,49,49)
#1A2A29
(26,42,41)
#152321
(21,35,33)
#101C19
(16,28,25)
#0B1511
(11,21,17)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #385459

#385459
(56,84,89)
#4A6368
(74,99,104)
#5C7277
(92,114,119)
#6E8186
(110,129,134)
#809095
(128,144,149)
#929FA4
(146,159,164)
#A4AEB3
(164,174,179)
#B6BDC2
(182,189,194)
#C8CCD1
(200,204,209)
#DADBE0
(218,219,224)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385459 color. Also use rgb(56,84,89) instead hex code.

Text Font Color

.myTextColor { color: #385459; }

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

This text font color is #385459.


Background Color

.myBgColor { background-color: #385459; }

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

This div background color is #385459.


Border color

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

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

This div border color is #385459.


Opacity

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

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

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

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

This text has shadow with #385459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385459 on black background.


Color preview on white background

This text has color #385459 on white background.



Black color preview on #385459 background

This text has black color on #385459 background.


White color preview on #385459 background

This text has white color on #385459 background.