COLOR #3A077C

HEX: #3A077C
RGB: (58,7,124)

Color info

#3A077C contains mainly blue color. Web safe color of #3A077C is #330066 (or #306).

RGB color model

#3A077C color RGB value is (58,7,124).

  • red value is 58;
  • green value is 7;
  • blue value is 124.
RGB:
(58,7,124)
(23%,3%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 7 of 255 = 3%
B 124 of 255 = 49%

58
7
124

R + G + B ~ 25%. #3A077C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 7 + 124 = 189 (100%)
R 58 of 189 ~ 30.69%
G 7 of 189 ~ 3.7%
B 124 of 189 ~ 65.61%

%30.69
%65.61

CMYK color model

#3A077C color CMYK value is (53,94,0,51).

  • cyan value is 53.23%
  • magenta value is 94.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(53,94,0,51)
C53M94Y0K51 
(53%,94%,0%,51%)
(0.53/0.94/0.00/0.51)	

CMYK percentages

%53.23
%94.35
%0
%51.37

Codes

Color #3A077C in popluar color models

3A077C
RGB587124
HSL266°89.31%25.69%
HSB/HSV266°94.35%48.63%
CMYK53.23%94.35%0.00%
51.37%

Color #3A077C in popluar number systems.

HEX3A077C
Decimal587124
Binary1110101111111100
Octal727174

Shades and tints

Shades of #3A077C

#3A077C
(58,7,124)
#350771
(53,7,113)
#300766
(48,7,102)
#2B075B
(43,7,91)
#260750
(38,7,80)
#210745
(33,7,69)
#1C073A
(28,7,58)
#17072F
(23,7,47)
#120724
(18,7,36)
#0D0719
(13,7,25)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #3A077C

#3A077C
(58,7,124)
#4B1D87
(75,29,135)
#5C3392
(92,51,146)
#6D499D
(109,73,157)
#7E5FA8
(126,95,168)
#8F75B3
(143,117,179)
#A08BBE
(160,139,190)
#B1A1C9
(177,161,201)
#C2B7D4
(194,183,212)
#D3CDDF
(211,205,223)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A077C color. Also use rgb(58,7,124) instead hex code.

Text Font Color

.myTextColor { color: #3A077C; }

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

This text font color is #3A077C.


Background Color

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

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

This div background color is #3A077C.


Border color

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

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

This div border color is #3A077C.


Opacity

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

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

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

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

This text has shadow with #3A077C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A077C on black background.


Color preview on white background

This text has color #3A077C on white background.



Black color preview on #3A077C background

This text has black color on #3A077C background.


White color preview on #3A077C background

This text has white color on #3A077C background.