COLOR #384E7B

HEX: #384E7B RGB: (56,78,123)

Color info

#384E7B contains mainly green and blue colors. Web safe color of #384E7B is #336666 (or #366).

RGB color model

#384E7B color RGB value is (56,78,123).

RGB: (56,78,123) (22%, 31%, 48%)

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 123 of 255 = 48%

56
78
123

R + G + B ~ 34%. #384E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 78 + 123 = 257 (100%)
R 56 of 257 ~ 21.79%
G 78 of 257 ~ 30.35%
B 123 of 257 ~ 47.86'%

%21.79
%30.35
%47.86

CMYK color model

#384E7B color CMYK value is (54,37,0,52).

  • cyan value is 54.47%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (54,37,0,52)
C54M37Y0K52 (54%, 37%, 0%, 52%)
(0.54 / 0.37 / 0.00 / 0.52)

CMYK percentages

%54.47
%36.59
%0
%51.76

Codes

Color #384E7B in popluar color models

38 4E 7B
RGB 56 78 123
HSL 220° 37.43% 35.10%
HSB/HSV 220° 54.47% 48.24%
CMYK 54.47% 36.59% 0.00%
51.76%

Color #384E7B in popluar number systems.

HEX 38 4E 7B
Decimal 56 78 123
Binary 111000 1001110 1111011
Octal 70 116 173

Shades and tints

Shades of #384E7B

#384E7B
(56,78,123)
#334770
(51,71,112)
#2E4065
(46,64,101)
#29395A
(41,57,90)
#24324F
(36,50,79)
#1F2B44
(31,43,68)
#1A2439
(26,36,57)
#151D2E
(21,29,46)
#101623
(16,22,35)
#0B0F18
(11,15,24)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #384E7B

#384E7B
(56,78,123)
#4A5E87
(74,94,135)
#5C6E93
(92,110,147)
#6E7E9F
(110,126,159)
#808EAB
(128,142,171)
#929EB7
(146,158,183)
#A4AEC3
(164,174,195)
#B6BECF
(182,190,207)
#C8CEDB
(200,206,219)
#DADEE7
(218,222,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384E7B color. Also use rgb(56,78,123) instead hex code.

Text Font Color

.myTextColor { color: #384E7B; }

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

This text font color is #384E7B.

Background Color

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

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

This div background color is #384E7B.

Border color

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

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

This div border color is #384E7B.

Opacity

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

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

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

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

This text has shadow with #384E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384E7B.

Preview

Color preview on black background

This text has color #384E7B on black background.


Color preview on white background

This text has color #384E7B on white background.


Black color preview on #384E7B background

This text has black color on #384E7B background.


White color preview on #384E7B background

This text has white color on #384E7B background.


Related colors

Complementary color

Complementary color for #hex is #C7B184.


I love getcolorcode.com

Triadic colors

1 #7B384E and #4E7B38 with #384E7B are triadic colors.

2 #7B4E38 and #4E387B with #384E7B are triadic colors.