COLOR #384257

HEX: #384257
RGB: (56,66,87)

Color info

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

RGB color model

#384257 color RGB value is (56,66,87).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 87 of 255 = 34%

56
66
87

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 87 = 209 (100%)
R 56 of 209 ~ 26.79%
G 66 of 209 ~ 31.58%
B 87 of 209 ~ 41.63%

%26.79
%31.58
%41.63

CMYK color model

#384257 color CMYK value is (36,24,0,66).

  • cyan value is 35.63%
  • magenta value is 24.14%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(36,24,0,66)
C36M24Y0K66 
(36%,24%,0%,66%)
(0.36/0.24/0.00/0.66)	

CMYK percentages

%35.63
%24.14
%0
%65.88

Codes

Color #384257 in popluar color models

384257
RGB566687
HSL221°21.68%28.04%
HSB/HSV221°35.63%34.12%
CMYK35.63%24.14%0.00%
65.88%

Color #384257 in popluar number systems.

HEX384257
Decimal566687
Binary11100010000101010111
Octal70102127

Shades and tints

Shades of #384257

#384257
(56,66,87)
#333C50
(51,60,80)
#2E3649
(46,54,73)
#293042
(41,48,66)
#242A3B
(36,42,59)
#1F2434
(31,36,52)
#1A1E2D
(26,30,45)
#151826
(21,24,38)
#10121F
(16,18,31)
#0B0C18
(11,12,24)
#060611
(6,6,17)
#000000
(0,0,0)

Tints of #384257

#384257
(56,66,87)
#4A5366
(74,83,102)
#5C6475
(92,100,117)
#6E7584
(110,117,132)
#808693
(128,134,147)
#9297A2
(146,151,162)
#A4A8B1
(164,168,177)
#B6B9C0
(182,185,192)
#C8CACF
(200,202,207)
#DADBDE
(218,219,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384257; }

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

This text font color is #384257.


Background Color

.myBgColor { background-color: #384257; }

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

This div background color is #384257.


Border color

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

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

This div border color is #384257.


Opacity

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

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

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

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

This text has shadow with #384257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384257 on black background.


Color preview on white background

This text has color #384257 on white background.



Black color preview on #384257 background

This text has black color on #384257 background.


White color preview on #384257 background

This text has white color on #384257 background.