COLOR #3B066C

HEX: #3B066C
RGB: (59,6,108)

Color info

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

RGB color model

#3B066C color RGB value is (59,6,108).

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

RGB channels and saturation

R 59 of 255 = 23%
G 6 of 255 = 2%
B 108 of 255 = 42%

59
6
108

R + G + B ~ 22%. #3B066C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 6 + 108 = 173 (100%)
R 59 of 173 ~ 34.1%
G 6 of 173 ~ 3.47%
B 108 of 173 ~ 62.43%

%34.1
%62.43

CMYK color model

#3B066C color CMYK value is (45,94,0,58).

  • cyan value is 45.37%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(45,94,0,58)
C45M94Y0K58 
(45%,94%,0%,58%)
(0.45/0.94/0.00/0.58)	

CMYK percentages

%45.37
%94.44
%0
%57.65

Codes

Color #3B066C in popluar color models

3B066C
RGB596108
HSL271°89.47%22.35%
HSB/HSV271°94.44%42.35%
CMYK45.37%94.44%0.00%
57.65%

Color #3B066C in popluar number systems.

HEX3B066C
Decimal596108
Binary1110111101101100
Octal736154

Shades and tints

Shades of #3B066C

#3B066C
(59,6,108)
#360663
(54,6,99)
#31065A
(49,6,90)
#2C0651
(44,6,81)
#270648
(39,6,72)
#22063F
(34,6,63)
#1D0636
(29,6,54)
#18062D
(24,6,45)
#130624
(19,6,36)
#0E061B
(14,6,27)
#090612
(9,6,18)
#000000
(0,0,0)

Tints of #3B066C

#3B066C
(59,6,108)
#4C1C79
(76,28,121)
#5D3286
(93,50,134)
#6E4893
(110,72,147)
#7F5EA0
(127,94,160)
#9074AD
(144,116,173)
#A18ABA
(161,138,186)
#B2A0C7
(178,160,199)
#C3B6D4
(195,182,212)
#D4CCE1
(212,204,225)
#E5E2EE
(229,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B066C; }

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

This text font color is #3B066C.


Background Color

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

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

This div background color is #3B066C.


Border color

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

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

This div border color is #3B066C.


Opacity

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

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

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

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

This text has shadow with #3B066C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B066C on black background.


Color preview on white background

This text has color #3B066C on white background.



Black color preview on #3B066C background

This text has black color on #3B066C background.


White color preview on #3B066C background

This text has white color on #3B066C background.