COLOR #3F385F

HEX: #3F385F RGB: (63,56,95)

Color info

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

RGB color model

#3F385F color RGB value is (63,56,95).

RGB: (63,56,95) (25%, 22%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 56 of 255 = 22%
B 95 of 255 = 37%

63
56
95

R + G + B ~ 28%. #3F385F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 56 + 95 = 214 (100%)
R 63 of 214 ~ 29.44%
G 56 of 214 ~ 26.17%
B 95 of 214 ~ 44.39'%

%29.44
%26.17
%44.39

CMYK color model

#3F385F color CMYK value is (34,41,0,63).

  • cyan value is 33.68%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (34,41,0,63)
C34M41Y0K63 (34%, 41%, 0%, 63%)
(0.34 / 0.41 / 0.00 / 0.63)

CMYK percentages

%33.68
%41.05
%0
%62.75

Codes

Color #3F385F in popluar color models

3F 38 5F
RGB 63 56 95
HSL 251° 25.83% 29.61%
HSB/HSV 251° 41.05% 37.25%
CMYK 33.68% 41.05% 0.00%
62.75%

Color #3F385F in popluar number systems.

HEX 3F 38 5F
Decimal 63 56 95
Binary 111111 111000 1011111
Octal 77 70 137

Shades and tints

Shades of #3F385F

#3F385F
(63,56,95)
#3A3357
(58,51,87)
#352E4F
(53,46,79)
#302947
(48,41,71)
#2B243F
(43,36,63)
#261F37
(38,31,55)
#211A2F
(33,26,47)
#1C1527
(28,21,39)
#17101F
(23,16,31)
#120B17
(18,11,23)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #3F385F

#3F385F
(63,56,95)
#504A6D
(80,74,109)
#615C7B
(97,92,123)
#726E89
(114,110,137)
#838097
(131,128,151)
#9492A5
(148,146,165)
#A5A4B3
(165,164,179)
#B6B6C1
(182,182,193)
#C7C8CF
(199,200,207)
#D8DADD
(216,218,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F385F; }

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

This text font color is #3F385F.

Background Color

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

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

This div background color is #3F385F.

Border color

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

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

This div border color is #3F385F.

Opacity

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

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

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

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

This text has shadow with #3F385F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F385F.

Preview

Color preview on black background

This text has color #3F385F on black background.


Color preview on white background

This text has color #3F385F on white background.


Black color preview on #3F385F background

This text has black color on #3F385F background.


White color preview on #3F385F background

This text has white color on #3F385F background.


Related colors

Complementary color

Complementary color for #hex is #C0C7A0.


I love getcolorcode.com

Triadic colors

1 #5F3F38 and #385F3F with #3F385F are triadic colors.

2 #5F383F and #383F5F with #3F385F are triadic colors.