COLOR #384B6E

HEX: #384B6E
RGB: (56,75,110)

Color info

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

RGB color model

#384B6E color RGB value is (56,75,110).

  • red value is 56;
  • green value is 75;
  • blue value is 110.
RGB:
(56,75,110)
(22%,29%,43%)

RGB channels and saturation

R 56 of 255 = 22%
G 75 of 255 = 29%
B 110 of 255 = 43%

56
75
110

R + G + B ~ 31%. #384B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 75 + 110 = 241 (100%)
R 56 of 241 ~ 23.24%
G 75 of 241 ~ 31.12%
B 110 of 241 ~ 45.64%

%23.24
%31.12
%45.64

CMYK color model

#384B6E color CMYK value is (49,32,0,57).

  • cyan value is 49.09%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,32,0,57)
C49M32Y0K57 
(49%,32%,0%,57%)
(0.49/0.32/0.00/0.57)	

CMYK percentages

%49.09
%31.82
%0
%56.86

Codes

Color #384B6E in popluar color models

384B6E
RGB5675110
HSL219°32.53%32.55%
HSB/HSV219°49.09%43.14%
CMYK49.09%31.82%0.00%
56.86%

Color #384B6E in popluar number systems.

HEX384B6E
Decimal5675110
Binary11100010010111101110
Octal70113156

Shades and tints

Shades of #384B6E

#384B6E
(56,75,110)
#334564
(51,69,100)
#2E3F5A
(46,63,90)
#293950
(41,57,80)
#243346
(36,51,70)
#1F2D3C
(31,45,60)
#1A2732
(26,39,50)
#152128
(21,33,40)
#101B1E
(16,27,30)
#0B1514
(11,21,20)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #384B6E

#384B6E
(56,75,110)
#4A5B7B
(74,91,123)
#5C6B88
(92,107,136)
#6E7B95
(110,123,149)
#808BA2
(128,139,162)
#929BAF
(146,155,175)
#A4ABBC
(164,171,188)
#B6BBC9
(182,187,201)
#C8CBD6
(200,203,214)
#DADBE3
(218,219,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384B6E color. Also use rgb(56,75,110) instead hex code.

Text Font Color

.myTextColor { color: #384B6E; }

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

This text font color is #384B6E.


Background Color

.myBgColor { background-color: #384B6E; }

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

This div background color is #384B6E.


Border color

.myBorderColor { border: 1px solid #384B6E; }

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

This div border color is #384B6E.


Opacity

.myOpacity80 { color: #384B6E; opacity: 0.8; }

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

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

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

This text has shadow with #384B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384B6E on black background.


Color preview on white background

This text has color #384B6E on white background.



Black color preview on #384B6E background

This text has black color on #384B6E background.


White color preview on #384B6E background

This text has white color on #384B6E background.