COLOR #384E7E

HEX: #384E7E
RGB: (56,78,126)

Color info

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

RGB color model

#384E7E color RGB value is (56,78,126).

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

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 126 of 255 = 49%

56
78
126

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

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 126 = 260 (100%)
R 56 of 260 ~ 21.54%
G 78 of 260 ~ 30%
B 126 of 260 ~ 48.46%

%21.54
%30
%48.46

CMYK color model

#384E7E color CMYK value is (56,38,0,51).

  • cyan value is 55.56%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(56,38,0,51)
C56M38Y0K51 
(56%,38%,0%,51%)
(0.56/0.38/0.00/0.51)	

CMYK percentages

%55.56
%38.1
%0
%50.59

Codes

Color #384E7E in popluar color models

384E7E
RGB5678126
HSL221°38.46%35.69%
HSB/HSV221°55.56%49.41%
CMYK55.56%38.10%0.00%
50.59%

Color #384E7E in popluar number systems.

HEX384E7E
Decimal5678126
Binary11100010011101111110
Octal70116176

Shades and tints

Shades of #384E7E

#384E7E
(56,78,126)
#334773
(51,71,115)
#2E4068
(46,64,104)
#29395D
(41,57,93)
#243252
(36,50,82)
#1F2B47
(31,43,71)
#1A243C
(26,36,60)
#151D31
(21,29,49)
#101626
(16,22,38)
#0B0F1B
(11,15,27)
#060810
(6,8,16)
#000000
(0,0,0)

Tints of #384E7E

#384E7E
(56,78,126)
#4A5E89
(74,94,137)
#5C6E94
(92,110,148)
#6E7E9F
(110,126,159)
#808EAA
(128,142,170)
#929EB5
(146,158,181)
#A4AEC0
(164,174,192)
#B6BECB
(182,190,203)
#C8CED6
(200,206,214)
#DADEE1
(218,222,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384E7E; }

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

This text font color is #384E7E.


Background Color

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

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

This div background color is #384E7E.


Border color

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

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

This div border color is #384E7E.


Opacity

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

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

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

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

This text has shadow with #384E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384E7E on black background.


Color preview on white background

This text has color #384E7E on white background.



Black color preview on #384E7E background

This text has black color on #384E7E background.


White color preview on #384E7E background

This text has white color on #384E7E background.