COLOR #3A5D7A

HEX: #3A5D7A
RGB: (58,93,122)

Color info

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

RGB color model

#3A5D7A color RGB value is (58,93,122).

  • red value is 58;
  • green value is 93;
  • blue value is 122.
RGB:
(58,93,122)
(23%,36%,48%)

RGB channels and saturation

R 58 of 255 = 23%
G 93 of 255 = 36%
B 122 of 255 = 48%

58
93
122

R + G + B ~ 36%. #3A5D7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 93 + 122 = 273 (100%)
R 58 of 273 ~ 21.25%
G 93 of 273 ~ 34.07%
B 122 of 273 ~ 44.69%

%21.25
%34.07
%44.69

CMYK color model

#3A5D7A color CMYK value is (52,24,0,52).

  • cyan value is 52.46%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(52,24,0,52)
C52M24Y0K52 
(52%,24%,0%,52%)
(0.52/0.24/0.00/0.52)	

CMYK percentages

%52.46
%23.77
%0
%52.16

Codes

Color #3A5D7A in popluar color models

3A5D7A
RGB5893122
HSL207°35.56%35.29%
HSB/HSV207°52.46%47.84%
CMYK52.46%23.77%0.00%
52.16%

Color #3A5D7A in popluar number systems.

HEX3A5D7A
Decimal5893122
Binary11101010111011111010
Octal72135172

Shades and tints

Shades of #3A5D7A

#3A5D7A
(58,93,122)
#35556F
(53,85,111)
#304D64
(48,77,100)
#2B4559
(43,69,89)
#263D4E
(38,61,78)
#213543
(33,53,67)
#1C2D38
(28,45,56)
#17252D
(23,37,45)
#121D22
(18,29,34)
#0D1517
(13,21,23)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #3A5D7A

#3A5D7A
(58,93,122)
#4B6B86
(75,107,134)
#5C7992
(92,121,146)
#6D879E
(109,135,158)
#7E95AA
(126,149,170)
#8FA3B6
(143,163,182)
#A0B1C2
(160,177,194)
#B1BFCE
(177,191,206)
#C2CDDA
(194,205,218)
#D3DBE6
(211,219,230)
#E4E9F2
(228,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5D7A color. Also use rgb(58,93,122) instead hex code.

Text Font Color

.myTextColor { color: #3A5D7A; }

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

This text font color is #3A5D7A.


Background Color

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

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

This div background color is #3A5D7A.


Border color

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

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

This div border color is #3A5D7A.


Opacity

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

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

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

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

This text has shadow with #3A5D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5D7A on black background.


Color preview on white background

This text has color #3A5D7A on white background.



Black color preview on #3A5D7A background

This text has black color on #3A5D7A background.


White color preview on #3A5D7A background

This text has white color on #3A5D7A background.