COLOR #384E5A

HEX: #384E5A RGB: (56,78,90)

Color info

#384E5A contains red, green and blue colors in about the same proportion. Web safe color of #384E5A is #336666 (or #366).

RGB color model

#384E5A color RGB value is (56,78,90).

RGB: (56,78,90) (22%, 31%, 35%)

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 90 of 255 = 35%

56
78
90

R + G + B ~ 29%. #384E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 78 + 90 = 224 (100%)
R 56 of 224 ~ 25%
G 78 of 224 ~ 34.82%
B 90 of 224 ~ 40.18'%

%25
%34.82
%40.18

CMYK color model

#384E5A color CMYK value is (38,13,0,65).

  • cyan value is 37.78%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (38,13,0,65)
C38M13Y0K65 (38%, 13%, 0%, 65%)
(0.38 / 0.13 / 0.00 / 0.65)

CMYK percentages

%37.78
%13.33
%0
%64.71

Codes

Color #384E5A in popluar color models

38 4E 5A
RGB 56 78 90
HSL 201° 23.29% 28.63%
HSB/HSV 201° 37.78% 35.29%
CMYK 37.78% 13.33% 0.00%
64.71%

Color #384E5A in popluar number systems.

HEX 38 4E 5A
Decimal 56 78 90
Binary 111000 1001110 1011010
Octal 70 116 132

Shades and tints

Shades of #384E5A

#384E5A
(56,78,90)
#334752
(51,71,82)
#2E404A
(46,64,74)
#293942
(41,57,66)
#24323A
(36,50,58)
#1F2B32
(31,43,50)
#1A242A
(26,36,42)
#151D22
(21,29,34)
#10161A
(16,22,26)
#0B0F12
(11,15,18)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #384E5A

#384E5A
(56,78,90)
#4A5E69
(74,94,105)
#5C6E78
(92,110,120)
#6E7E87
(110,126,135)
#808E96
(128,142,150)
#929EA5
(146,158,165)
#A4AEB4
(164,174,180)
#B6BEC3
(182,190,195)
#C8CED2
(200,206,210)
#DADEE1
(218,222,225)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E5A; }

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

This text font color is #384E5A.

Background Color

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

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

This div background color is #384E5A.

Border color

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

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

This div border color is #384E5A.

Opacity

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

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

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

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

This text has shadow with #384E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384E5A.

Preview

Color preview on black background

This text has color #384E5A on black background.


Color preview on white background

This text has color #384E5A on white background.


Black color preview on #384E5A background

This text has black color on #384E5A background.


White color preview on #384E5A background

This text has white color on #384E5A background.


Related colors

Complementary color

Complementary color for #hex is #C7B1A5.


I love getcolorcode.com

Triadic colors

1 #5A384E and #4E5A38 with #384E5A are triadic colors.

2 #5A4E38 and #4E385A with #384E5A are triadic colors.