COLOR #385877

HEX: #385877
RGB: (56,88,119)

Color info

#385877 contains mainly green and blue colors. Web safe color of #385877 is #336666 (or #366).

RGB color model

#385877 color RGB value is (56,88,119).

  • red value is 56;
  • green value is 88;
  • blue value is 119.
RGB:
(56,88,119)
(22%,35%,47%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 119 of 255 = 47%

56
88
119

R + G + B ~ 35%. #385877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 119 = 263 (100%)
R 56 of 263 ~ 21.29%
G 88 of 263 ~ 33.46%
B 119 of 263 ~ 45.25%

%21.29
%33.46
%45.25

CMYK color model

#385877 color CMYK value is (53,26,0,53).

  • cyan value is 52.94%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(53,26,0,53)
C53M26Y0K53 
(53%,26%,0%,53%)
(0.53/0.26/0.00/0.53)	

CMYK percentages

%52.94
%26.05
%0
%53.33

Codes

Color #385877 in popluar color models

385877
RGB5688119
HSL210°36.00%34.31%
HSB/HSV210°52.94%46.67%
CMYK52.94%26.05%0.00%
53.33%

Color #385877 in popluar number systems.

HEX385877
Decimal5688119
Binary11100010110001110111
Octal70130167

Shades and tints

Shades of #385877

#385877
(56,88,119)
#33506D
(51,80,109)
#2E4863
(46,72,99)
#294059
(41,64,89)
#24384F
(36,56,79)
#1F3045
(31,48,69)
#1A283B
(26,40,59)
#152031
(21,32,49)
#101827
(16,24,39)
#0B101D
(11,16,29)
#060813
(6,8,19)
#000000
(0,0,0)

Tints of #385877

#385877
(56,88,119)
#4A6783
(74,103,131)
#5C768F
(92,118,143)
#6E859B
(110,133,155)
#8094A7
(128,148,167)
#92A3B3
(146,163,179)
#A4B2BF
(164,178,191)
#B6C1CB
(182,193,203)
#C8D0D7
(200,208,215)
#DADFE3
(218,223,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385877 color. Also use rgb(56,88,119) instead hex code.

Text Font Color

.myTextColor { color: #385877; }

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

This text font color is #385877.


Background Color

.myBgColor { background-color: #385877; }

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

This div background color is #385877.


Border color

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

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

This div border color is #385877.


Opacity

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

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

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

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

This text has shadow with #385877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385877 on black background.


Color preview on white background

This text has color #385877 on white background.



Black color preview on #385877 background

This text has black color on #385877 background.


White color preview on #385877 background

This text has white color on #385877 background.