COLOR #384358

HEX: #384358
RGB: (56,67,88)

Color info

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

RGB color model

#384358 color RGB value is (56,67,88).

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

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 88 of 255 = 35%

56
67
88

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

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 88 = 211 (100%)
R 56 of 211 ~ 26.54%
G 67 of 211 ~ 31.75%
B 88 of 211 ~ 41.71%

%26.54
%31.75
%41.71

CMYK color model

#384358 color CMYK value is (36,24,0,65).

  • cyan value is 36.36%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(36,24,0,65)
C36M24Y0K65 
(36%,24%,0%,65%)
(0.36/0.24/0.00/0.65)	

CMYK percentages

%36.36
%23.86
%0
%65.49

Codes

Color #384358 in popluar color models

384358
RGB566788
HSL219°22.22%28.24%
HSB/HSV219°36.36%34.51%
CMYK36.36%23.86%0.00%
65.49%

Color #384358 in popluar number systems.

HEX384358
Decimal566788
Binary11100010000111011000
Octal70103130

Shades and tints

Shades of #384358

#384358
(56,67,88)
#333D50
(51,61,80)
#2E3748
(46,55,72)
#293140
(41,49,64)
#242B38
(36,43,56)
#1F2530
(31,37,48)
#1A1F28
(26,31,40)
#151920
(21,25,32)
#101318
(16,19,24)
#0B0D10
(11,13,16)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #384358

#384358
(56,67,88)
#4A5467
(74,84,103)
#5C6576
(92,101,118)
#6E7685
(110,118,133)
#808794
(128,135,148)
#9298A3
(146,152,163)
#A4A9B2
(164,169,178)
#B6BAC1
(182,186,193)
#C8CBD0
(200,203,208)
#DADCDF
(218,220,223)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384358; }

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

This text font color is #384358.


Background Color

.myBgColor { background-color: #384358; }

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

This div background color is #384358.


Border color

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

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

This div border color is #384358.


Opacity

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

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

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

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

This text has shadow with #384358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384358 on black background.


Color preview on white background

This text has color #384358 on white background.



Black color preview on #384358 background

This text has black color on #384358 background.


White color preview on #384358 background

This text has white color on #384358 background.