COLOR #38406E

HEX: #38406E
RGB: (56,64,110)

Color info

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

RGB color model

#38406E color RGB value is (56,64,110).

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

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 110 of 255 = 43%

56
64
110

R + G + B ~ 30%. #38406E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 110 = 230 (100%)
R 56 of 230 ~ 24.35%
G 64 of 230 ~ 27.83%
B 110 of 230 ~ 47.83%

%24.35
%27.83
%47.83

CMYK color model

#38406E color CMYK value is (49,42,0,57).

  • cyan value is 49.09%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,42,0,57)
C49M42Y0K57 
(49%,42%,0%,57%)
(0.49/0.42/0.00/0.57)	

CMYK percentages

%49.09
%41.82
%0
%56.86

Codes

Color #38406E in popluar color models

38406E
RGB5664110
HSL231°32.53%32.55%
HSB/HSV231°49.09%43.14%
CMYK49.09%41.82%0.00%
56.86%

Color #38406E in popluar number systems.

HEX38406E
Decimal5664110
Binary11100010000001101110
Octal70100156

Shades and tints

Shades of #38406E

#38406E
(56,64,110)
#333B64
(51,59,100)
#2E365A
(46,54,90)
#293150
(41,49,80)
#242C46
(36,44,70)
#1F273C
(31,39,60)
#1A2232
(26,34,50)
#151D28
(21,29,40)
#10181E
(16,24,30)
#0B1314
(11,19,20)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #38406E

#38406E
(56,64,110)
#4A517B
(74,81,123)
#5C6288
(92,98,136)
#6E7395
(110,115,149)
#8084A2
(128,132,162)
#9295AF
(146,149,175)
#A4A6BC
(164,166,188)
#B6B7C9
(182,183,201)
#C8C8D6
(200,200,214)
#DAD9E3
(218,217,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38406E color. Also use rgb(56,64,110) instead hex code.

Text Font Color

.myTextColor { color: #38406E; }

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

This text font color is #38406E.


Background Color

.myBgColor { background-color: #38406E; }

<div style="background-color:#38406E">Inner text</div>

This div background color is #38406E.


Border color

.myBorderColor { border: 1px solid #38406E; }

<div style="border:3px solid #38406E">Div</div>

This div border color is #38406E.


Opacity

.myOpacity80 { color: #38406E; opacity: 0.8; }

<p style="color:#38406E;opacity:0.8;">80%</p>

Text with #38406E 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 #38406E;}

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

This text has shadow with #38406E color.

.textShadow {text-shadow: 3px 3px 1px #38406E, 3px 3px 1px red;}

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

This text has shadow with #38406E primary color and red secondary color.


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

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

This text has shadow with #38406E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38406E on black background.


Color preview on white background

This text has color #38406E on white background.



Black color preview on #38406E background

This text has black color on #38406E background.


White color preview on #38406E background

This text has white color on #38406E background.