COLOR #3B777E

HEX: #3B777E RGB: (59,119,126)

Color info

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

RGB color model

#3B777E color RGB value is (59,119,126).

RGB: (59,119,126) (23%, 47%, 49%)

RGB channels and saturation

R 59 of 255 = 23%
G 119 of 255 = 47%
B 126 of 255 = 49%

59
119
126

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

Portions of RGB colors in percentages

R + G + B = 59 + 119 + 126 = 304 (100%)
R 59 of 304 ~ 19.41%
G 119 of 304 ~ 39.14%
B 126 of 304 ~ 41.45'%

%19.41
%39.14
%41.45

CMYK color model

#3B777E color CMYK value is (53,6,0,51).

  • cyan value is 53.17%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (53,6,0,51)
C53M6Y0K51 (53%, 6%, 0%, 51%)
(0.53 / 0.06 / 0.00 / 0.51)

CMYK percentages

%53.17
%5.56
%0
%50.59

Codes

Color #3B777E in popluar color models

3B 77 7E
RGB 59 119 126
HSL 186° 36.22% 36.27%
HSB/HSV 186° 53.17% 49.41%
CMYK 53.17% 5.56% 0.00%
50.59%

Color #3B777E in popluar number systems.

HEX 3B 77 7E
Decimal 59 119 126
Binary 111011 1110111 1111110
Octal 73 167 176

Shades and tints

Shades of #3B777E

#3B777E
(59,119,126)
#366D73
(54,109,115)
#316368
(49,99,104)
#2C595D
(44,89,93)
#274F52
(39,79,82)
#224547
(34,69,71)
#1D3B3C
(29,59,60)
#183131
(24,49,49)
#132726
(19,39,38)
#0E1D1B
(14,29,27)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #3B777E

#3B777E
(59,119,126)
#4C8389
(76,131,137)
#5D8F94
(93,143,148)
#6E9B9F
(110,155,159)
#7FA7AA
(127,167,170)
#90B3B5
(144,179,181)
#A1BFC0
(161,191,192)
#B2CBCB
(178,203,203)
#C3D7D6
(195,215,214)
#D4E3E1
(212,227,225)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B777E; }

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

This text font color is #3B777E.

Background Color

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

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

This div background color is #3B777E.

Border color

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

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

This div border color is #3B777E.

Opacity

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

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

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

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

This text has shadow with #3B777E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B777E.

Preview

Color preview on black background

This text has color #3B777E on black background.


Color preview on white background

This text has color #3B777E on white background.


Black color preview on #3B777E background

This text has black color on #3B777E background.


White color preview on #3B777E background

This text has white color on #3B777E background.


Related colors

Complementary color

Complementary color for #hex is #C48881.


I love getcolorcode.com

Triadic colors

1 #7E3B77 and #777E3B with #3B777E are triadic colors.

2 #7E773B and #773B7E with #3B777E are triadic colors.