COLOR #3B6876

HEX: #3B6876
RGB: (59,104,118)

Color info

#3B6876 contains red, green and blue colors in about the same proportion. Web safe color of #3B6876 is #336666 (or #366).

RGB color model

#3B6876 color RGB value is (59,104,118).

  • red value is 59;
  • green value is 104;
  • blue value is 118.
RGB:
(59,104,118)
(23%,41%,46%)

RGB channels and saturation

R 59 of 255 = 23%
G 104 of 255 = 41%
B 118 of 255 = 46%

59
104
118

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

Portions of RGB colors in percentages

R + G + B =
59 + 104 + 118 = 281 (100%)
R 59 of 281 ~ 21%
G 104 of 281 ~ 37.01%
B 118 of 281 ~ 41.99%

%21
%37.01
%41.99

CMYK color model

#3B6876 color CMYK value is (50,12,0,54).

  • cyan value is 50.00%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(50,12,0,54)
C50M12Y0K54 
(50%,12%,0%,54%)
(0.50/0.12/0.00/0.54)	

CMYK percentages

%50
%11.86
%0
%53.73

Codes

Color #3B6876 in popluar color models

3B6876
RGB59104118
HSL194°33.33%34.71%
HSB/HSV194°50.00%46.27%
CMYK50.00%11.86%0.00%
53.73%

Color #3B6876 in popluar number systems.

HEX3B6876
Decimal59104118
Binary11101111010001110110
Octal73150166

Shades and tints

Shades of #3B6876

#3B6876
(59,104,118)
#365F6C
(54,95,108)
#315662
(49,86,98)
#2C4D58
(44,77,88)
#27444E
(39,68,78)
#223B44
(34,59,68)
#1D323A
(29,50,58)
#182930
(24,41,48)
#132026
(19,32,38)
#0E171C
(14,23,28)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #3B6876

#3B6876
(59,104,118)
#4C7582
(76,117,130)
#5D828E
(93,130,142)
#6E8F9A
(110,143,154)
#7F9CA6
(127,156,166)
#90A9B2
(144,169,178)
#A1B6BE
(161,182,190)
#B2C3CA
(178,195,202)
#C3D0D6
(195,208,214)
#D4DDE2
(212,221,226)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6876 color. Also use rgb(59,104,118) instead hex code.

Text Font Color

.myTextColor { color: #3B6876; }

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

This text font color is #3B6876.


Background Color

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

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

This div background color is #3B6876.


Border color

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

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

This div border color is #3B6876.


Opacity

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

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

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

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

This text has shadow with #3B6876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6876 on black background.


Color preview on white background

This text has color #3B6876 on white background.



Black color preview on #3B6876 background

This text has black color on #3B6876 background.


White color preview on #3B6876 background

This text has white color on #3B6876 background.