COLOR #3A6078

HEX: #3A6078
RGB: (58,96,120)

Color info

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

RGB color model

#3A6078 color RGB value is (58,96,120).

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

RGB channels and saturation

R 58 of 255 = 23%
G 96 of 255 = 38%
B 120 of 255 = 47%

58
96
120

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

Portions of RGB colors in percentages

R + G + B =
58 + 96 + 120 = 274 (100%)
R 58 of 274 ~ 21.17%
G 96 of 274 ~ 35.04%
B 120 of 274 ~ 43.8%

%21.17
%35.04
%43.8

CMYK color model

#3A6078 color CMYK value is (52,20,0,53).

  • cyan value is 51.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(52,20,0,53)
C52M20Y0K53 
(52%,20%,0%,53%)
(0.52/0.20/0.00/0.53)	

CMYK percentages

%51.67
%20
%0
%52.94

Codes

Color #3A6078 in popluar color models

3A6078
RGB5896120
HSL203°34.83%34.90%
HSB/HSV203°51.67%47.06%
CMYK51.67%20.00%0.00%
52.94%

Color #3A6078 in popluar number systems.

HEX3A6078
Decimal5896120
Binary11101011000001111000
Octal72140170

Shades and tints

Shades of #3A6078

#3A6078
(58,96,120)
#35586E
(53,88,110)
#305064
(48,80,100)
#2B485A
(43,72,90)
#264050
(38,64,80)
#213846
(33,56,70)
#1C303C
(28,48,60)
#172832
(23,40,50)
#122028
(18,32,40)
#0D181E
(13,24,30)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #3A6078

#3A6078
(58,96,120)
#4B6E84
(75,110,132)
#5C7C90
(92,124,144)
#6D8A9C
(109,138,156)
#7E98A8
(126,152,168)
#8FA6B4
(143,166,180)
#A0B4C0
(160,180,192)
#B1C2CC
(177,194,204)
#C2D0D8
(194,208,216)
#D3DEE4
(211,222,228)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6078; }

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

This text font color is #3A6078.


Background Color

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

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

This div background color is #3A6078.


Border color

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

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

This div border color is #3A6078.


Opacity

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

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

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

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

This text has shadow with #3A6078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6078 on black background.


Color preview on white background

This text has color #3A6078 on white background.



Black color preview on #3A6078 background

This text has black color on #3A6078 background.


White color preview on #3A6078 background

This text has white color on #3A6078 background.