COLOR #3A678E

HEX: #3A678E
RGB: (58,103,142)

Color info

#3A678E contains mainly green and blue colors. Web safe color of #3A678E is #336699 (or #369).

RGB color model

#3A678E color RGB value is (58,103,142).

  • red value is 58;
  • green value is 103;
  • blue value is 142.
RGB:
(58,103,142)
(23%,40%,56%)

RGB channels and saturation

R 58 of 255 = 23%
G 103 of 255 = 40%
B 142 of 255 = 56%

58
103
142

R + G + B ~ 40%. #3A678E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 103 + 142 = 303 (100%)
R 58 of 303 ~ 19.14%
G 103 of 303 ~ 33.99%
B 142 of 303 ~ 46.86%

%19.14
%33.99
%46.86

CMYK color model

#3A678E color CMYK value is (59,27,0,44).

  • cyan value is 59.15%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(59,27,0,44)
C59M27Y0K44 
(59%,27%,0%,44%)
(0.59/0.27/0.00/0.44)	

CMYK percentages

%59.15
%27.46
%0
%44.31

Codes

Color #3A678E in popluar color models

3A678E
RGB58103142
HSL208°42.00%39.22%
HSB/HSV208°59.15%55.69%
CMYK59.15%27.46%0.00%
44.31%

Color #3A678E in popluar number systems.

HEX3A678E
Decimal58103142
Binary111010110011110001110
Octal72147216

Shades and tints

Shades of #3A678E

#3A678E
(58,103,142)
#355E82
(53,94,130)
#305576
(48,85,118)
#2B4C6A
(43,76,106)
#26435E
(38,67,94)
#213A52
(33,58,82)
#1C3146
(28,49,70)
#17283A
(23,40,58)
#121F2E
(18,31,46)
#0D1622
(13,22,34)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #3A678E

#3A678E
(58,103,142)
#4B7498
(75,116,152)
#5C81A2
(92,129,162)
#6D8EAC
(109,142,172)
#7E9BB6
(126,155,182)
#8FA8C0
(143,168,192)
#A0B5CA
(160,181,202)
#B1C2D4
(177,194,212)
#C2CFDE
(194,207,222)
#D3DCE8
(211,220,232)
#E4E9F2
(228,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A678E color. Also use rgb(58,103,142) instead hex code.

Text Font Color

.myTextColor { color: #3A678E; }

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

This text font color is #3A678E.


Background Color

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

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

This div background color is #3A678E.


Border color

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

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

This div border color is #3A678E.


Opacity

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

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

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

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

This text has shadow with #3A678E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A678E on black background.


Color preview on white background

This text has color #3A678E on white background.



Black color preview on #3A678E background

This text has black color on #3A678E background.


White color preview on #3A678E background

This text has white color on #3A678E background.