COLOR #3A7780

HEX: #3A7780 RGB: (58,119,128)

Color info

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

RGB color model

#3A7780 color RGB value is (58,119,128).

RGB: (58,119,128) (23%, 47%, 50%)

RGB channels and saturation

R 58 of 255 = 23%
G 119 of 255 = 47%
B 128 of 255 = 50%

58
119
128

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

Portions of RGB colors in percentages

R + G + B = 58 + 119 + 128 = 305 (100%)
R 58 of 305 ~ 19.02%
G 119 of 305 ~ 39.02%
B 128 of 305 ~ 41.97'%

%19.02
%39.02
%41.97

CMYK color model

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

  • cyan value is 54.69%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (55,7,0,50)
C55M7Y0K50 (55%, 7%, 0%, 50%)
(0.55 / 0.07 / 0.00 / 0.50)

CMYK percentages

%54.69
%7.03
%0
%49.8

Codes

Color #3A7780 in popluar color models

3A 77 80
RGB 58 119 128
HSL 188° 37.63% 36.47%
HSB/HSV 188° 54.69% 50.20%
CMYK 54.69% 7.03% 0.00%
49.80%

Color #3A7780 in popluar number systems.

HEX 3A 77 80
Decimal 58 119 128
Binary 111010 1110111 10000000
Octal 72 167 200

Shades and tints

Shades of #3A7780

#3A7780
(58,119,128)
#356D75
(53,109,117)
#30636A
(48,99,106)
#2B595F
(43,89,95)
#264F54
(38,79,84)
#214549
(33,69,73)
#1C3B3E
(28,59,62)
#173133
(23,49,51)
#122728
(18,39,40)
#0D1D1D
(13,29,29)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #3A7780

#3A7780
(58,119,128)
#4B838B
(75,131,139)
#5C8F96
(92,143,150)
#6D9BA1
(109,155,161)
#7EA7AC
(126,167,172)
#8FB3B7
(143,179,183)
#A0BFC2
(160,191,194)
#B1CBCD
(177,203,205)
#C2D7D8
(194,215,216)
#D3E3E3
(211,227,227)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7780 color. Also use rgb(58,119,128) instead hex code.

Text Font Color

.myTextColor { color: #3A7780; }

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

This text font color is #3A7780.

Background Color

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

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

This div background color is #3A7780.

Border color

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

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

This div border color is #3A7780.

Opacity

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

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

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

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

This text has shadow with #3A7780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7780.

Preview

Color preview on black background

This text has color #3A7780 on black background.


Color preview on white background

This text has color #3A7780 on white background.


Black color preview on #3A7780 background

This text has black color on #3A7780 background.


White color preview on #3A7780 background

This text has white color on #3A7780 background.


Related colors

Complementary color

Complementary color for #hex is #C5887F.


I love getcolorcode.com

Triadic colors

1 #803A77 and #77803A with #3A7780 are triadic colors.

2 #80773A and #773A80 with #3A7780 are triadic colors.