COLOR #38446C

HEX: #38446C
RGB: (56,68,108)

Color info

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

RGB color model

#38446C color RGB value is (56,68,108).

  • red value is 56;
  • green value is 68;
  • blue value is 108.
RGB:
(56,68,108)
(22%,27%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 108 of 255 = 42%

56
68
108

R + G + B ~ 30%. #38446C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 108 = 232 (100%)
R 56 of 232 ~ 24.14%
G 68 of 232 ~ 29.31%
B 108 of 232 ~ 46.55%

%24.14
%29.31
%46.55

CMYK color model

#38446C color CMYK value is (48,37,0,58).

  • cyan value is 48.15%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(48,37,0,58)
C48M37Y0K58 
(48%,37%,0%,58%)
(0.48/0.37/0.00/0.58)	

CMYK percentages

%48.15
%37.04
%0
%57.65

Codes

Color #38446C in popluar color models

38446C
RGB5668108
HSL226°31.71%32.16%
HSB/HSV226°48.15%42.35%
CMYK48.15%37.04%0.00%
57.65%

Color #38446C in popluar number systems.

HEX38446C
Decimal5668108
Binary11100010001001101100
Octal70104154

Shades and tints

Shades of #38446C

#38446C
(56,68,108)
#333E63
(51,62,99)
#2E385A
(46,56,90)
#293251
(41,50,81)
#242C48
(36,44,72)
#1F263F
(31,38,63)
#1A2036
(26,32,54)
#151A2D
(21,26,45)
#101424
(16,20,36)
#0B0E1B
(11,14,27)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #38446C

#38446C
(56,68,108)
#4A5579
(74,85,121)
#5C6686
(92,102,134)
#6E7793
(110,119,147)
#8088A0
(128,136,160)
#9299AD
(146,153,173)
#A4AABA
(164,170,186)
#B6BBC7
(182,187,199)
#C8CCD4
(200,204,212)
#DADDE1
(218,221,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38446C color. Also use rgb(56,68,108) instead hex code.

Text Font Color

.myTextColor { color: #38446C; }

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

This text font color is #38446C.


Background Color

.myBgColor { background-color: #38446C; }

<div style="background-color:#38446C">Inner text</div>

This div background color is #38446C.


Border color

.myBorderColor { border: 1px solid #38446C; }

<div style="border:3px solid #38446C">Div</div>

This div border color is #38446C.


Opacity

.myOpacity80 { color: #38446C; opacity: 0.8; }

<p style="color:#38446C;opacity:0.8;">80%</p>

Text with #38446C 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 #38446C;}

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

This text has shadow with #38446C color.

.textShadow {text-shadow: 3px 3px 1px #38446C, 3px 3px 1px red;}

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

This text has shadow with #38446C primary color and red secondary color.


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

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

This text has shadow with #38446C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38446C on black background.


Color preview on white background

This text has color #38446C on white background.



Black color preview on #38446C background

This text has black color on #38446C background.


White color preview on #38446C background

This text has white color on #38446C background.