COLOR #384057

HEX: #384057
RGB: (56,64,87)

Color info

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

RGB color model

#384057 color RGB value is (56,64,87).

  • red value is 56;
  • green value is 64;
  • blue value is 87.
RGB:
(56,64,87)
(22%,25%,34%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 87 of 255 = 34%

56
64
87

R + G + B ~ 27%. #384057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 87 = 207 (100%)
R 56 of 207 ~ 27.05%
G 64 of 207 ~ 30.92%
B 87 of 207 ~ 42.03%

%27.05
%30.92
%42.03

CMYK color model

#384057 color CMYK value is (36,26,0,66).

  • cyan value is 35.63%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(36,26,0,66)
C36M26Y0K66 
(36%,26%,0%,66%)
(0.36/0.26/0.00/0.66)	

CMYK percentages

%35.63
%26.44
%0
%65.88

Codes

Color #384057 in popluar color models

384057
RGB566487
HSL225°21.68%28.04%
HSB/HSV225°35.63%34.12%
CMYK35.63%26.44%0.00%
65.88%

Color #384057 in popluar number systems.

HEX384057
Decimal566487
Binary11100010000001010111
Octal70100127

Shades and tints

Shades of #384057

#384057
(56,64,87)
#333B50
(51,59,80)
#2E3649
(46,54,73)
#293142
(41,49,66)
#242C3B
(36,44,59)
#1F2734
(31,39,52)
#1A222D
(26,34,45)
#151D26
(21,29,38)
#10181F
(16,24,31)
#0B1318
(11,19,24)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #384057

#384057
(56,64,87)
#4A5166
(74,81,102)
#5C6275
(92,98,117)
#6E7384
(110,115,132)
#808493
(128,132,147)
#9295A2
(146,149,162)
#A4A6B1
(164,166,177)
#B6B7C0
(182,183,192)
#C8C8CF
(200,200,207)
#DAD9DE
(218,217,222)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384057 color. Also use rgb(56,64,87) instead hex code.

Text Font Color

.myTextColor { color: #384057; }

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

This text font color is #384057.


Background Color

.myBgColor { background-color: #384057; }

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

This div background color is #384057.


Border color

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

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

This div border color is #384057.


Opacity

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

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

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

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

This text has shadow with #384057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384057 on black background.


Color preview on white background

This text has color #384057 on white background.



Black color preview on #384057 background

This text has black color on #384057 background.


White color preview on #384057 background

This text has white color on #384057 background.