COLOR #38466E

HEX: #38466E
RGB: (56,70,110)

Color info

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

RGB color model

#38466E color RGB value is (56,70,110).

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

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 110 of 255 = 43%

56
70
110

R + G + B ~ 31%. #38466E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 110 = 236 (100%)
R 56 of 236 ~ 23.73%
G 70 of 236 ~ 29.66%
B 110 of 236 ~ 46.61%

%23.73
%29.66
%46.61

CMYK color model

#38466E color CMYK value is (49,36,0,57).

  • cyan value is 49.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,36,0,57)
C49M36Y0K57 
(49%,36%,0%,57%)
(0.49/0.36/0.00/0.57)	

CMYK percentages

%49.09
%36.36
%0
%56.86

Codes

Color #38466E in popluar color models

38466E
RGB5670110
HSL224°32.53%32.55%
HSB/HSV224°49.09%43.14%
CMYK49.09%36.36%0.00%
56.86%

Color #38466E in popluar number systems.

HEX38466E
Decimal5670110
Binary11100010001101101110
Octal70106156

Shades and tints

Shades of #38466E

#38466E
(56,70,110)
#334064
(51,64,100)
#2E3A5A
(46,58,90)
#293450
(41,52,80)
#242E46
(36,46,70)
#1F283C
(31,40,60)
#1A2232
(26,34,50)
#151C28
(21,28,40)
#10161E
(16,22,30)
#0B1014
(11,16,20)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #38466E

#38466E
(56,70,110)
#4A567B
(74,86,123)
#5C6688
(92,102,136)
#6E7695
(110,118,149)
#8086A2
(128,134,162)
#9296AF
(146,150,175)
#A4A6BC
(164,166,188)
#B6B6C9
(182,182,201)
#C8C6D6
(200,198,214)
#DAD6E3
(218,214,227)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38466E; }

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

This text font color is #38466E.


Background Color

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

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

This div background color is #38466E.


Border color

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

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

This div border color is #38466E.


Opacity

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

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

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

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

This text has shadow with #38466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38466E on black background.


Color preview on white background

This text has color #38466E on white background.



Black color preview on #38466E background

This text has black color on #38466E background.


White color preview on #38466E background

This text has white color on #38466E background.