COLOR #3B776A

HEX: #3B776A
RGB: (59,119,106)

Color info

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

RGB color model

#3B776A color RGB value is (59,119,106).

  • red value is 59;
  • green value is 119;
  • blue value is 106.
RGB:
(59,119,106)
(23%,47%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 119 of 255 = 47%
B 106 of 255 = 42%

59
119
106

R + G + B ~ 37%. #3B776A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 119 + 106 = 284 (100%)
R 59 of 284 ~ 20.77%
G 119 of 284 ~ 41.9%
B 106 of 284 ~ 37.32%

%20.77
%41.9
%37.32

CMYK color model

#3B776A color CMYK value is (50,0,11,53).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(50,0,11,53)
C50M0Y11K53 
(50%,0%,11%,53%)
(0.50/0.00/0.11/0.53)	

CMYK percentages

%50.42
%0
%10.92
%53.33

Codes

Color #3B776A in popluar color models

3B776A
RGB59119106
HSL167°33.71%34.90%
HSB/HSV167°50.42%46.67%
CMYK50.42%0.00%10.92%
53.33%

Color #3B776A in popluar number systems.

HEX3B776A
Decimal59119106
Binary11101111101111101010
Octal73167152

Shades and tints

Shades of #3B776A

#3B776A
(59,119,106)
#366D61
(54,109,97)
#316358
(49,99,88)
#2C594F
(44,89,79)
#274F46
(39,79,70)
#22453D
(34,69,61)
#1D3B34
(29,59,52)
#18312B
(24,49,43)
#132722
(19,39,34)
#0E1D19
(14,29,25)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #3B776A

#3B776A
(59,119,106)
#4C8377
(76,131,119)
#5D8F84
(93,143,132)
#6E9B91
(110,155,145)
#7FA79E
(127,167,158)
#90B3AB
(144,179,171)
#A1BFB8
(161,191,184)
#B2CBC5
(178,203,197)
#C3D7D2
(195,215,210)
#D4E3DF
(212,227,223)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B776A; }

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

This text font color is #3B776A.


Background Color

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

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

This div background color is #3B776A.


Border color

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

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

This div border color is #3B776A.


Opacity

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

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

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

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

This text has shadow with #3B776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B776A on black background.


Color preview on white background

This text has color #3B776A on white background.



Black color preview on #3B776A background

This text has black color on #3B776A background.


White color preview on #3B776A background

This text has white color on #3B776A background.