COLOR #384556

HEX: #384556
RGB: (56,69,86)

Color info

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

RGB color model

#384556 color RGB value is (56,69,86).

  • red value is 56;
  • green value is 69;
  • blue value is 86.
RGB:
(56,69,86)
(22%,27%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 69 of 255 = 27%
B 86 of 255 = 34%

56
69
86

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

Portions of RGB colors in percentages

R + G + B =
56 + 69 + 86 = 211 (100%)
R 56 of 211 ~ 26.54%
G 69 of 211 ~ 32.7%
B 86 of 211 ~ 40.76%

%26.54
%32.7
%40.76

CMYK color model

#384556 color CMYK value is (35,20,0,66).

  • cyan value is 34.88%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(35,20,0,66)
C35M20Y0K66 
(35%,20%,0%,66%)
(0.35/0.20/0.00/0.66)	

CMYK percentages

%34.88
%19.77
%0
%66.27

Codes

Color #384556 in popluar color models

384556
RGB566986
HSL214°21.13%27.84%
HSB/HSV214°34.88%33.73%
CMYK34.88%19.77%0.00%
66.27%

Color #384556 in popluar number systems.

HEX384556
Decimal566986
Binary11100010001011010110
Octal70105126

Shades and tints

Shades of #384556

#384556
(56,69,86)
#333F4F
(51,63,79)
#2E3948
(46,57,72)
#293341
(41,51,65)
#242D3A
(36,45,58)
#1F2733
(31,39,51)
#1A212C
(26,33,44)
#151B25
(21,27,37)
#10151E
(16,21,30)
#0B0F17
(11,15,23)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #384556

#384556
(56,69,86)
#4A5565
(74,85,101)
#5C6574
(92,101,116)
#6E7583
(110,117,131)
#808592
(128,133,146)
#9295A1
(146,149,161)
#A4A5B0
(164,165,176)
#B6B5BF
(182,181,191)
#C8C5CE
(200,197,206)
#DAD5DD
(218,213,221)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384556 color. Also use rgb(56,69,86) instead hex code.

Text Font Color

.myTextColor { color: #384556; }

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

This text font color is #384556.


Background Color

.myBgColor { background-color: #384556; }

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

This div background color is #384556.


Border color

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

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

This div border color is #384556.


Opacity

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

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

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

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

This text has shadow with #384556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384556 on black background.


Color preview on white background

This text has color #384556 on white background.



Black color preview on #384556 background

This text has black color on #384556 background.


White color preview on #384556 background

This text has white color on #384556 background.