COLOR #3A717B

HEX: #3A717B
RGB: (58,113,123)

Color info

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

RGB color model

#3A717B color RGB value is (58,113,123).

  • red value is 58;
  • green value is 113;
  • blue value is 123.
RGB:
(58,113,123)
(23%,44%,48%)

RGB channels and saturation

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

58
113
123

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

Portions of RGB colors in percentages

R + G + B =
58 + 113 + 123 = 294 (100%)
R 58 of 294 ~ 19.73%
G 113 of 294 ~ 38.44%
B 123 of 294 ~ 41.84%

%19.73
%38.44
%41.84

CMYK color model

#3A717B color CMYK value is (53,8,0,52).

  • cyan value is 52.85%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(53,8,0,52)
C53M8Y0K52 
(53%,8%,0%,52%)
(0.53/0.08/0.00/0.52)	

CMYK percentages

%52.85
%8.13
%0
%51.76

Codes

Color #3A717B in popluar color models

3A717B
RGB58113123
HSL189°35.91%35.49%
HSB/HSV189°52.85%48.24%
CMYK52.85%8.13%0.00%
51.76%

Color #3A717B in popluar number systems.

HEX3A717B
Decimal58113123
Binary11101011100011111011
Octal72161173

Shades and tints

Shades of #3A717B

#3A717B
(58,113,123)
#356770
(53,103,112)
#305D65
(48,93,101)
#2B535A
(43,83,90)
#26494F
(38,73,79)
#213F44
(33,63,68)
#1C3539
(28,53,57)
#172B2E
(23,43,46)
#122123
(18,33,35)
#0D1718
(13,23,24)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #3A717B

#3A717B
(58,113,123)
#4B7D87
(75,125,135)
#5C8993
(92,137,147)
#6D959F
(109,149,159)
#7EA1AB
(126,161,171)
#8FADB7
(143,173,183)
#A0B9C3
(160,185,195)
#B1C5CF
(177,197,207)
#C2D1DB
(194,209,219)
#D3DDE7
(211,221,231)
#E4E9F3
(228,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A717B; }

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

This text font color is #3A717B.


Background Color

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

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

This div background color is #3A717B.


Border color

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

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

This div border color is #3A717B.


Opacity

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

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

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

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

This text has shadow with #3A717B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A717B on black background.


Color preview on white background

This text has color #3A717B on white background.



Black color preview on #3A717B background

This text has black color on #3A717B background.


White color preview on #3A717B background

This text has white color on #3A717B background.