COLOR #3B7780

HEX: #3B7780 RGB: (59,119,128)

Color info

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

RGB color model

#3B7780 color RGB value is (59,119,128).

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

RGB channels and saturation

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

59
119
128

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

Portions of RGB colors in percentages

R + G + B = 59 + 119 + 128 = 306 (100%)
R 59 of 306 ~ 19.28%
G 119 of 306 ~ 38.89%
B 128 of 306 ~ 41.83'%

%19.28
%38.89
%41.83

CMYK color model

#3B7780 color CMYK value is (54,7,0,50).

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

CMYK: (54,7,0,50)
C54M7Y0K50 (54%, 7%, 0%, 50%)
(0.54 / 0.07 / 0.00 / 0.50)

CMYK percentages

%53.91
%7.03
%0
%49.8

Codes

Color #3B7780 in popluar color models

3B 77 80
RGB 59 119 128
HSL 188° 36.90% 36.67%
HSB/HSV 188° 53.91% 50.20%
CMYK 53.91% 7.03% 0.00%
49.80%

Color #3B7780 in popluar number systems.

HEX 3B 77 80
Decimal 59 119 128
Binary 111011 1110111 10000000
Octal 73 167 200

Shades and tints

Shades of #3B7780

#3B7780
(59,119,128)
#366D75
(54,109,117)
#31636A
(49,99,106)
#2C595F
(44,89,95)
#274F54
(39,79,84)
#224549
(34,69,73)
#1D3B3E
(29,59,62)
#183133
(24,49,51)
#132728
(19,39,40)
#0E1D1D
(14,29,29)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #3B7780

#3B7780
(59,119,128)
#4C838B
(76,131,139)
#5D8F96
(93,143,150)
#6E9BA1
(110,155,161)
#7FA7AC
(127,167,172)
#90B3B7
(144,179,183)
#A1BFC2
(161,191,194)
#B2CBCD
(178,203,205)
#C3D7D8
(195,215,216)
#D4E3E3
(212,227,227)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7780; }

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

This text font color is #3B7780.

Background Color

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

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

This div background color is #3B7780.

Border color

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

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

This div border color is #3B7780.

Opacity

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

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

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

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

This text has shadow with #3B7780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7780.

Preview

Color preview on black background

This text has color #3B7780 on black background.


Color preview on white background

This text has color #3B7780 on white background.


Black color preview on #3B7780 background

This text has black color on #3B7780 background.


White color preview on #3B7780 background

This text has white color on #3B7780 background.


Related colors

Complementary color

Complementary color for #hex is #C4887F.


I love getcolorcode.com

Triadic colors

1 #803B77 and #77803B with #3B7780 are triadic colors.

2 #80773B and #773B80 with #3B7780 are triadic colors.