COLOR #384357

HEX: #384357
RGB: (56,67,87)

Color info

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

RGB color model

#384357 color RGB value is (56,67,87).

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

RGB channels and saturation

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

56
67
87

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

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 87 = 210 (100%)
R 56 of 210 ~ 26.67%
G 67 of 210 ~ 31.9%
B 87 of 210 ~ 41.43%

%26.67
%31.9
%41.43

CMYK color model

#384357 color CMYK value is (36,23,0,66).

  • cyan value is 35.63%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(36,23,0,66)
C36M23Y0K66 
(36%,23%,0%,66%)
(0.36/0.23/0.00/0.66)	

CMYK percentages

%35.63
%22.99
%0
%65.88

Codes

Color #384357 in popluar color models

384357
RGB566787
HSL219°21.68%28.04%
HSB/HSV219°35.63%34.12%
CMYK35.63%22.99%0.00%
65.88%

Color #384357 in popluar number systems.

HEX384357
Decimal566787
Binary11100010000111010111
Octal70103127

Shades and tints

Shades of #384357

#384357
(56,67,87)
#333D50
(51,61,80)
#2E3749
(46,55,73)
#293142
(41,49,66)
#242B3B
(36,43,59)
#1F2534
(31,37,52)
#1A1F2D
(26,31,45)
#151926
(21,25,38)
#10131F
(16,19,31)
#0B0D18
(11,13,24)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #384357

#384357
(56,67,87)
#4A5466
(74,84,102)
#5C6575
(92,101,117)
#6E7684
(110,118,132)
#808793
(128,135,147)
#9298A2
(146,152,162)
#A4A9B1
(164,169,177)
#B6BAC0
(182,186,192)
#C8CBCF
(200,203,207)
#DADCDE
(218,220,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384357; }

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

This text font color is #384357.


Background Color

.myBgColor { background-color: #384357; }

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

This div background color is #384357.


Border color

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

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

This div border color is #384357.


Opacity

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

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

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

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

This text has shadow with #384357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384357 on black background.


Color preview on white background

This text has color #384357 on white background.



Black color preview on #384357 background

This text has black color on #384357 background.


White color preview on #384357 background

This text has white color on #384357 background.