COLOR #384858

HEX: #384858
RGB: (56,72,88)

Color info

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

RGB color model

#384858 color RGB value is (56,72,88).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 88 of 255 = 35%

56
72
88

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 88 = 216 (100%)
R 56 of 216 ~ 25.93%
G 72 of 216 ~ 33.33%
B 88 of 216 ~ 40.74%

%25.93
%33.33
%40.74

CMYK color model

#384858 color CMYK value is (36,18,0,65).

  • cyan value is 36.36%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(36,18,0,65)
C36M18Y0K65 
(36%,18%,0%,65%)
(0.36/0.18/0.00/0.65)	

CMYK percentages

%36.36
%18.18
%0
%65.49

Codes

Color #384858 in popluar color models

384858
RGB567288
HSL210°22.22%28.24%
HSB/HSV210°36.36%34.51%
CMYK36.36%18.18%0.00%
65.49%

Color #384858 in popluar number systems.

HEX384858
Decimal567288
Binary11100010010001011000
Octal70110130

Shades and tints

Shades of #384858

#384858
(56,72,88)
#334250
(51,66,80)
#2E3C48
(46,60,72)
#293640
(41,54,64)
#243038
(36,48,56)
#1F2A30
(31,42,48)
#1A2428
(26,36,40)
#151E20
(21,30,32)
#101818
(16,24,24)
#0B1210
(11,18,16)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #384858

#384858
(56,72,88)
#4A5867
(74,88,103)
#5C6876
(92,104,118)
#6E7885
(110,120,133)
#808894
(128,136,148)
#9298A3
(146,152,163)
#A4A8B2
(164,168,178)
#B6B8C1
(182,184,193)
#C8C8D0
(200,200,208)
#DAD8DF
(218,216,223)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384858; }

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

This text font color is #384858.


Background Color

.myBgColor { background-color: #384858; }

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

This div background color is #384858.


Border color

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

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

This div border color is #384858.


Opacity

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

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

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

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

This text has shadow with #384858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384858 on black background.


Color preview on white background

This text has color #384858 on white background.



Black color preview on #384858 background

This text has black color on #384858 background.


White color preview on #384858 background

This text has white color on #384858 background.