COLOR #3B677A

HEX: #3B677A RGB: (59,103,122)

Color info

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

RGB color model

#3B677A color RGB value is (59,103,122).

RGB: (59,103,122) (23%, 40%, 48%)

RGB channels and saturation

R 59 of 255 = 23%
G 103 of 255 = 40%
B 122 of 255 = 48%

59
103
122

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

Portions of RGB colors in percentages

R + G + B = 59 + 103 + 122 = 284 (100%)
R 59 of 284 ~ 20.77%
G 103 of 284 ~ 36.27%
B 122 of 284 ~ 42.96'%

%20.77
%36.27
%42.96

CMYK color model

#3B677A color CMYK value is (52,16,0,52).

  • cyan value is 51.64%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (52,16,0,52) C52M16Y0K52 (52%,16%,0%,52%) (0.52/0.16/0.00/0.52) 

CMYK percentages

%51.64
%15.57
%0
%52.16

Codes

Color #3B677A in popluar color models

3B 67 7A
RGB 59 103 122
HSL 198° 34.81% 35.49%
HSB/HSV 198° 51.64% 47.84%
CMYK 51.64% 15.57% 0.00%
52.16%

Color #3B677A in popluar number systems.

HEX 3B 67 7A
Decimal 59 103 122
Binary 111011 1100111 1111010
Octal 73 147 172

Shades and tints

Shades of #3B677A

#3B677A
(59,103,122)
#365E6F
(54,94,111)
#315564
(49,85,100)
#2C4C59
(44,76,89)
#27434E
(39,67,78)
#223A43
(34,58,67)
#1D3138
(29,49,56)
#18282D
(24,40,45)
#131F22
(19,31,34)
#0E1617
(14,22,23)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #3B677A

#3B677A
(59,103,122)
#4C7486
(76,116,134)
#5D8192
(93,129,146)
#6E8E9E
(110,142,158)
#7F9BAA
(127,155,170)
#90A8B6
(144,168,182)
#A1B5C2
(161,181,194)
#B2C2CE
(178,194,206)
#C3CFDA
(195,207,218)
#D4DCE6
(212,220,230)
#E5E9F2
(229,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B677A color. Also use rgb(59,103,122) instead hex code.

Text Font Color

.myTextColor { color: #3B677A; }

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

This text font color is #3B677A.

Background Color

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

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

This div background color is #3B677A.

Border color

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

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

This div border color is #3B677A.

Opacity

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

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

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

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

This text has shadow with #3B677A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B677A.

Preview

Color preview on black background

This text has color #3B677A on black background.


Color preview on white background

This text has color #3B677A on white background.


Black color preview on #3B677A background

This text has black color on #3B677A background.


White color preview on #3B677A background

This text has white color on #3B677A background.


Related colors

Complementary color

Complementary color for #hex is #C49885.


I love getcolorcode.com

Triadic colors

1 #7A3B67 and #677A3B with #3B677A are triadic colors.

2 #7A673B and #673B7A with #3B677A are triadic colors.