COLOR #3A7C89

HEX: #3A7C89
RGB: (58,124,137)

Color info

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

RGB color model

#3A7C89 color RGB value is (58,124,137).

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

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 137 of 255 = 54%

58
124
137

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

Portions of RGB colors in percentages

R + G + B =
58 + 124 + 137 = 319 (100%)
R 58 of 319 ~ 18.18%
G 124 of 319 ~ 38.87%
B 137 of 319 ~ 42.95%

%18.18
%38.87
%42.95

CMYK color model

#3A7C89 color CMYK value is (58,9,0,46).

  • cyan value is 57.66%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(58,9,0,46)
C58M9Y0K46 
(58%,9%,0%,46%)
(0.58/0.09/0.00/0.46)	

CMYK percentages

%57.66
%9.49
%0
%46.27

Codes

Color #3A7C89 in popluar color models

3A7C89
RGB58124137
HSL190°40.51%38.24%
HSB/HSV190°57.66%53.73%
CMYK57.66%9.49%0.00%
46.27%

Color #3A7C89 in popluar number systems.

HEX3A7C89
Decimal58124137
Binary111010111110010001001
Octal72174211

Shades and tints

Shades of #3A7C89

#3A7C89
(58,124,137)
#35717D
(53,113,125)
#306671
(48,102,113)
#2B5B65
(43,91,101)
#265059
(38,80,89)
#21454D
(33,69,77)
#1C3A41
(28,58,65)
#172F35
(23,47,53)
#122429
(18,36,41)
#0D191D
(13,25,29)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #3A7C89

#3A7C89
(58,124,137)
#4B8793
(75,135,147)
#5C929D
(92,146,157)
#6D9DA7
(109,157,167)
#7EA8B1
(126,168,177)
#8FB3BB
(143,179,187)
#A0BEC5
(160,190,197)
#B1C9CF
(177,201,207)
#C2D4D9
(194,212,217)
#D3DFE3
(211,223,227)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7C89; }

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

This text font color is #3A7C89.


Background Color

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

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

This div background color is #3A7C89.


Border color

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

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

This div border color is #3A7C89.


Opacity

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

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

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

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

This text has shadow with #3A7C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7C89 on black background.


Color preview on white background

This text has color #3A7C89 on white background.



Black color preview on #3A7C89 background

This text has black color on #3A7C89 background.


White color preview on #3A7C89 background

This text has white color on #3A7C89 background.