COLOR #3A7E91

HEX: #3A7E91 RGB: (58,126,145)

Color info

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

RGB color model

#3A7E91 color RGB value is (58,126,145).

RGB: (58,126,145) (23%, 49%, 57%)

RGB channels and saturation

R 58 of 255 = 23%
G 126 of 255 = 49%
B 145 of 255 = 57%

58
126
145

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

Portions of RGB colors in percentages

R + G + B = 58 + 126 + 145 = 329 (100%)
R 58 of 329 ~ 17.63%
G 126 of 329 ~ 38.3%
B 145 of 329 ~ 44.07'%

%17.63
%38.3
%44.07

CMYK color model

#3A7E91 color CMYK value is (60,13,0,43).

  • cyan value is 60.00%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (60,13,0,43)
C60M13Y0K43 (60%, 13%, 0%, 43%)
(0.60 / 0.13 / 0.00 / 0.43)

CMYK percentages

%60
%13.1
%0
%43.14

Codes

Color #3A7E91 in popluar color models

3A 7E 91
RGB 58 126 145
HSL 193° 42.86% 39.80%
HSB/HSV 193° 60.00% 56.86%
CMYK 60.00% 13.10% 0.00%
43.14%

Color #3A7E91 in popluar number systems.

HEX 3A 7E 91
Decimal 58 126 145
Binary 111010 1111110 10010001
Octal 72 176 221

Shades and tints

Shades of #3A7E91

#3A7E91
(58,126,145)
#357384
(53,115,132)
#306877
(48,104,119)
#2B5D6A
(43,93,106)
#26525D
(38,82,93)
#214750
(33,71,80)
#1C3C43
(28,60,67)
#173136
(23,49,54)
#122629
(18,38,41)
#0D1B1C
(13,27,28)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #3A7E91

#3A7E91
(58,126,145)
#4B899B
(75,137,155)
#5C94A5
(92,148,165)
#6D9FAF
(109,159,175)
#7EAAB9
(126,170,185)
#8FB5C3
(143,181,195)
#A0C0CD
(160,192,205)
#B1CBD7
(177,203,215)
#C2D6E1
(194,214,225)
#D3E1EB
(211,225,235)
#E4ECF5
(228,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7E91 color. Also use rgb(58,126,145) instead hex code.

Text Font Color

.myTextColor { color: #3A7E91; }

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

This text font color is #3A7E91.

Background Color

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

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

This div background color is #3A7E91.

Border color

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

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

This div border color is #3A7E91.

Opacity

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

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

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

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

This text has shadow with #3A7E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7E91.

Preview

Color preview on black background

This text has color #3A7E91 on black background.


Color preview on white background

This text has color #3A7E91 on white background.


Black color preview on #3A7E91 background

This text has black color on #3A7E91 background.


White color preview on #3A7E91 background

This text has white color on #3A7E91 background.


Related colors

Complementary color

Complementary color for #hex is #C5816E.


I love getcolorcode.com

Triadic colors

1 #913A7E and #7E913A with #3A7E91 are triadic colors.

2 #917E3A and #7E3A91 with #3A7E91 are triadic colors.