COLOR #385259

HEX: #385259
RGB: (56,82,89)

Color info

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

RGB color model

#385259 color RGB value is (56,82,89).

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

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 89 of 255 = 35%

56
82
89

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

Portions of RGB colors in percentages

R + G + B =
56 + 82 + 89 = 227 (100%)
R 56 of 227 ~ 24.67%
G 82 of 227 ~ 36.12%
B 89 of 227 ~ 39.21%

%24.67
%36.12
%39.21

CMYK color model

#385259 color CMYK value is (37,8,0,65).

  • cyan value is 37.08%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(37,8,0,65)
C37M8Y0K65 
(37%,8%,0%,65%)
(0.37/0.08/0.00/0.65)	

CMYK percentages

%37.08
%7.87
%0
%65.1

Codes

Color #385259 in popluar color models

385259
RGB568289
HSL193°22.76%28.43%
HSB/HSV193°37.08%34.90%
CMYK37.08%7.87%0.00%
65.10%

Color #385259 in popluar number systems.

HEX385259
Decimal568289
Binary11100010100101011001
Octal70122131

Shades and tints

Shades of #385259

#385259
(56,82,89)
#334B51
(51,75,81)
#2E4449
(46,68,73)
#293D41
(41,61,65)
#243639
(36,54,57)
#1F2F31
(31,47,49)
#1A2829
(26,40,41)
#152121
(21,33,33)
#101A19
(16,26,25)
#0B1311
(11,19,17)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #385259

#385259
(56,82,89)
#4A6168
(74,97,104)
#5C7077
(92,112,119)
#6E7F86
(110,127,134)
#808E95
(128,142,149)
#929DA4
(146,157,164)
#A4ACB3
(164,172,179)
#B6BBC2
(182,187,194)
#C8CAD1
(200,202,209)
#DAD9E0
(218,217,224)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385259; }

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

This text font color is #385259.


Background Color

.myBgColor { background-color: #385259; }

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

This div background color is #385259.


Border color

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

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

This div border color is #385259.


Opacity

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

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

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

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

This text has shadow with #385259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385259 on black background.


Color preview on white background

This text has color #385259 on white background.



Black color preview on #385259 background

This text has black color on #385259 background.


White color preview on #385259 background

This text has white color on #385259 background.