COLOR #384E6E

HEX: #384E6E
RGB: (56,78,110)

Color info

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

RGB color model

#384E6E color RGB value is (56,78,110).

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

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 110 of 255 = 43%

56
78
110

R + G + B ~ 32%. #384E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 110 = 244 (100%)
R 56 of 244 ~ 22.95%
G 78 of 244 ~ 31.97%
B 110 of 244 ~ 45.08%

%22.95
%31.97
%45.08

CMYK color model

#384E6E color CMYK value is (49,29,0,57).

  • cyan value is 49.09%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,29,0,57)
C49M29Y0K57 
(49%,29%,0%,57%)
(0.49/0.29/0.00/0.57)	

CMYK percentages

%49.09
%29.09
%0
%56.86

Codes

Color #384E6E in popluar color models

384E6E
RGB5678110
HSL216°32.53%32.55%
HSB/HSV216°49.09%43.14%
CMYK49.09%29.09%0.00%
56.86%

Color #384E6E in popluar number systems.

HEX384E6E
Decimal5678110
Binary11100010011101101110
Octal70116156

Shades and tints

Shades of #384E6E

#384E6E
(56,78,110)
#334764
(51,71,100)
#2E405A
(46,64,90)
#293950
(41,57,80)
#243246
(36,50,70)
#1F2B3C
(31,43,60)
#1A2432
(26,36,50)
#151D28
(21,29,40)
#10161E
(16,22,30)
#0B0F14
(11,15,20)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #384E6E

#384E6E
(56,78,110)
#4A5E7B
(74,94,123)
#5C6E88
(92,110,136)
#6E7E95
(110,126,149)
#808EA2
(128,142,162)
#929EAF
(146,158,175)
#A4AEBC
(164,174,188)
#B6BEC9
(182,190,201)
#C8CED6
(200,206,214)
#DADEE3
(218,222,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E6E; }

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

This text font color is #384E6E.


Background Color

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

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

This div background color is #384E6E.


Border color

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

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

This div border color is #384E6E.


Opacity

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

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

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

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

This text has shadow with #384E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384E6E on black background.


Color preview on white background

This text has color #384E6E on white background.



Black color preview on #384E6E background

This text has black color on #384E6E background.


White color preview on #384E6E background

This text has white color on #384E6E background.