COLOR #3A6278

HEX: #3A6278
RGB: (58,98,120)

Color info

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

RGB color model

#3A6278 color RGB value is (58,98,120).

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

RGB channels and saturation

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

58
98
120

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

Portions of RGB colors in percentages

R + G + B =
58 + 98 + 120 = 276 (100%)
R 58 of 276 ~ 21.01%
G 98 of 276 ~ 35.51%
B 120 of 276 ~ 43.48%

%21.01
%35.51
%43.48

CMYK color model

#3A6278 color CMYK value is (52,18,0,53).

  • cyan value is 51.67%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(52,18,0,53)
C52M18Y0K53 
(52%,18%,0%,53%)
(0.52/0.18/0.00/0.53)	

CMYK percentages

%51.67
%18.33
%0
%52.94

Codes

Color #3A6278 in popluar color models

3A6278
RGB5898120
HSL201°34.83%34.90%
HSB/HSV201°51.67%47.06%
CMYK51.67%18.33%0.00%
52.94%

Color #3A6278 in popluar number systems.

HEX3A6278
Decimal5898120
Binary11101011000101111000
Octal72142170

Shades and tints

Shades of #3A6278

#3A6278
(58,98,120)
#355A6E
(53,90,110)
#305264
(48,82,100)
#2B4A5A
(43,74,90)
#264250
(38,66,80)
#213A46
(33,58,70)
#1C323C
(28,50,60)
#172A32
(23,42,50)
#122228
(18,34,40)
#0D1A1E
(13,26,30)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #3A6278

#3A6278
(58,98,120)
#4B7084
(75,112,132)
#5C7E90
(92,126,144)
#6D8C9C
(109,140,156)
#7E9AA8
(126,154,168)
#8FA8B4
(143,168,180)
#A0B6C0
(160,182,192)
#B1C4CC
(177,196,204)
#C2D2D8
(194,210,216)
#D3E0E4
(211,224,228)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6278; }

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

This text font color is #3A6278.


Background Color

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

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

This div background color is #3A6278.


Border color

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

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

This div border color is #3A6278.


Opacity

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

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

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

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

This text has shadow with #3A6278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6278 on black background.


Color preview on white background

This text has color #3A6278 on white background.



Black color preview on #3A6278 background

This text has black color on #3A6278 background.


White color preview on #3A6278 background

This text has white color on #3A6278 background.