COLOR #3A717A

HEX: #3A717A RGB: (58,113,122)

Color info

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

RGB color model

#3A717A color RGB value is (58,113,122).

RGB: (58,113,122) (23%, 44%, 48%)

RGB channels and saturation

R 58 of 255 = 23%
G 113 of 255 = 44%
B 122 of 255 = 48%

58
113
122

R + G + B ~ 38%. #3A717A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 113 + 122 = 293 (100%)
R 58 of 293 ~ 19.8%
G 113 of 293 ~ 38.57%
B 122 of 293 ~ 41.64'%

%19.8
%38.57
%41.64

CMYK color model

#3A717A color CMYK value is (52,7,0,52).

  • cyan value is 52.46%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (52,7,0,52) C52M7Y0K52 (52%,7%,0%,52%) (0.52/0.07/0.00/0.52) 

CMYK percentages

%52.46
%7.38
%0
%52.16

Codes

Color #3A717A in popluar color models

3A 71 7A
RGB 58 113 122
HSL 188° 35.56% 35.29%
HSB/HSV 188° 52.46% 47.84%
CMYK 52.46% 7.38% 0.00%
52.16%

Color #3A717A in popluar number systems.

HEX 3A 71 7A
Decimal 58 113 122
Binary 111010 1110001 1111010
Octal 72 161 172

Shades and tints

Shades of #3A717A

#3A717A
(58,113,122)
#35676F
(53,103,111)
#305D64
(48,93,100)
#2B5359
(43,83,89)
#26494E
(38,73,78)
#213F43
(33,63,67)
#1C3538
(28,53,56)
#172B2D
(23,43,45)
#122122
(18,33,34)
#0D1717
(13,23,23)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #3A717A

#3A717A
(58,113,122)
#4B7D86
(75,125,134)
#5C8992
(92,137,146)
#6D959E
(109,149,158)
#7EA1AA
(126,161,170)
#8FADB6
(143,173,182)
#A0B9C2
(160,185,194)
#B1C5CE
(177,197,206)
#C2D1DA
(194,209,218)
#D3DDE6
(211,221,230)
#E4E9F2
(228,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A717A color. Also use rgb(58,113,122) instead hex code.

Text Font Color

.myTextColor { color: #3A717A; }

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

This text font color is #3A717A.

Background Color

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

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

This div background color is #3A717A.

Border color

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

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

This div border color is #3A717A.

Opacity

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

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

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

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

This text has shadow with #3A717A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A717A.

Preview

Color preview on black background

This text has color #3A717A on black background.


Color preview on white background

This text has color #3A717A on white background.


Black color preview on #3A717A background

This text has black color on #3A717A background.


White color preview on #3A717A background

This text has white color on #3A717A background.


Related colors

Complementary color

Complementary color for #hex is #C58E85.


I love getcolorcode.com

Triadic colors

1 #7A3A71 and #717A3A with #3A717A are triadic colors.

2 #7A713A and #713A7A with #3A717A are triadic colors.