COLOR #3B064C

HEX: #3B064C
RGB: (59,6,76)

Color info

#3B064C contains mainly red and blue colors. Web safe color of #3B064C is #330033 (or #303).

RGB color model

#3B064C color RGB value is (59,6,76).

  • red value is 59;
  • green value is 6;
  • blue value is 76.
RGB:
(59,6,76)
(23%,2%,30%)

RGB channels and saturation

R 59 of 255 = 23%
G 6 of 255 = 2%
B 76 of 255 = 30%

59
6
76

R + G + B ~ 18%. #3B064C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 6 + 76 = 141 (100%)
R 59 of 141 ~ 41.84%
G 6 of 141 ~ 4.26%
B 76 of 141 ~ 53.9%

%41.84
%53.9

CMYK color model

#3B064C color CMYK value is (22,92,0,70).

  • cyan value is 22.37%
  • magenta value is 92.11%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(22,92,0,70)
C22M92Y0K70 
(22%,92%,0%,70%)
(0.22/0.92/0.00/0.70)	

CMYK percentages

%22.37
%92.11
%0
%70.2

Codes

Color #3B064C in popluar color models

3B064C
RGB59676
HSL285°85.37%16.08%
HSB/HSV285°92.11%29.80%
CMYK22.37%92.11%0.00%
70.20%

Color #3B064C in popluar number systems.

HEX3B064C
Decimal59676
Binary1110111101001100
Octal736114

Shades and tints

Shades of #3B064C

#3B064C
(59,6,76)
#360646
(54,6,70)
#310640
(49,6,64)
#2C063A
(44,6,58)
#270634
(39,6,52)
#22062E
(34,6,46)
#1D0628
(29,6,40)
#180622
(24,6,34)
#13061C
(19,6,28)
#0E0616
(14,6,22)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #3B064C

#3B064C
(59,6,76)
#4C1C5C
(76,28,92)
#5D326C
(93,50,108)
#6E487C
(110,72,124)
#7F5E8C
(127,94,140)
#90749C
(144,116,156)
#A18AAC
(161,138,172)
#B2A0BC
(178,160,188)
#C3B6CC
(195,182,204)
#D4CCDC
(212,204,220)
#E5E2EC
(229,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B064C; }

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

This text font color is #3B064C.


Background Color

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

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

This div background color is #3B064C.


Border color

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

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

This div border color is #3B064C.


Opacity

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

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

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

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

This text has shadow with #3B064C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B064C on black background.


Color preview on white background

This text has color #3B064C on white background.



Black color preview on #3B064C background

This text has black color on #3B064C background.


White color preview on #3B064C background

This text has white color on #3B064C background.