COLOR #3A7471

HEX: #3A7471
RGB: (58,116,113)

Color info

#3A7471 contains red, green and blue colors in about the same proportion. Web safe color of #3A7471 is #336666 (or #366).

RGB color model

#3A7471 color RGB value is (58,116,113).

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

RGB channels and saturation

R 58 of 255 = 23%
G 116 of 255 = 45%
B 113 of 255 = 44%

58
116
113

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

Portions of RGB colors in percentages

R + G + B =
58 + 116 + 113 = 287 (100%)
R 58 of 287 ~ 20.21%
G 116 of 287 ~ 40.42%
B 113 of 287 ~ 39.37%

%20.21
%40.42
%39.37

CMYK color model

#3A7471 color CMYK value is (50,0,3,55).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(50,0,3,55)
C50M0Y3K55 
(50%,0%,3%,55%)
(0.50/0.00/0.03/0.55)	

CMYK percentages

%50
%0
%2.59
%54.51

Codes

Color #3A7471 in popluar color models

3A7471
RGB58116113
HSL177°33.33%34.12%
HSB/HSV177°50.00%45.49%
CMYK50.00%0.00%2.59%
54.51%

Color #3A7471 in popluar number systems.

HEX3A7471
Decimal58116113
Binary11101011101001110001
Octal72164161

Shades and tints

Shades of #3A7471

#3A7471
(58,116,113)
#356A67
(53,106,103)
#30605D
(48,96,93)
#2B5653
(43,86,83)
#264C49
(38,76,73)
#21423F
(33,66,63)
#1C3835
(28,56,53)
#172E2B
(23,46,43)
#122421
(18,36,33)
#0D1A17
(13,26,23)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #3A7471

#3A7471
(58,116,113)
#4B807D
(75,128,125)
#5C8C89
(92,140,137)
#6D9895
(109,152,149)
#7EA4A1
(126,164,161)
#8FB0AD
(143,176,173)
#A0BCB9
(160,188,185)
#B1C8C5
(177,200,197)
#C2D4D1
(194,212,209)
#D3E0DD
(211,224,221)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7471; }

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

This text font color is #3A7471.


Background Color

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

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

This div background color is #3A7471.


Border color

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

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

This div border color is #3A7471.


Opacity

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

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

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

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

This text has shadow with #3A7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7471 on black background.


Color preview on white background

This text has color #3A7471 on white background.



Black color preview on #3A7471 background

This text has black color on #3A7471 background.


White color preview on #3A7471 background

This text has white color on #3A7471 background.