COLOR #3A5B79

HEX: #3A5B79
RGB: (58,91,121)

Color info

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

RGB color model

#3A5B79 color RGB value is (58,91,121).

  • red value is 58;
  • green value is 91;
  • blue value is 121.
RGB:
(58,91,121)
(23%,36%,47%)

RGB channels and saturation

R 58 of 255 = 23%
G 91 of 255 = 36%
B 121 of 255 = 47%

58
91
121

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

Portions of RGB colors in percentages

R + G + B =
58 + 91 + 121 = 270 (100%)
R 58 of 270 ~ 21.48%
G 91 of 270 ~ 33.7%
B 121 of 270 ~ 44.81%

%21.48
%33.7
%44.81

CMYK color model

#3A5B79 color CMYK value is (52,25,0,53).

  • cyan value is 52.07%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(52,25,0,53)
C52M25Y0K53 
(52%,25%,0%,53%)
(0.52/0.25/0.00/0.53)	

CMYK percentages

%52.07
%24.79
%0
%52.55

Codes

Color #3A5B79 in popluar color models

3A5B79
RGB5891121
HSL209°35.20%35.10%
HSB/HSV209°52.07%47.45%
CMYK52.07%24.79%0.00%
52.55%

Color #3A5B79 in popluar number systems.

HEX3A5B79
Decimal5891121
Binary11101010110111111001
Octal72133171

Shades and tints

Shades of #3A5B79

#3A5B79
(58,91,121)
#35536E
(53,83,110)
#304B63
(48,75,99)
#2B4358
(43,67,88)
#263B4D
(38,59,77)
#213342
(33,51,66)
#1C2B37
(28,43,55)
#17232C
(23,35,44)
#121B21
(18,27,33)
#0D1316
(13,19,22)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #3A5B79

#3A5B79
(58,91,121)
#4B6985
(75,105,133)
#5C7791
(92,119,145)
#6D859D
(109,133,157)
#7E93A9
(126,147,169)
#8FA1B5
(143,161,181)
#A0AFC1
(160,175,193)
#B1BDCD
(177,189,205)
#C2CBD9
(194,203,217)
#D3D9E5
(211,217,229)
#E4E7F1
(228,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5B79 color. Also use rgb(58,91,121) instead hex code.

Text Font Color

.myTextColor { color: #3A5B79; }

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

This text font color is #3A5B79.


Background Color

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

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

This div background color is #3A5B79.


Border color

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

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

This div border color is #3A5B79.


Opacity

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

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

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

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

This text has shadow with #3A5B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5B79 on black background.


Color preview on white background

This text has color #3A5B79 on white background.



Black color preview on #3A5B79 background

This text has black color on #3A5B79 background.


White color preview on #3A5B79 background

This text has white color on #3A5B79 background.