COLOR #3F376F

HEX: #3F376F RGB: (63,55,111)

Color info

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

RGB color model

#3F376F color RGB value is (63,55,111).

RGB: (63,55,111) (25%, 22%, 44%)

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 111 of 255 = 44%

63
55
111

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

Portions of RGB colors in percentages

R + G + B = 63 + 55 + 111 = 229 (100%)
R 63 of 229 ~ 27.51%
G 55 of 229 ~ 24.02%
B 111 of 229 ~ 48.47'%

%27.51
%24.02
%48.47

CMYK color model

#3F376F color CMYK value is (43,50,0,56).

  • cyan value is 43.24%
  • magenta value is 50.45%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (43,50,0,56)
C43M50Y0K56 (43%, 50%, 0%, 56%)
(0.43 / 0.50 / 0.00 / 0.56)

CMYK percentages

%43.24
%50.45
%0
%56.47

Codes

Color #3F376F in popluar color models

3F 37 6F
RGB 63 55 111
HSL 249° 33.73% 32.55%
HSB/HSV 249° 50.45% 43.53%
CMYK 43.24% 50.45% 0.00%
56.47%

Color #3F376F in popluar number systems.

HEX 3F 37 6F
Decimal 63 55 111
Binary 111111 110111 1101111
Octal 77 67 157

Shades and tints

Shades of #3F376F

#3F376F
(63,55,111)
#3A3265
(58,50,101)
#352D5B
(53,45,91)
#302851
(48,40,81)
#2B2347
(43,35,71)
#261E3D
(38,30,61)
#211933
(33,25,51)
#1C1429
(28,20,41)
#170F1F
(23,15,31)
#120A15
(18,10,21)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #3F376F

#3F376F
(63,55,111)
#50497C
(80,73,124)
#615B89
(97,91,137)
#726D96
(114,109,150)
#837FA3
(131,127,163)
#9491B0
(148,145,176)
#A5A3BD
(165,163,189)
#B6B5CA
(182,181,202)
#C7C7D7
(199,199,215)
#D8D9E4
(216,217,228)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F376F color. Also use rgb(63,55,111) instead hex code.

Text Font Color

.myTextColor { color: #3F376F; }

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

This text font color is #3F376F.

Background Color

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

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

This div background color is #3F376F.

Border color

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

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

This div border color is #3F376F.

Opacity

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

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

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

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

This text has shadow with #3F376F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F376F.

Preview

Color preview on black background

This text has color #3F376F on black background.


Color preview on white background

This text has color #3F376F on white background.


Black color preview on #3F376F background

This text has black color on #3F376F background.


White color preview on #3F376F background

This text has white color on #3F376F background.


Related colors

Complementary color

Complementary color for #hex is #C0C890.


I love getcolorcode.com

Triadic colors

1 #6F3F37 and #376F3F with #3F376F are triadic colors.

2 #6F373F and #373F6F with #3F376F are triadic colors.