COLOR #3F386D

HEX: #3F386D RGB: (63,56,109)

Color info

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

RGB color model

#3F386D color RGB value is (63,56,109).

RGB: (63,56,109) (25%, 22%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 56 of 255 = 22%
B 109 of 255 = 43%

63
56
109

R + G + B ~ 30%. #3F386D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 56 + 109 = 228 (100%)
R 63 of 228 ~ 27.63%
G 56 of 228 ~ 24.56%
B 109 of 228 ~ 47.81'%

%27.63
%24.56
%47.81

CMYK color model

#3F386D color CMYK value is (42,49,0,57).

  • cyan value is 42.20%
  • magenta value is 48.62%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (42,49,0,57)
C42M49Y0K57 (42%, 49%, 0%, 57%)
(0.42 / 0.49 / 0.00 / 0.57)

CMYK percentages

%42.2
%48.62
%0
%57.25

Codes

Color #3F386D in popluar color models

3F 38 6D
RGB 63 56 109
HSL 248° 32.12% 32.35%
HSB/HSV 248° 48.62% 42.75%
CMYK 42.20% 48.62% 0.00%
57.25%

Color #3F386D in popluar number systems.

HEX 3F 38 6D
Decimal 63 56 109
Binary 111111 111000 1101101
Octal 77 70 155

Shades and tints

Shades of #3F386D

#3F386D
(63,56,109)
#3A3364
(58,51,100)
#352E5B
(53,46,91)
#302952
(48,41,82)
#2B2449
(43,36,73)
#261F40
(38,31,64)
#211A37
(33,26,55)
#1C152E
(28,21,46)
#171025
(23,16,37)
#120B1C
(18,11,28)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #3F386D

#3F386D
(63,56,109)
#504A7A
(80,74,122)
#615C87
(97,92,135)
#726E94
(114,110,148)
#8380A1
(131,128,161)
#9492AE
(148,146,174)
#A5A4BB
(165,164,187)
#B6B6C8
(182,182,200)
#C7C8D5
(199,200,213)
#D8DAE2
(216,218,226)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F386D color. Also use rgb(63,56,109) instead hex code.

Text Font Color

.myTextColor { color: #3F386D; }

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

This text font color is #3F386D.

Background Color

.myBgColor { background-color: #3F386D; }

<div style="background-color:#3F386D">Inner text</div>

This div background color is #3F386D.

Border color

.myBorderColor { border: 1px solid #3F386D; }

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

This div border color is #3F386D.

Opacity

.myOpacity80 { color: #3F386D; opacity: 0.8; }

<p style="color:#3F386D;opacity:0.8;">80%</p>

Text with #3F386D 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 #3F386D;}

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

This text has shadow with #3F386D color.


.textShadow {text-shadow: 3px 3px 1px #3F386D', 3px 3px 1px red;}

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

This text has shadow with #3F386D primary color and red secondary color.


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

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

This text has shadow with #3F386D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3F386D; -webkit-box-shadow: 1px 1px 3px 2px #3F386D; box-shadow:1px 1px 3px 2px #3F386D;">
Div content here
</div>

This div box has shadow with color #3F386D.

Preview

Color preview on black background

This text has color #3F386D on black background.


Color preview on white background

This text has color #3F386D on white background.


Black color preview on #3F386D background

This text has black color on #3F386D background.


White color preview on #3F386D background

This text has white color on #3F386D background.


Related colors

Complementary color

Complementary color for #hex is #C0C792.


I love getcolorcode.com

Triadic colors

1 #6D3F38 and #386D3F with #3F386D are triadic colors.

2 #6D383F and #383F6D with #3F386D are triadic colors.