COLOR #3A507F

HEX: #3A507F
RGB: (58,80,127)

Color info

#3A507F contains mainly green and blue colors. Web safe color of #3A507F is #336666 (or #366).

RGB color model

#3A507F color RGB value is (58,80,127).

  • red value is 58;
  • green value is 80;
  • blue value is 127.
RGB:
(58,80,127)
(23%,31%,50%)

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 127 of 255 = 50%

58
80
127

R + G + B ~ 35%. #3A507F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 80 + 127 = 265 (100%)
R 58 of 265 ~ 21.89%
G 80 of 265 ~ 30.19%
B 127 of 265 ~ 47.92%

%21.89
%30.19
%47.92

CMYK color model

#3A507F color CMYK value is (54,37,0,50).

  • cyan value is 54.33%
  • magenta value is 37.01%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(54,37,0,50)
C54M37Y0K50 
(54%,37%,0%,50%)
(0.54/0.37/0.00/0.50)	

CMYK percentages

%54.33
%37.01
%0
%50.2

Codes

Color #3A507F in popluar color models

3A507F
RGB5880127
HSL221°37.30%36.27%
HSB/HSV221°54.33%49.80%
CMYK54.33%37.01%0.00%
50.20%

Color #3A507F in popluar number systems.

HEX3A507F
Decimal5880127
Binary11101010100001111111
Octal72120177

Shades and tints

Shades of #3A507F

#3A507F
(58,80,127)
#354974
(53,73,116)
#304269
(48,66,105)
#2B3B5E
(43,59,94)
#263453
(38,52,83)
#212D48
(33,45,72)
#1C263D
(28,38,61)
#171F32
(23,31,50)
#121827
(18,24,39)
#0D111C
(13,17,28)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #3A507F

#3A507F
(58,80,127)
#4B5F8A
(75,95,138)
#5C6E95
(92,110,149)
#6D7DA0
(109,125,160)
#7E8CAB
(126,140,171)
#8F9BB6
(143,155,182)
#A0AAC1
(160,170,193)
#B1B9CC
(177,185,204)
#C2C8D7
(194,200,215)
#D3D7E2
(211,215,226)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A507F color. Also use rgb(58,80,127) instead hex code.

Text Font Color

.myTextColor { color: #3A507F; }

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

This text font color is #3A507F.


Background Color

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

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

This div background color is #3A507F.


Border color

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

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

This div border color is #3A507F.


Opacity

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

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

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

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

This text has shadow with #3A507F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A507F on black background.


Color preview on white background

This text has color #3A507F on white background.



Black color preview on #3A507F background

This text has black color on #3A507F background.


White color preview on #3A507F background

This text has white color on #3A507F background.