COLOR #3A5377

HEX: #3A5377
RGB: (58,83,119)

Color info

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

RGB color model

#3A5377 color RGB value is (58,83,119).

  • red value is 58;
  • green value is 83;
  • blue value is 119.
RGB:
(58,83,119)
(23%,33%,47%)

RGB channels and saturation

R 58 of 255 = 23%
G 83 of 255 = 33%
B 119 of 255 = 47%

58
83
119

R + G + B ~ 34%. #3A5377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 83 + 119 = 260 (100%)
R 58 of 260 ~ 22.31%
G 83 of 260 ~ 31.92%
B 119 of 260 ~ 45.77%

%22.31
%31.92
%45.77

CMYK color model

#3A5377 color CMYK value is (51,30,0,53).

  • cyan value is 51.26%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(51,30,0,53)
C51M30Y0K53 
(51%,30%,0%,53%)
(0.51/0.30/0.00/0.53)	

CMYK percentages

%51.26
%30.25
%0
%53.33

Codes

Color #3A5377 in popluar color models

3A5377
RGB5883119
HSL215°34.46%34.71%
HSB/HSV215°51.26%46.67%
CMYK51.26%30.25%0.00%
53.33%

Color #3A5377 in popluar number systems.

HEX3A5377
Decimal5883119
Binary11101010100111110111
Octal72123167

Shades and tints

Shades of #3A5377

#3A5377
(58,83,119)
#354C6D
(53,76,109)
#304563
(48,69,99)
#2B3E59
(43,62,89)
#26374F
(38,55,79)
#213045
(33,48,69)
#1C293B
(28,41,59)
#172231
(23,34,49)
#121B27
(18,27,39)
#0D141D
(13,20,29)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #3A5377

#3A5377
(58,83,119)
#4B6283
(75,98,131)
#5C718F
(92,113,143)
#6D809B
(109,128,155)
#7E8FA7
(126,143,167)
#8F9EB3
(143,158,179)
#A0ADBF
(160,173,191)
#B1BCCB
(177,188,203)
#C2CBD7
(194,203,215)
#D3DAE3
(211,218,227)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5377 color. Also use rgb(58,83,119) instead hex code.

Text Font Color

.myTextColor { color: #3A5377; }

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

This text font color is #3A5377.


Background Color

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

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

This div background color is #3A5377.


Border color

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

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

This div border color is #3A5377.


Opacity

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

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

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

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

This text has shadow with #3A5377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5377 on black background.


Color preview on white background

This text has color #3A5377 on white background.



Black color preview on #3A5377 background

This text has black color on #3A5377 background.


White color preview on #3A5377 background

This text has white color on #3A5377 background.