COLOR #3A617C

HEX: #3A617C
RGB: (58,97,124)

Color info

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

RGB color model

#3A617C color RGB value is (58,97,124).

  • red value is 58;
  • green value is 97;
  • blue value is 124.
RGB:
(58,97,124)
(23%,38%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 124 of 255 = 49%

58
97
124

R + G + B ~ 37%. #3A617C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 97 + 124 = 279 (100%)
R 58 of 279 ~ 20.79%
G 97 of 279 ~ 34.77%
B 124 of 279 ~ 44.44%

%20.79
%34.77
%44.44

CMYK color model

#3A617C color CMYK value is (53,22,0,51).

  • cyan value is 53.23%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(53,22,0,51)
C53M22Y0K51 
(53%,22%,0%,51%)
(0.53/0.22/0.00/0.51)	

CMYK percentages

%53.23
%21.77
%0
%51.37

Codes

Color #3A617C in popluar color models

3A617C
RGB5897124
HSL205°36.26%35.69%
HSB/HSV205°53.23%48.63%
CMYK53.23%21.77%0.00%
51.37%

Color #3A617C in popluar number systems.

HEX3A617C
Decimal5897124
Binary11101011000011111100
Octal72141174

Shades and tints

Shades of #3A617C

#3A617C
(58,97,124)
#355971
(53,89,113)
#305166
(48,81,102)
#2B495B
(43,73,91)
#264150
(38,65,80)
#213945
(33,57,69)
#1C313A
(28,49,58)
#17292F
(23,41,47)
#122124
(18,33,36)
#0D1919
(13,25,25)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #3A617C

#3A617C
(58,97,124)
#4B6F87
(75,111,135)
#5C7D92
(92,125,146)
#6D8B9D
(109,139,157)
#7E99A8
(126,153,168)
#8FA7B3
(143,167,179)
#A0B5BE
(160,181,190)
#B1C3C9
(177,195,201)
#C2D1D4
(194,209,212)
#D3DFDF
(211,223,223)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A617C color. Also use rgb(58,97,124) instead hex code.

Text Font Color

.myTextColor { color: #3A617C; }

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

This text font color is #3A617C.


Background Color

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

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

This div background color is #3A617C.


Border color

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

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

This div border color is #3A617C.


Opacity

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

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

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

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

This text has shadow with #3A617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A617C on black background.


Color preview on white background

This text has color #3A617C on white background.



Black color preview on #3A617C background

This text has black color on #3A617C background.


White color preview on #3A617C background

This text has white color on #3A617C background.