COLOR #384C55

HEX: #384C55
RGB: (56,76,85)

Color info

#384C55 contains red, green and blue colors in about the same proportion. Web safe color of #384C55 is #333366 (or #336).

RGB color model

#384C55 color RGB value is (56,76,85).

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

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 85 of 255 = 33%

56
76
85

R + G + B ~ 28%. #384C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 85 = 217 (100%)
R 56 of 217 ~ 25.81%
G 76 of 217 ~ 35.02%
B 85 of 217 ~ 39.17%

%25.81
%35.02
%39.17

CMYK color model

#384C55 color CMYK value is (34,11,0,67).

  • cyan value is 34.12%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(34,11,0,67)
C34M11Y0K67 
(34%,11%,0%,67%)
(0.34/0.11/0.00/0.67)	

CMYK percentages

%34.12
%10.59
%0
%66.67

Codes

Color #384C55 in popluar color models

384C55
RGB567685
HSL199°20.57%27.65%
HSB/HSV199°34.12%33.33%
CMYK34.12%10.59%0.00%
66.67%

Color #384C55 in popluar number systems.

HEX384C55
Decimal567685
Binary11100010011001010101
Octal70114125

Shades and tints

Shades of #384C55

#384C55
(56,76,85)
#33464E
(51,70,78)
#2E4047
(46,64,71)
#293A40
(41,58,64)
#243439
(36,52,57)
#1F2E32
(31,46,50)
#1A282B
(26,40,43)
#152224
(21,34,36)
#101C1D
(16,28,29)
#0B1616
(11,22,22)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #384C55

#384C55
(56,76,85)
#4A5C64
(74,92,100)
#5C6C73
(92,108,115)
#6E7C82
(110,124,130)
#808C91
(128,140,145)
#929CA0
(146,156,160)
#A4ACAF
(164,172,175)
#B6BCBE
(182,188,190)
#C8CCCD
(200,204,205)
#DADCDC
(218,220,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384C55; }

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

This text font color is #384C55.


Background Color

.myBgColor { background-color: #384C55; }

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

This div background color is #384C55.


Border color

.myBorderColor { border: 1px solid #384C55; }

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

This div border color is #384C55.


Opacity

.myOpacity80 { color: #384C55; opacity: 0.8; }

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

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

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

This text has shadow with #384C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384C55 on black background.


Color preview on white background

This text has color #384C55 on white background.



Black color preview on #384C55 background

This text has black color on #384C55 background.


White color preview on #384C55 background

This text has white color on #384C55 background.