COLOR #3A5C78

HEX: #3A5C78
RGB: (58,92,120)

Color info

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

RGB color model

#3A5C78 color RGB value is (58,92,120).

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

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 120 of 255 = 47%

58
92
120

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

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 120 = 270 (100%)
R 58 of 270 ~ 21.48%
G 92 of 270 ~ 34.07%
B 120 of 270 ~ 44.44%

%21.48
%34.07
%44.44

CMYK color model

#3A5C78 color CMYK value is (52,23,0,53).

  • cyan value is 51.67%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(52,23,0,53)
C52M23Y0K53 
(52%,23%,0%,53%)
(0.52/0.23/0.00/0.53)	

CMYK percentages

%51.67
%23.33
%0
%52.94

Codes

Color #3A5C78 in popluar color models

3A5C78
RGB5892120
HSL207°34.83%34.90%
HSB/HSV207°51.67%47.06%
CMYK51.67%23.33%0.00%
52.94%

Color #3A5C78 in popluar number systems.

HEX3A5C78
Decimal5892120
Binary11101010111001111000
Octal72134170

Shades and tints

Shades of #3A5C78

#3A5C78
(58,92,120)
#35546E
(53,84,110)
#304C64
(48,76,100)
#2B445A
(43,68,90)
#263C50
(38,60,80)
#213446
(33,52,70)
#1C2C3C
(28,44,60)
#172432
(23,36,50)
#121C28
(18,28,40)
#0D141E
(13,20,30)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #3A5C78

#3A5C78
(58,92,120)
#4B6A84
(75,106,132)
#5C7890
(92,120,144)
#6D869C
(109,134,156)
#7E94A8
(126,148,168)
#8FA2B4
(143,162,180)
#A0B0C0
(160,176,192)
#B1BECC
(177,190,204)
#C2CCD8
(194,204,216)
#D3DAE4
(211,218,228)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5C78 color. Also use rgb(58,92,120) instead hex code.

Text Font Color

.myTextColor { color: #3A5C78; }

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

This text font color is #3A5C78.


Background Color

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

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

This div background color is #3A5C78.


Border color

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

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

This div border color is #3A5C78.


Opacity

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

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

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

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

This text has shadow with #3A5C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5C78 on black background.


Color preview on white background

This text has color #3A5C78 on white background.



Black color preview on #3A5C78 background

This text has black color on #3A5C78 background.


White color preview on #3A5C78 background

This text has white color on #3A5C78 background.