COLOR #385B62

HEX: #385B62
RGB: (56,91,98)

Color info

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

RGB color model

#385B62 color RGB value is (56,91,98).

  • red value is 56;
  • green value is 91;
  • blue value is 98.
RGB: (56,91,98) (22%,36%,38%)

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 98 of 255 = 38%

56
91
98

R + G + B ~ 32%. #385B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 98 = 245 (100%)
R 56 of 245 ~ 22.86%
G 91 of 245 ~ 37.14%
B 98 of 245 ~ 40%

%22.86
%37.14
%40

CMYK color model

#385B62 color CMYK value is (43,7,0,62).

  • cyan value is 42.86%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK: (43,7,0,62) C43M7Y0K62 (43%,7%,0%,62%) (0.43/0.07/0.00/0.62)

CMYK percentages

%42.86
%7.14
%0
%61.57

Codes

Color #385B62 in popluar color models

385B62
RGB569198
HSL190°27.27%30.20%
HSB/HSV190°42.86%38.43%
CMYK42.86%7.14%0.00%
61.57%

Color #385B62 in popluar number systems.

HEX385B62
Decimal569198
Binary11100010110111100010
Octal70133142

Shades and tints

Shades of #385B62

#385B62
(56,91,98)
#33535A
(51,83,90)
#2E4B52
(46,75,82)
#29434A
(41,67,74)
#243B42
(36,59,66)
#1F333A
(31,51,58)
#1A2B32
(26,43,50)
#15232A
(21,35,42)
#101B22
(16,27,34)
#0B131A
(11,19,26)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #385B62

#385B62
(56,91,98)
#4A6970
(74,105,112)
#5C777E
(92,119,126)
#6E858C
(110,133,140)
#80939A
(128,147,154)
#92A1A8
(146,161,168)
#A4AFB6
(164,175,182)
#B6BDC4
(182,189,196)
#C8CBD2
(200,203,210)
#DAD9E0
(218,217,224)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385B62 color. Also use rgb(56,91,98) instead hex code.

Text Font Color

.myTextColor { color: #385B62; }

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

This text font color is #385B62.


Background Color

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

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

This div background color is #385B62.


Border color

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

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

This div border color is #385B62.


Opacity

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

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

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

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

This text has shadow with #385B62 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #385B62 on black background.


Color preview on white background

This text has color #385B62 on white background.



Black color preview on #385B62 background

This text has black color on #385B62 background.


White color preview on #385B62 background

This text has white color on #385B62 background.