COLOR #385155

HEX: #385155
RGB: (56,81,85)

Color info

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

RGB color model

#385155 color RGB value is (56,81,85).

  • red value is 56;
  • green value is 81;
  • blue value is 85.
RGB:
(56,81,85)
(22%,32%,33%)

RGB channels and saturation

R 56 of 255 = 22%
G 81 of 255 = 32%
B 85 of 255 = 33%

56
81
85

R + G + B ~ 29%. #385155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 81 + 85 = 222 (100%)
R 56 of 222 ~ 25.23%
G 81 of 222 ~ 36.49%
B 85 of 222 ~ 38.29%

%25.23
%36.49
%38.29

CMYK color model

#385155 color CMYK value is (34,5,0,67).

  • cyan value is 34.12%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(34,5,0,67)
C34M5Y0K67 
(34%,5%,0%,67%)
(0.34/0.05/0.00/0.67)	

CMYK percentages

%34.12
%4.71
%0
%66.67

Codes

Color #385155 in popluar color models

385155
RGB568185
HSL188°20.57%27.65%
HSB/HSV188°34.12%33.33%
CMYK34.12%4.71%0.00%
66.67%

Color #385155 in popluar number systems.

HEX385155
Decimal568185
Binary11100010100011010101
Octal70121125

Shades and tints

Shades of #385155

#385155
(56,81,85)
#334A4E
(51,74,78)
#2E4347
(46,67,71)
#293C40
(41,60,64)
#243539
(36,53,57)
#1F2E32
(31,46,50)
#1A272B
(26,39,43)
#152024
(21,32,36)
#10191D
(16,25,29)
#0B1216
(11,18,22)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #385155

#385155
(56,81,85)
#4A6064
(74,96,100)
#5C6F73
(92,111,115)
#6E7E82
(110,126,130)
#808D91
(128,141,145)
#929CA0
(146,156,160)
#A4ABAF
(164,171,175)
#B6BABE
(182,186,190)
#C8C9CD
(200,201,205)
#DAD8DC
(218,216,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385155 color. Also use rgb(56,81,85) instead hex code.

Text Font Color

.myTextColor { color: #385155; }

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

This text font color is #385155.


Background Color

.myBgColor { background-color: #385155; }

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

This div background color is #385155.


Border color

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

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

This div border color is #385155.


Opacity

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

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

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

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

This text has shadow with #385155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385155 on black background.


Color preview on white background

This text has color #385155 on white background.



Black color preview on #385155 background

This text has black color on #385155 background.


White color preview on #385155 background

This text has white color on #385155 background.