COLOR #3B064F

HEX: #3B064F RGB: (59,6,79)

Color info

#3B064F contains mainly red and blue colors. Web safe color of #3B064F is #330066 (or #306).

RGB color model

#3B064F color RGB value is (59,6,79).

RGB: (59,6,79) (23%, 2%, 31%)

RGB channels and saturation

R 59 of 255 = 23%
G 6 of 255 = 2%
B 79 of 255 = 31%

59
6
79

R + G + B ~ 19%. #3B064F is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 6 + 79 = 144 (100%)
R 59 of 144 ~ 40.97%
G 6 of 144 ~ 4.17%
B 79 of 144 ~ 54.86'%

%40.97
%54.86

CMYK color model

#3B064F color CMYK value is (25,92,0,69).

  • cyan value is 25.32%
  • magenta value is 92.41%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (25,92,0,69)
C25M92Y0K69 (25%, 92%, 0%, 69%)
(0.25 / 0.92 / 0.00 / 0.69)

CMYK percentages

%25.32
%92.41
%0
%69.02

Codes

Color #3B064F in popluar color models

3B 06 4F
RGB 59 6 79
HSL 284° 85.88% 16.67%
HSB/HSV 284° 92.41% 30.98%
CMYK 25.32% 92.41% 0.00%
69.02%

Color #3B064F in popluar number systems.

HEX 3B 06 4F
Decimal 59 6 79
Binary 111011 110 1001111
Octal 73 6 117

Shades and tints

Shades of #3B064F

#3B064F
(59,6,79)
#360648
(54,6,72)
#310641
(49,6,65)
#2C063A
(44,6,58)
#270633
(39,6,51)
#22062C
(34,6,44)
#1D0625
(29,6,37)
#18061E
(24,6,30)
#130617
(19,6,23)
#0E0610
(14,6,16)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #3B064F

#3B064F
(59,6,79)
#4C1C5F
(76,28,95)
#5D326F
(93,50,111)
#6E487F
(110,72,127)
#7F5E8F
(127,94,143)
#90749F
(144,116,159)
#A18AAF
(161,138,175)
#B2A0BF
(178,160,191)
#C3B6CF
(195,182,207)
#D4CCDF
(212,204,223)
#E5E2EF
(229,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B064F color. Also use rgb(59,6,79) instead hex code.

Text Font Color

.myTextColor { color: #3B064F; }

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

This text font color is #3B064F.

Background Color

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

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

This div background color is #3B064F.

Border color

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

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

This div border color is #3B064F.

Opacity

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

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

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

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

This text has shadow with #3B064F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B064F.

Preview

Color preview on black background

This text has color #3B064F on black background.


Color preview on white background

This text has color #3B064F on white background.


Black color preview on #3B064F background

This text has black color on #3B064F background.


White color preview on #3B064F background

This text has white color on #3B064F background.


Related colors

Complementary color

Complementary color for #hex is #C4F9B0.


I love getcolorcode.com

Triadic colors

1 #4F3B06 and #064F3B with #3B064F are triadic colors.

2 #4F063B and #063B4F with #3B064F are triadic colors.