COLOR #3A5F7A

HEX: #3A5F7A
RGB: (58,95,122)

Color info

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

RGB color model

#3A5F7A color RGB value is (58,95,122).

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

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 122 of 255 = 48%

58
95
122

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

Portions of RGB colors in percentages

R + G + B =
58 + 95 + 122 = 275 (100%)
R 58 of 275 ~ 21.09%
G 95 of 275 ~ 34.55%
B 122 of 275 ~ 44.36%

%21.09
%34.55
%44.36

CMYK color model

#3A5F7A color CMYK value is (52,22,0,52).

  • cyan value is 52.46%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(52,22,0,52)
C52M22Y0K52 
(52%,22%,0%,52%)
(0.52/0.22/0.00/0.52)	

CMYK percentages

%52.46
%22.13
%0
%52.16

Codes

Color #3A5F7A in popluar color models

3A5F7A
RGB5895122
HSL205°35.56%35.29%
HSB/HSV205°52.46%47.84%
CMYK52.46%22.13%0.00%
52.16%

Color #3A5F7A in popluar number systems.

HEX3A5F7A
Decimal5895122
Binary11101010111111111010
Octal72137172

Shades and tints

Shades of #3A5F7A

#3A5F7A
(58,95,122)
#35576F
(53,87,111)
#304F64
(48,79,100)
#2B4759
(43,71,89)
#263F4E
(38,63,78)
#213743
(33,55,67)
#1C2F38
(28,47,56)
#17272D
(23,39,45)
#121F22
(18,31,34)
#0D1717
(13,23,23)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #3A5F7A

#3A5F7A
(58,95,122)
#4B6D86
(75,109,134)
#5C7B92
(92,123,146)
#6D899E
(109,137,158)
#7E97AA
(126,151,170)
#8FA5B6
(143,165,182)
#A0B3C2
(160,179,194)
#B1C1CE
(177,193,206)
#C2CFDA
(194,207,218)
#D3DDE6
(211,221,230)
#E4EBF2
(228,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5F7A; }

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

This text font color is #3A5F7A.


Background Color

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

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

This div background color is #3A5F7A.


Border color

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

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

This div border color is #3A5F7A.


Opacity

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

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

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

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

This text has shadow with #3A5F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5F7A on black background.


Color preview on white background

This text has color #3A5F7A on white background.



Black color preview on #3A5F7A background

This text has black color on #3A5F7A background.


White color preview on #3A5F7A background

This text has white color on #3A5F7A background.