COLOR #3A7596

HEX: #3A7596
RGB: (58,117,150)

Color info

#3A7596 contains mainly green and blue colors. Web safe color of #3A7596 is #336699 (or #369).

RGB color model

#3A7596 color RGB value is (58,117,150).

  • red value is 58;
  • green value is 117;
  • blue value is 150.
RGB:
(58,117,150)
(23%,46%,59%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 150 of 255 = 59%

58
117
150

R + G + B ~ 43%. #3A7596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 117 + 150 = 325 (100%)
R 58 of 325 ~ 17.85%
G 117 of 325 ~ 36%
B 150 of 325 ~ 46.15%

%17.85
%36
%46.15

CMYK color model

#3A7596 color CMYK value is (61,22,0,41).

  • cyan value is 61.33%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(61,22,0,41)
C61M22Y0K41 
(61%,22%,0%,41%)
(0.61/0.22/0.00/0.41)	

CMYK percentages

%61.33
%22
%0
%41.18

Codes

Color #3A7596 in popluar color models

3A7596
RGB58117150
HSL202°44.23%40.78%
HSB/HSV202°61.33%58.82%
CMYK61.33%22.00%0.00%
41.18%

Color #3A7596 in popluar number systems.

HEX3A7596
Decimal58117150
Binary111010111010110010110
Octal72165226

Shades and tints

Shades of #3A7596

#3A7596
(58,117,150)
#356B89
(53,107,137)
#30617C
(48,97,124)
#2B576F
(43,87,111)
#264D62
(38,77,98)
#214355
(33,67,85)
#1C3948
(28,57,72)
#172F3B
(23,47,59)
#12252E
(18,37,46)
#0D1B21
(13,27,33)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #3A7596

#3A7596
(58,117,150)
#4B819F
(75,129,159)
#5C8DA8
(92,141,168)
#6D99B1
(109,153,177)
#7EA5BA
(126,165,186)
#8FB1C3
(143,177,195)
#A0BDCC
(160,189,204)
#B1C9D5
(177,201,213)
#C2D5DE
(194,213,222)
#D3E1E7
(211,225,231)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7596 color. Also use rgb(58,117,150) instead hex code.

Text Font Color

.myTextColor { color: #3A7596; }

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

This text font color is #3A7596.


Background Color

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

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

This div background color is #3A7596.


Border color

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

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

This div border color is #3A7596.


Opacity

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

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

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

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

This text has shadow with #3A7596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7596 on black background.


Color preview on white background

This text has color #3A7596 on white background.



Black color preview on #3A7596 background

This text has black color on #3A7596 background.


White color preview on #3A7596 background

This text has white color on #3A7596 background.